Uses of Class
org.infinispan.commands.read.GetKeyValueCommand
Packages that use GetKeyValueCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
Infinispan is designed around a set of interceptors around a data container.
Interceptors dealing with command replication in distributed/replicated mode.
Basic interceptors
Interceptors dealing with locking.
-
Uses of GetKeyValueCommand in org.infinispan.commands
Methods in org.infinispan.commands that return GetKeyValueCommandModifier and TypeMethodDescriptionCommandsFactory.buildGetKeyValueCommand(Object key, int segment, long flagsBitSet) Builds a GetKeyValueCommandCommandsFactoryImpl.buildGetKeyValueCommand(Object key, int segment, long flagsBitSet) Methods in org.infinispan.commands with parameters of type GetKeyValueCommandModifier and TypeMethodDescriptionAbstractVisitor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command) Visitor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command) -
Uses of GetKeyValueCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type GetKeyValueCommandModifier and TypeMethodDescriptionDDAsyncInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command) -
Uses of GetKeyValueCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type GetKeyValueCommandModifier and TypeMethodDescriptionBaseDistributionInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command) final ObjectL1NonTxInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command) -
Uses of GetKeyValueCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type GetKeyValueCommandModifier and TypeMethodDescriptionBaseStateTransferInterceptor.LostDataVisitor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command) BaseStateTransferInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command) CacheLoaderInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command) CacheMgmtInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command) CallInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command) final ObjectEntryWrappingInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command) TxInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command) -
Uses of GetKeyValueCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type GetKeyValueCommandModifier and TypeMethodDescriptionAbstractLockingInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command) -
Uses of GetKeyValueCommand in org.infinispan.partitionhandling.impl
Methods in org.infinispan.partitionhandling.impl with parameters of type GetKeyValueCommandModifier and TypeMethodDescriptionfinal ObjectPartitionHandlingInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)