Uses of Class
org.infinispan.commands.read.GetCacheEntryCommand
Packages that use GetCacheEntryCommand
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 GetCacheEntryCommand in org.infinispan.commands
Methods in org.infinispan.commands that return GetCacheEntryCommandModifier and TypeMethodDescriptionCommandsFactory.buildGetCacheEntryCommand(Object key, int segment, long flagsBitSet) Builds a GetCacheEntryCommandCommandsFactoryImpl.buildGetCacheEntryCommand(Object key, int segment, long flagsBitSet) Methods in org.infinispan.commands with parameters of type GetCacheEntryCommandModifier and TypeMethodDescriptionAbstractVisitor.visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command) Visitor.visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command) -
Uses of GetCacheEntryCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type GetCacheEntryCommandModifier and TypeMethodDescriptionDDAsyncInterceptor.visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command) -
Uses of GetCacheEntryCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type GetCacheEntryCommandModifier and TypeMethodDescriptionBaseDistributionInterceptor.visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command) final ObjectL1NonTxInterceptor.visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command) ScatteredDistributionInterceptor.visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command) -
Uses of GetCacheEntryCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type GetCacheEntryCommandModifier and TypeMethodDescriptionBaseStateTransferInterceptor.LostDataVisitor.visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command) BaseStateTransferInterceptor.visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command) CacheLoaderInterceptor.visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command) final ObjectCacheMgmtInterceptor.visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command) CallInterceptor.visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command) final ObjectEntryWrappingInterceptor.visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command) PrefetchInterceptor.visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command) ScatteredCacheWriterInterceptor.visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command) final ObjectTxInterceptor.visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command) -
Uses of GetCacheEntryCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type GetCacheEntryCommandModifier and TypeMethodDescriptionAbstractLockingInterceptor.visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command) -
Uses of GetCacheEntryCommand in org.infinispan.partitionhandling.impl
Methods in org.infinispan.partitionhandling.impl with parameters of type GetCacheEntryCommandModifier and TypeMethodDescriptionfinal ObjectPartitionHandlingInterceptor.visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command)