Uses of Class
org.infinispan.commands.write.PutMapCommand
-
Packages that use PutMapCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.commands.triangle org.infinispan.commands.write Commands that alter the state of the cache.org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.interceptors.xsite Interceptors dealing with cross-site replication.org.infinispan.partitionhandling.impl org.infinispan.persistence.manager Implementations of thePersistenceManagerinterface, which define the logic of how infinispan interacts with external stores.org.infinispan.persistence.support org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.util 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 PutMapCommand in org.infinispan.commands
Methods in org.infinispan.commands that return PutMapCommand Modifier and Type Method Description PutMapCommandCommandsFactory. buildPutMapCommand(Map<?,?> map, Metadata metadata, long flagsBitSet)Builds a PutMapCommandPutMapCommandCommandsFactoryImpl. buildPutMapCommand(Map<?,?> map, Metadata metadata, long flagsBitSet)Methods in org.infinispan.commands with parameters of type PutMapCommand Modifier and Type Method Description ObjectAbstractVisitor. visitPutMapCommand(InvocationContext ctx, PutMapCommand command)ObjectVisitor. visitPutMapCommand(InvocationContext ctx, PutMapCommand command) -
Uses of PutMapCommand in org.infinispan.commands.triangle
Methods in org.infinispan.commands.triangle with parameters of type PutMapCommand Modifier and Type Method Description voidPutMapBackupWriteCommand. setPutMapCommand(PutMapCommand command, Collection<Object> keys) -
Uses of PutMapCommand in org.infinispan.commands.write
Methods in org.infinispan.commands.write that return PutMapCommand Modifier and Type Method Description PutMapCommandPutMapCommand. withMap(Map<Object,Object> map)Constructors in org.infinispan.commands.write with parameters of type PutMapCommand Constructor Description PutMapCommand(PutMapCommand command) -
Uses of PutMapCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type PutMapCommand Modifier and Type Method Description ObjectDDAsyncInterceptor. visitPutMapCommand(InvocationContext ctx, PutMapCommand command) -
Uses of PutMapCommand in org.infinispan.interceptors.distribution
-
Uses of PutMapCommand in org.infinispan.interceptors.impl
Fields in org.infinispan.interceptors.impl with type parameters of type PutMapCommand Modifier and Type Field Description protected InvocationSuccessFunction<PutMapCommand>CacheWriterInterceptor. handlePutMapCommandReturn -
Uses of PutMapCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type PutMapCommand Modifier and Type Method Description ObjectAbstractLockingInterceptor. visitPutMapCommand(InvocationContext ctx, PutMapCommand command) -
Uses of PutMapCommand in org.infinispan.interceptors.xsite
Methods in org.infinispan.interceptors.xsite with parameters of type PutMapCommand Modifier and Type Method Description ObjectNonTransactionalBackupInterceptor. visitPutMapCommand(InvocationContext ctx, PutMapCommand command) -
Uses of PutMapCommand in org.infinispan.partitionhandling.impl
Methods in org.infinispan.partitionhandling.impl with parameters of type PutMapCommand Modifier and Type Method Description ObjectPartitionHandlingInterceptor. visitPutMapCommand(InvocationContext ctx, PutMapCommand command) -
Uses of PutMapCommand in org.infinispan.persistence.manager
Methods in org.infinispan.persistence.manager with parameters of type PutMapCommand Modifier and Type Method Description CompletionStage<Long>PersistenceManager. writeMapCommand(PutMapCommand putMapCommand, InvocationContext ctx, BiPredicate<? super PutMapCommand,Object> commandKeyPredicate)Writes the values modified from a put map command to the stores.CompletionStage<Long>PersistenceManagerImpl. writeMapCommand(PutMapCommand putMapCommand, InvocationContext ctx, BiPredicate<? super PutMapCommand,Object> commandKeyPredicate)CompletionStage<Long>PersistenceManagerStub. writeMapCommand(PutMapCommand putMapCommand, InvocationContext ctx, BiPredicate<? super PutMapCommand,Object> commandKeyPredicate)Method parameters in org.infinispan.persistence.manager with type arguments of type PutMapCommand Modifier and Type Method Description CompletionStage<Long>PersistenceManager. writeMapCommand(PutMapCommand putMapCommand, InvocationContext ctx, BiPredicate<? super PutMapCommand,Object> commandKeyPredicate)Writes the values modified from a put map command to the stores.CompletionStage<Long>PersistenceManagerImpl. writeMapCommand(PutMapCommand putMapCommand, InvocationContext ctx, BiPredicate<? super PutMapCommand,Object> commandKeyPredicate)CompletionStage<Long>PersistenceManagerStub. writeMapCommand(PutMapCommand putMapCommand, InvocationContext ctx, BiPredicate<? super PutMapCommand,Object> commandKeyPredicate) -
Uses of PutMapCommand in org.infinispan.persistence.support
Methods in org.infinispan.persistence.support with parameters of type PutMapCommand Modifier and Type Method Description CompletionStage<Long>DelegatingPersistenceManager. writeMapCommand(PutMapCommand putMapCommand, InvocationContext ctx, BiPredicate<? super PutMapCommand,Object> commandKeyPredicate)Method parameters in org.infinispan.persistence.support with type arguments of type PutMapCommand Modifier and Type Method Description CompletionStage<Long>DelegatingPersistenceManager. writeMapCommand(PutMapCommand putMapCommand, InvocationContext ctx, BiPredicate<? super PutMapCommand,Object> commandKeyPredicate) -
Uses of PutMapCommand in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type PutMapCommand Modifier and Type Method Description ObjectStateTransferInterceptor. visitPutMapCommand(InvocationContext ctx, PutMapCommand command) -
Uses of PutMapCommand in org.infinispan.util
Methods in org.infinispan.util that return PutMapCommand Modifier and Type Method Description static PutMapCommandTriangleFunctionsUtil. copy(PutMapCommand command, Collection<Object> keys)Methods in org.infinispan.util with parameters of type PutMapCommand Modifier and Type Method Description static BackupWriteCommandTriangleFunctionsUtil. backupFrom(CommandsFactory factory, PutMapCommand command, Collection<Object> keys)static PutMapCommandTriangleFunctionsUtil. copy(PutMapCommand command, Collection<Object> keys)
-