Uses of Class
org.infinispan.commands.write.RemoveCommand
-
Packages that use RemoveCommand 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.base Base interceptors containing common, reusable behavior.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.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 RemoveCommand in org.infinispan.commands
Methods in org.infinispan.commands that return RemoveCommand Modifier and Type Method Description RemoveCommand
CommandsFactory. buildRemoveCommand(Object key, Object value, int segment, long flagsBitSet)
Builds a RemoveCommandRemoveCommand
CommandsFactoryImpl. buildRemoveCommand(Object key, Object value, int segment, long flagsBitSet)
Methods in org.infinispan.commands with parameters of type RemoveCommand Modifier and Type Method Description Object
AbstractVisitor. visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
Object
Visitor. visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
-
Uses of RemoveCommand in org.infinispan.commands.triangle
Methods in org.infinispan.commands.triangle with parameters of type RemoveCommand Modifier and Type Method Description void
SingleKeyBackupWriteCommand. setRemoveCommand(RemoveCommand command, boolean removeExpired)
-
Uses of RemoveCommand in org.infinispan.commands.write
Subclasses of RemoveCommand in org.infinispan.commands.write Modifier and Type Class Description class
EvictCommand
class
RemoveExpiredCommand
Removes an entry that is expired from memory -
Uses of RemoveCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type RemoveCommand Modifier and Type Method Description Object
DDAsyncInterceptor. visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
-
Uses of RemoveCommand in org.infinispan.interceptors.base
Methods in org.infinispan.interceptors.base with parameters of type RemoveCommand Modifier and Type Method Description protected Object
PrePostProcessingCommandInterceptor. handleRemoveCommand(InvocationContext ctx, RemoveCommand command)
Deprecated.Object
PrePostProcessingCommandInterceptor. visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
Deprecated. -
Uses of RemoveCommand in org.infinispan.interceptors.distribution
-
Uses of RemoveCommand in org.infinispan.interceptors.impl
-
Uses of RemoveCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type RemoveCommand Modifier and Type Method Description Object
AbstractLockingInterceptor. visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
-
Uses of RemoveCommand in org.infinispan.interceptors.xsite
Methods in org.infinispan.interceptors.xsite with parameters of type RemoveCommand Modifier and Type Method Description Object
NonTransactionalBackupInterceptor. visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
-
Uses of RemoveCommand in org.infinispan.partitionhandling.impl
Methods in org.infinispan.partitionhandling.impl with parameters of type RemoveCommand Modifier and Type Method Description Object
PartitionHandlingInterceptor. visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
-
Uses of RemoveCommand in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type RemoveCommand Modifier and Type Method Description Object
AffectedKeysVisitor. visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
Deprecated.Object
StateTransferInterceptor. visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
-
Uses of RemoveCommand in org.infinispan.util
Methods in org.infinispan.util with parameters of type RemoveCommand Modifier and Type Method Description static BackupWriteCommand
TriangleFunctionsUtil. backupFrom(CommandsFactory factory, RemoveCommand command)
-