Uses of Class
org.infinispan.commands.read.KeySetCommand
Packages that use KeySetCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
Infinispan is designed around a set of interceptors around a data container.
Basic interceptors
-
Uses of KeySetCommand in org.infinispan.commands
Methods in org.infinispan.commands that return KeySetCommandModifier and TypeMethodDescriptionCommandsFactory.buildKeySetCommand(long flagsBitSet) Builds a KeySetCommandCommandsFactoryImpl.buildKeySetCommand(long flagsBitSet) Methods in org.infinispan.commands with parameters of type KeySetCommandModifier and TypeMethodDescriptionAbstractVisitor.visitKeySetCommand(InvocationContext ctx, KeySetCommand command) Visitor.visitKeySetCommand(InvocationContext ctx, KeySetCommand command) -
Uses of KeySetCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type KeySetCommandModifier and TypeMethodDescriptionDDAsyncInterceptor.visitKeySetCommand(InvocationContext ctx, KeySetCommand command) -
Uses of KeySetCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type KeySetCommandModifier and TypeMethodDescriptionCacheLoaderInterceptor.visitKeySetCommand(InvocationContext ctx, KeySetCommand command) CallInterceptor.visitKeySetCommand(InvocationContext ctx, KeySetCommand command) TxInterceptor.visitKeySetCommand(InvocationContext ctx, KeySetCommand command) -
Uses of KeySetCommand in org.infinispan.partitionhandling.impl
Methods in org.infinispan.partitionhandling.impl with parameters of type KeySetCommandModifier and TypeMethodDescriptionPartitionHandlingInterceptor.visitKeySetCommand(InvocationContext ctx, KeySetCommand command)