Uses of Class
org.infinispan.commands.write.PutKeyValueCommand
Packages that use PutKeyValueCommand
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 PutKeyValueCommand in org.infinispan.commands
Methods in org.infinispan.commands that return PutKeyValueCommandModifier and TypeMethodDescriptiondefault PutKeyValueCommandCommandsFactory.buildPutKeyValueCommand(Object key, Object value, int segment, Metadata metadata, long flagsBitSet) Builds a PutKeyValueCommandCommandsFactory.buildPutKeyValueCommand(Object key, Object value, int segment, Metadata metadata, long flagsBitSet, boolean returnEntry) CommandsFactoryImpl.buildPutKeyValueCommand(Object key, Object value, int segment, Metadata metadata, long flagsBitSet, boolean returnEntry) Methods in org.infinispan.commands with parameters of type PutKeyValueCommandModifier and TypeMethodDescriptionAbstractVisitor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) Visitor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) -
Uses of PutKeyValueCommand in org.infinispan.commands.triangle
Methods in org.infinispan.commands.triangle with parameters of type PutKeyValueCommandModifier and TypeMethodDescriptionvoidSingleKeyBackupWriteCommand.setPutKeyValueCommand(PutKeyValueCommand command) -
Uses of PutKeyValueCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type PutKeyValueCommandModifier and TypeMethodDescriptionDDAsyncInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) -
Uses of PutKeyValueCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type PutKeyValueCommandModifier and TypeMethodDescriptionL1LastChanceInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) L1NonTxInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) L1TxInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) NonTxDistributionInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) ScatteredDistributionInterceptor.PrimaryResponseGenerator.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) ScatteredDistributionInterceptor.PrimaryResponseHandler.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) ScatteredDistributionInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) TriangleDistributionInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) TxDistributionInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) -
Uses of PutKeyValueCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type PutKeyValueCommandModifier and TypeMethodDescriptionBatchingInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) CacheLoaderInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) CacheMgmtInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) CacheWriterInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) CallInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) DistCacheWriterInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) final ObjectEntryWrappingInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) InvalidationInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) IsMarshallableInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) NonTxIracLocalSiteInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) OptimisticTxIracLocalSiteInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) PessimisticTxIracLocalInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) PrefetchInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) ScatteredCacheWriterInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) TxInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) -
Uses of PutKeyValueCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type PutKeyValueCommandModifier and TypeMethodDescriptionAbstractLockingInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) -
Uses of PutKeyValueCommand in org.infinispan.interceptors.xsite
Methods in org.infinispan.interceptors.xsite with parameters of type PutKeyValueCommandModifier and TypeMethodDescriptionNonTransactionalBackupInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) OptimisticBackupInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) PessimisticBackupInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) -
Uses of PutKeyValueCommand in org.infinispan.partitionhandling.impl
Methods in org.infinispan.partitionhandling.impl with parameters of type PutKeyValueCommandModifier and TypeMethodDescriptionPartitionHandlingInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) -
Uses of PutKeyValueCommand in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type PutKeyValueCommandModifier and TypeMethodDescriptionStateTransferInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) -
Uses of PutKeyValueCommand in org.infinispan.util
Methods in org.infinispan.util with parameters of type PutKeyValueCommandModifier and TypeMethodDescriptionstatic BackupWriteCommandTriangleFunctionsUtil.backupFrom(CommandsFactory factory, PutKeyValueCommand command)