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.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. -
-
Uses of ClearCommand in org.infinispan.commands
Methods in org.infinispan.commands that return ClearCommand Modifier and Type Method Description ClearCommand
CommandsFactory. buildClearCommand(long flagsBitSet)
Builds a ClearCommandClearCommand
CommandsFactoryImpl. buildClearCommand(long flagsBitSet)
Methods in org.infinispan.commands with parameters of type ClearCommand Modifier and Type Method Description Object
AbstractVisitor. visitClearCommand(InvocationContext ctx, ClearCommand command)
Object
Visitor. 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 Object
DDAsyncInterceptor. visitClearCommand(InvocationContext ctx, ClearCommand command)
-
Uses of ClearCommand in org.infinispan.interceptors.base
Methods in org.infinispan.interceptors.base with parameters of type ClearCommand Modifier and Type Method Description protected Object
PrePostProcessingCommandInterceptor. handleClearCommand(InvocationContext ctx, ClearCommand command)
Deprecated.Object
PrePostProcessingCommandInterceptor. visitClearCommand(InvocationContext ctx, ClearCommand command)
Deprecated. -
Uses of ClearCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type ClearCommand Modifier and Type Method Description Object
BaseDistributionInterceptor. visitClearCommand(InvocationContext ctx, ClearCommand command)
Object
ScatteredDistributionInterceptor. 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 Object
BatchingInterceptor. visitClearCommand(InvocationContext ctx, ClearCommand command)
Object
CacheWriterInterceptor. visitClearCommand(InvocationContext ctx, ClearCommand command)
Object
EntryWrappingInterceptor. visitClearCommand(InvocationContext ctx, ClearCommand command)
Object
InvalidationInterceptor. visitClearCommand(InvocationContext ctx, ClearCommand command)
Object
PassivationWriterInterceptor. visitClearCommand(InvocationContext ctx, ClearCommand command)
Object
TransactionalExceptionEvictionInterceptor. visitClearCommand(InvocationContext ctx, ClearCommand command)
Object
TxBatchUpdater. visitClearCommand(InvocationContext ctx, ClearCommand command)
Object
TxInterceptor. 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 Object
AbstractLockingInterceptor. 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 Object
BaseBackupInterceptor. 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 Object
PartitionHandlingInterceptor. 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 Object
AffectedKeysVisitor. visitClearCommand(InvocationContext ctx, ClearCommand command)
Deprecated.Object
StateTransferInterceptor. visitClearCommand(InvocationContext ctx, ClearCommand command)
-