Uses of Class
org.infinispan.commands.write.ReplaceCommand
Packages that use ReplaceCommand
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 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 TypeMethodDescriptionAbstractVisitor.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 TypeMethodDescriptionvoidSingleKeyBackupWriteCommand.setReplaceCommand(ReplaceCommand command) -
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) -
Uses of ReplaceCommand in org.infinispan.util
Methods in org.infinispan.util with parameters of type ReplaceCommandModifier and TypeMethodDescriptionstatic BackupWriteCommandTriangleFunctionsUtil.backupFrom(CommandsFactory factory, ReplaceCommand command)