Uses of Class
org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
Packages that use WriteOnlyManyEntriesCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
Infinispan is designed around a set of interceptors around a data container.
Interceptors dealing with command replication in distributed/replicated mode.
Basic interceptors
Interceptors dealing with locking.
Interceptors dealing with cross-site replication.
Transfer of state to new caches in a cluster.
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
-
Uses of WriteOnlyManyEntriesCommand in org.infinispan.commands
Methods in org.infinispan.commands that return WriteOnlyManyEntriesCommandModifier and TypeMethodDescription<K,V, T> WriteOnlyManyEntriesCommand<K, V, T> CommandsFactory.buildWriteOnlyManyEntriesCommand(Map<?, ?> arguments, BiConsumer<T, EntryView.WriteEntryView<K, V>> f, Params params, DataConversion keyDataConversion, DataConversion valueDataConversion) <K,V, T> WriteOnlyManyEntriesCommand<K, V, T> CommandsFactoryImpl.buildWriteOnlyManyEntriesCommand(Map<?, ?> arguments, BiConsumer<T, EntryView.WriteEntryView<K, V>> f, Params params, DataConversion keyDataConversion, DataConversion valueDataConversion) Methods in org.infinispan.commands with parameters of type WriteOnlyManyEntriesCommandModifier and TypeMethodDescriptionAbstractVisitor.visitWriteOnlyManyEntriesCommand(InvocationContext ctx, WriteOnlyManyEntriesCommand command) Visitor.visitWriteOnlyManyEntriesCommand(InvocationContext ctx, WriteOnlyManyEntriesCommand command) -
Uses of WriteOnlyManyEntriesCommand in org.infinispan.commands.functional
Methods in org.infinispan.commands.functional that return WriteOnlyManyEntriesCommandModifier and TypeMethodDescriptionfinal WriteOnlyManyEntriesCommand<K,V, T> WriteOnlyManyEntriesCommand.withArguments(Map<?, ?> entries) Constructors in org.infinispan.commands.functional with parameters of type WriteOnlyManyEntriesCommandModifierConstructorDescription -
Uses of WriteOnlyManyEntriesCommand in org.infinispan.commands.triangle
Methods in org.infinispan.commands.triangle with parameters of type WriteOnlyManyEntriesCommandModifier and TypeMethodDescription<K,V, T> void MultiEntriesFunctionalBackupWriteCommand.setWriteOnly(WriteOnlyManyEntriesCommand<K, V, T> command, Collection<Object> keys) -
Uses of WriteOnlyManyEntriesCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type WriteOnlyManyEntriesCommandModifier and TypeMethodDescriptionDDAsyncInterceptor.visitWriteOnlyManyEntriesCommand(InvocationContext ctx, WriteOnlyManyEntriesCommand command) -
Uses of WriteOnlyManyEntriesCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type WriteOnlyManyEntriesCommandModifier and TypeMethodDescriptionL1LastChanceInterceptor.visitWriteOnlyManyEntriesCommand(InvocationContext ctx, WriteOnlyManyEntriesCommand command) L1NonTxInterceptor.visitWriteOnlyManyEntriesCommand(InvocationContext ctx, WriteOnlyManyEntriesCommand command) NonTxDistributionInterceptor.visitWriteOnlyManyEntriesCommand(InvocationContext ctx, WriteOnlyManyEntriesCommand command) ScatteredDistributionInterceptor.visitWriteOnlyManyEntriesCommand(InvocationContext ctx, WriteOnlyManyEntriesCommand command) TriangleDistributionInterceptor.visitWriteOnlyManyEntriesCommand(InvocationContext ctx, WriteOnlyManyEntriesCommand command) TxDistributionInterceptor.visitWriteOnlyManyEntriesCommand(InvocationContext ctx, WriteOnlyManyEntriesCommand command) -
Uses of WriteOnlyManyEntriesCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type WriteOnlyManyEntriesCommandModifier and TypeMethodDescriptionCacheWriterInterceptor.visitWriteOnlyManyEntriesCommand(InvocationContext ctx, WriteOnlyManyEntriesCommand command) CallInterceptor.visitWriteOnlyManyEntriesCommand(InvocationContext ctx, WriteOnlyManyEntriesCommand command) EntryWrappingInterceptor.visitWriteOnlyManyEntriesCommand(InvocationContext ctx, WriteOnlyManyEntriesCommand command) NonTxIracLocalSiteInterceptor.visitWriteOnlyManyEntriesCommand(InvocationContext ctx, WriteOnlyManyEntriesCommand command) PessimisticTxIracLocalInterceptor.visitWriteOnlyManyEntriesCommand(InvocationContext ctx, WriteOnlyManyEntriesCommand command) PrefetchInterceptor.visitWriteOnlyManyEntriesCommand(InvocationContext ctx, WriteOnlyManyEntriesCommand command) ScatteredCacheWriterInterceptor.visitWriteOnlyManyEntriesCommand(InvocationContext ctx, WriteOnlyManyEntriesCommand command) TxInterceptor.visitWriteOnlyManyEntriesCommand(InvocationContext ctx, WriteOnlyManyEntriesCommand command) -
Uses of WriteOnlyManyEntriesCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type WriteOnlyManyEntriesCommandModifier and TypeMethodDescriptionAbstractLockingInterceptor.visitWriteOnlyManyEntriesCommand(InvocationContext ctx, WriteOnlyManyEntriesCommand command) -
Uses of WriteOnlyManyEntriesCommand in org.infinispan.interceptors.xsite
Methods in org.infinispan.interceptors.xsite with parameters of type WriteOnlyManyEntriesCommandModifier and TypeMethodDescriptionNonTransactionalBackupInterceptor.visitWriteOnlyManyEntriesCommand(InvocationContext ctx, WriteOnlyManyEntriesCommand command) -
Uses of WriteOnlyManyEntriesCommand in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type WriteOnlyManyEntriesCommandModifier and TypeMethodDescriptionStateTransferInterceptor.visitWriteOnlyManyEntriesCommand(InvocationContext ctx, WriteOnlyManyEntriesCommand command) -
Uses of WriteOnlyManyEntriesCommand in org.infinispan.util
Methods in org.infinispan.util that return WriteOnlyManyEntriesCommandModifier and TypeMethodDescriptionstatic <K,V, T> WriteOnlyManyEntriesCommand<K, V, T> TriangleFunctionsUtil.copy(WriteOnlyManyEntriesCommand<K, V, T> command, Collection<Object> keys) Methods in org.infinispan.util with parameters of type WriteOnlyManyEntriesCommandModifier and TypeMethodDescriptionstatic <K,V, T> BackupWriteCommand TriangleFunctionsUtil.backupFrom(CommandsFactory factory, WriteOnlyManyEntriesCommand<K, V, T> command, Collection<Object> keys) static <K,V, T> WriteOnlyManyEntriesCommand<K, V, T> TriangleFunctionsUtil.copy(WriteOnlyManyEntriesCommand<K, V, T> command, Collection<Object> keys)