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.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.partitionhandling.impl -
-
Uses of KeySetCommand in org.infinispan.commands
Methods in org.infinispan.commands that return KeySetCommand Modifier and Type Method Description KeySetCommandCommandsFactory. buildKeySetCommand(long flagsBitSet)Builds a KeySetCommandKeySetCommandCommandsFactoryImpl. buildKeySetCommand(long flagsBitSet)Methods in org.infinispan.commands with parameters of type KeySetCommand Modifier and Type Method Description ObjectAbstractVisitor. visitKeySetCommand(InvocationContext ctx, KeySetCommand command)ObjectVisitor. 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 ObjectDDAsyncInterceptor. 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 ObjectDistributionBulkInterceptor. visitKeySetCommand(InvocationContext ctx, KeySetCommand command) -
Uses of KeySetCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type KeySetCommand Modifier and Type Method Description ObjectCacheLoaderInterceptor. visitKeySetCommand(InvocationContext ctx, KeySetCommand command)ObjectCallInterceptor. visitKeySetCommand(InvocationContext ctx, KeySetCommand command)ObjectPrefetchInterceptor. visitKeySetCommand(InvocationContext ctx, KeySetCommand command)ObjectTxInterceptor. visitKeySetCommand(InvocationContext ctx, KeySetCommand command) -
Uses of KeySetCommand in org.infinispan.partitionhandling.impl
Methods in org.infinispan.partitionhandling.impl with parameters of type KeySetCommand Modifier and Type Method Description ObjectPartitionHandlingInterceptor. visitKeySetCommand(InvocationContext ctx, KeySetCommand command)
-