Uses of Class
org.infinispan.commands.write.RemoveCommand
Packages that use RemoveCommand
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.
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 RemoveCommandModifier and TypeMethodDescriptiondefault RemoveCommandCommandsFactory.buildRemoveCommand(Object key, Object value, int segment, long flagsBitSet) Builds a RemoveCommandCommandsFactory.buildRemoveCommand(Object key, Object value, int segment, long flagsBitSet, boolean returnEntry) CommandsFactoryImpl.buildRemoveCommand(Object key, Object value, int segment, long flagsBitSet, boolean returnEntry) Methods in org.infinispan.commands with parameters of type RemoveCommandModifier and TypeMethodDescriptionAbstractVisitor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command) Visitor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command) -
Uses of RemoveCommand in org.infinispan.commands.triangle
Methods in org.infinispan.commands.triangle with parameters of type RemoveCommandModifier and TypeMethodDescriptionvoidSingleKeyBackupWriteCommand.setRemoveCommand(RemoveCommand command, boolean removeExpired) -
Uses of RemoveCommand in org.infinispan.commands.write
Subclasses of RemoveCommand in org.infinispan.commands.writeModifier and TypeClassDescriptionclassclassRemoves an entry that is expired from memory -
Uses of RemoveCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type RemoveCommandModifier and TypeMethodDescriptionDDAsyncInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command) -
Uses of RemoveCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type RemoveCommandModifier and TypeMethodDescriptionL1LastChanceInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command) L1NonTxInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command) L1TxInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command) NonTxDistributionInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command) TriangleDistributionInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command) TxDistributionInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command) -
Uses of RemoveCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type RemoveCommandModifier and TypeMethodDescriptionCacheLoaderInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command) CacheMgmtInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command) CacheWriterInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command) CallInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command) DistCacheWriterInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command) final ObjectEntryWrappingInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command) InvalidationInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command) IsMarshallableInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command) NonTxIracLocalSiteInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command) PessimisticTxIracLocalInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command) TxInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command) -
Uses of RemoveCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type RemoveCommandModifier and TypeMethodDescriptionAbstractLockingInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command) -
Uses of RemoveCommand in org.infinispan.interceptors.xsite
Methods in org.infinispan.interceptors.xsite with parameters of type RemoveCommandModifier and TypeMethodDescriptionNonTransactionalBackupInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command) -
Uses of RemoveCommand in org.infinispan.partitionhandling.impl
Methods in org.infinispan.partitionhandling.impl with parameters of type RemoveCommandModifier and TypeMethodDescriptionPartitionHandlingInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command) -
Uses of RemoveCommand in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type RemoveCommandModifier and TypeMethodDescriptionStateTransferInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command) -
Uses of RemoveCommand in org.infinispan.util
Methods in org.infinispan.util with parameters of type RemoveCommandModifier and TypeMethodDescriptionstatic BackupWriteCommandTriangleFunctionsUtil.backupFrom(CommandsFactory factory, RemoveCommand command)