Uses of Class
org.infinispan.commands.write.PutKeyValueCommand
Packages that use PutKeyValueCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
Commands that alter the state of the cache.
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.
-
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 TypeMethodDescriptionCommandsFactory.buildSingleKeyBackupWriteCommand(PutKeyValueCommand command, long sequence, int segmentId) CommandsFactoryImpl.buildSingleKeyBackupWriteCommand(PutKeyValueCommand command, long sequence, int segmentId) AbstractVisitor.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 TypeMethodDescriptionstatic SingleKeyBackupWriteCommandSingleKeyBackupWriteCommand.create(ByteString cacheName, PutKeyValueCommand command, long sequence, int segmentId) -
Uses of PutKeyValueCommand in org.infinispan.commands.write
Classes in org.infinispan.commands.write that implement interfaces with type arguments of type PutKeyValueCommandModifier and TypeClassDescriptionfinal classWARNING: Generated code!Methods in org.infinispan.commands.write that return PutKeyValueCommandModifier and TypeMethodDescriptionPutKeyValueCommand$___Marshaller_ed1a9e8e7c2535a535a200179a93b38d0fefe58e2398c90ea7a66e76d4895bc8.read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.commands.write that return types with arguments of type PutKeyValueCommandModifier and TypeMethodDescriptionPutKeyValueCommand$___Marshaller_ed1a9e8e7c2535a535a200179a93b38d0fefe58e2398c90ea7a66e76d4895bc8.getJavaClass()Methods in org.infinispan.commands.write with parameters of type PutKeyValueCommandModifier and TypeMethodDescriptionvoidPutKeyValueCommand$___Marshaller_ed1a9e8e7c2535a535a200179a93b38d0fefe58e2398c90ea7a66e76d4895bc8.write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, PutKeyValueCommand $2) -
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) 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) 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)