Uses of Class
org.infinispan.commands.read.EntrySetCommand
-
Packages that use EntrySetCommand 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 EntrySetCommand in org.infinispan.commands
Methods in org.infinispan.commands that return EntrySetCommand Modifier and Type Method Description EntrySetCommand
CommandsFactory. buildEntrySetCommand(long flagsBitSet)
Builds a EntrySetCommandEntrySetCommand
CommandsFactoryImpl. buildEntrySetCommand(long flagsBitSet)
Methods in org.infinispan.commands with parameters of type EntrySetCommand Modifier and Type Method Description Object
AbstractVisitor. visitEntrySetCommand(InvocationContext ctx, EntrySetCommand command)
Object
Visitor. visitEntrySetCommand(InvocationContext ctx, EntrySetCommand command)
-
Uses of EntrySetCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type EntrySetCommand Modifier and Type Method Description Object
DDAsyncInterceptor. visitEntrySetCommand(InvocationContext ctx, EntrySetCommand command)
-
Uses of EntrySetCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type EntrySetCommand Modifier and Type Method Description Object
DistributionBulkInterceptor. visitEntrySetCommand(InvocationContext ctx, EntrySetCommand command)
-
Uses of EntrySetCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type EntrySetCommand Modifier and Type Method Description Object
CacheLoaderInterceptor. visitEntrySetCommand(InvocationContext ctx, EntrySetCommand command)
Object
PrefetchInterceptor. visitEntrySetCommand(InvocationContext ctx, EntrySetCommand command)
Object
TxInterceptor. visitEntrySetCommand(InvocationContext ctx, EntrySetCommand command)
-
Uses of EntrySetCommand in org.infinispan.partitionhandling.impl
Methods in org.infinispan.partitionhandling.impl with parameters of type EntrySetCommand Modifier and Type Method Description Object
PartitionHandlingInterceptor. visitEntrySetCommand(InvocationContext ctx, EntrySetCommand command)
-