Uses of Class
org.infinispan.commands.read.KeySetCommand
-
Packages that use KeySetCommand 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. -
-
Uses of KeySetCommand in org.infinispan.commands
Methods in org.infinispan.commands that return KeySetCommand Modifier and Type Method Description KeySetCommand
CommandsFactory. buildKeySetCommand(long flagsBitSet)
Builds a KeySetCommandKeySetCommand
CommandsFactoryImpl. buildKeySetCommand(long flagsBitSet)
Methods in org.infinispan.commands with parameters of type KeySetCommand Modifier and Type Method Description Object
AbstractVisitor. visitKeySetCommand(InvocationContext ctx, KeySetCommand command)
Object
Visitor. visitKeySetCommand(InvocationContext ctx, KeySetCommand command)
-
Uses of KeySetCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type KeySetCommand Modifier and Type Method Description Object
DDAsyncInterceptor. visitKeySetCommand(InvocationContext ctx, KeySetCommand command)
-
Uses of KeySetCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type KeySetCommand Modifier and Type Method Description Object
DistributionBulkInterceptor. visitKeySetCommand(InvocationContext ctx, KeySetCommand command)
-