Uses of Class
org.infinispan.commands.write.ReplaceCommand
Packages that use ReplaceCommand
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 ReplaceCommand in org.infinispan.commands
Methods in org.infinispan.commands that return ReplaceCommandModifier and TypeMethodDescriptiondefault ReplaceCommandCommandsFactory.buildReplaceCommand(Object key, Object oldValue, Object newValue, int segment, Metadata metadata, long flagsBitSet) Builds a ReplaceCommandCommandsFactory.buildReplaceCommand(Object key, Object oldValue, Object newValue, int segment, Metadata metadata, long flagsBitSet, boolean returnEntry) Builds a ReplaceCommandCommandsFactoryImpl.buildReplaceCommand(Object key, Object oldValue, Object newValue, int segment, Metadata metadata, long flagsBitSet, boolean returnEntry) Methods in org.infinispan.commands with parameters of type ReplaceCommandModifier and TypeMethodDescriptionCommandsFactory.buildSingleKeyBackupWriteCommand(ReplaceCommand command, long sequence, int segmentId) CommandsFactoryImpl.buildSingleKeyBackupWriteCommand(ReplaceCommand command, long sequence, int segmentId) AbstractVisitor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command) Visitor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command) -
Uses of ReplaceCommand in org.infinispan.commands.triangle
Methods in org.infinispan.commands.triangle with parameters of type ReplaceCommandModifier and TypeMethodDescriptionstatic SingleKeyBackupWriteCommandSingleKeyBackupWriteCommand.create(ByteString cacheName, ReplaceCommand command, long sequence, int segmentId) -
Uses of ReplaceCommand in org.infinispan.commands.write
Classes in org.infinispan.commands.write that implement interfaces with type arguments of type ReplaceCommandModifier and TypeClassDescriptionfinal classWARNING: Generated code!Methods in org.infinispan.commands.write that return ReplaceCommandModifier and TypeMethodDescriptionReplaceCommand$___Marshaller_f90ecf9cd0b3fd8cb78de1a4629752c3bdb3c782b482109fc554b879f5a8a4e1.read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.commands.write that return types with arguments of type ReplaceCommandModifier and TypeMethodDescriptionReplaceCommand$___Marshaller_f90ecf9cd0b3fd8cb78de1a4629752c3bdb3c782b482109fc554b879f5a8a4e1.getJavaClass()Methods in org.infinispan.commands.write with parameters of type ReplaceCommandModifier and TypeMethodDescriptionvoidReplaceCommand$___Marshaller_f90ecf9cd0b3fd8cb78de1a4629752c3bdb3c782b482109fc554b879f5a8a4e1.write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, ReplaceCommand $2) -
Uses of ReplaceCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type ReplaceCommandModifier and TypeMethodDescriptionDDAsyncInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command) -
Uses of ReplaceCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type ReplaceCommandModifier and TypeMethodDescriptionL1LastChanceInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command) L1NonTxInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command) L1TxInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command) NonTxDistributionInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command) TriangleDistributionInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command) TxDistributionInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command) -
Uses of ReplaceCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type ReplaceCommandModifier and TypeMethodDescriptionCacheLoaderInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command) CacheMgmtInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command) CacheWriterInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command) CallInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command) DistCacheWriterInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command) final ObjectEntryWrappingInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command) InvalidationInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command) IsMarshallableInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command) NonTxIracLocalSiteInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command) PessimisticTxIracLocalInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command) TxInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command) VersionInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command) -
Uses of ReplaceCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type ReplaceCommandModifier and TypeMethodDescriptionAbstractLockingInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command) -
Uses of ReplaceCommand in org.infinispan.interceptors.xsite
Methods in org.infinispan.interceptors.xsite with parameters of type ReplaceCommandModifier and TypeMethodDescriptionNonTransactionalBackupInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command) -
Uses of ReplaceCommand in org.infinispan.partitionhandling.impl
Methods in org.infinispan.partitionhandling.impl with parameters of type ReplaceCommandModifier and TypeMethodDescriptionPartitionHandlingInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command) -
Uses of ReplaceCommand in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type ReplaceCommandModifier and TypeMethodDescriptionStateTransferInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)