Uses of Class
org.infinispan.commands.write.ClearCommand
-
Packages that use ClearCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container.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.xsite -
-
Uses of ClearCommand in org.infinispan.commands
Methods in org.infinispan.commands that return ClearCommand Modifier and Type Method Description ClearCommandCommandsFactory. buildClearCommand(long flagsBitSet)Builds a ClearCommandClearCommandCommandsFactoryImpl. buildClearCommand(long flagsBitSet)Methods in org.infinispan.commands with parameters of type ClearCommand Modifier and Type Method Description ObjectAbstractVisitor. visitClearCommand(InvocationContext ctx, ClearCommand command)ObjectVisitor. visitClearCommand(InvocationContext ctx, ClearCommand command) -
Uses of ClearCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type ClearCommand Modifier and Type Method Description ObjectDDAsyncInterceptor. visitClearCommand(InvocationContext ctx, ClearCommand command) -
Uses of ClearCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type ClearCommand Modifier and Type Method Description protected ObjectBiasedScatteredDistributionInterceptor. handleClear(InvocationContext ctx, ClearCommand command, Object ignored)protected ObjectScatteredDistributionInterceptor. handleClear(InvocationContext ctx, ClearCommand command, Object ignored)ObjectBaseDistributionInterceptor. visitClearCommand(InvocationContext ctx, ClearCommand command)ObjectScatteredDistributionInterceptor. visitClearCommand(InvocationContext ctx, ClearCommand command) -
Uses of ClearCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type ClearCommand Modifier and Type Method Description ObjectBatchingInterceptor. visitClearCommand(InvocationContext ctx, ClearCommand command)ObjectCacheWriterInterceptor. visitClearCommand(InvocationContext ctx, ClearCommand command)ObjectCallInterceptor. visitClearCommand(InvocationContext ctx, ClearCommand command)ObjectEntryWrappingInterceptor. visitClearCommand(InvocationContext ctx, ClearCommand command)ObjectInvalidationInterceptor. visitClearCommand(InvocationContext ctx, ClearCommand command)ObjectPassivationWriterInterceptor. visitClearCommand(InvocationContext ctx, ClearCommand command)ObjectTransactionalExceptionEvictionInterceptor. visitClearCommand(InvocationContext ctx, ClearCommand command)ObjectTxInterceptor. visitClearCommand(InvocationContext ctx, ClearCommand command) -
Uses of ClearCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type ClearCommand Modifier and Type Method Description ObjectAbstractLockingInterceptor. visitClearCommand(InvocationContext ctx, ClearCommand command) -
Uses of ClearCommand in org.infinispan.interceptors.xsite
Methods in org.infinispan.interceptors.xsite with parameters of type ClearCommand Modifier and Type Method Description ObjectBaseBackupInterceptor. visitClearCommand(InvocationContext ctx, ClearCommand command) -
Uses of ClearCommand in org.infinispan.partitionhandling.impl
Methods in org.infinispan.partitionhandling.impl with parameters of type ClearCommand Modifier and Type Method Description ObjectPartitionHandlingInterceptor. visitClearCommand(InvocationContext ctx, ClearCommand command) -
Uses of ClearCommand in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type ClearCommand Modifier and Type Method Description ObjectStateTransferInterceptor. visitClearCommand(InvocationContext ctx, ClearCommand command) -
Uses of ClearCommand in org.infinispan.xsite
Methods in org.infinispan.xsite with parameters of type ClearCommand Modifier and Type Method Description InvocationStageBackupSender. backupClear(ClearCommand command)InvocationStageBackupSenderImpl. backupClear(ClearCommand command)InvocationStageNoOpBackupSender. backupClear(ClearCommand command)
-