Uses of Class
org.infinispan.commands.write.EvictCommand
-
Packages that use EvictCommand 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.statetransfer Transfer of state to new caches in a cluster. -
-
Uses of EvictCommand in org.infinispan.commands
Methods in org.infinispan.commands that return EvictCommand Modifier and Type Method Description EvictCommand
CommandsFactory. buildEvictCommand(Object key, int segment, long flagsBitSet)
Builds an EvictCommandEvictCommand
CommandsFactoryImpl. buildEvictCommand(Object key, int segment, long flagsBitSet)
Methods in org.infinispan.commands with parameters of type EvictCommand Modifier and Type Method Description Object
AbstractVisitor. visitEvictCommand(InvocationContext ctx, EvictCommand command)
Object
Visitor. visitEvictCommand(InvocationContext ctx, EvictCommand command)
-
Uses of EvictCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type EvictCommand Modifier and Type Method Description Object
DDAsyncInterceptor. visitEvictCommand(InvocationContext ctx, EvictCommand command)
-
Uses of EvictCommand in org.infinispan.interceptors.base
Methods in org.infinispan.interceptors.base with parameters of type EvictCommand Modifier and Type Method Description protected Object
PrePostProcessingCommandInterceptor. handleEvictCommand(InvocationContext ctx, EvictCommand command)
Deprecated.Object
PrePostProcessingCommandInterceptor. visitEvictCommand(InvocationContext ctx, EvictCommand command)
Deprecated. -
Uses of EvictCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type EvictCommand Modifier and Type Method Description Object
ScatteredDistributionInterceptor. visitEvictCommand(InvocationContext ctx, EvictCommand command)
-
Uses of EvictCommand in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type EvictCommand Modifier and Type Method Description Object
AffectedKeysVisitor. visitEvictCommand(InvocationContext ctx, EvictCommand command)
Deprecated.Object
StateTransferInterceptor. visitEvictCommand(InvocationContext ctx, EvictCommand command)
-