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.locking Interceptors dealing with locking.org.infinispan.interceptors.xsite Interceptors dealing with cross-site replication.org.infinispan.query.backend Mostly internal search related classes.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.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.query.backend
Methods in org.infinispan.query.backend with parameters of type ClearCommand Modifier and Type Method Description Object
QueryInterceptor. 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)
-