Uses of Class
org.infinispan.commands.functional.ReadOnlyManyCommand
-
Packages that use ReadOnlyManyCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.commands.functional 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.interceptors.locking Interceptors dealing with locking. -
-
Uses of ReadOnlyManyCommand in org.infinispan.commands
Methods in org.infinispan.commands that return ReadOnlyManyCommand Modifier and Type Method Description <K,V,R>
ReadOnlyManyCommand<K,V,R>CommandsFactory. buildReadOnlyManyCommand(Collection<?> keys, Function<EntryView.ReadEntryView<K,V>,R> f, Params params, DataConversion keyDataConversion, DataConversion valueDataConversion)
<K,V,R>
ReadOnlyManyCommand<K,V,R>CommandsFactoryImpl. buildReadOnlyManyCommand(Collection<?> keys, Function<EntryView.ReadEntryView<K,V>,R> f, Params params, DataConversion keyDataConversion, DataConversion valueDataConversion)
Methods in org.infinispan.commands with parameters of type ReadOnlyManyCommand Modifier and Type Method Description Object
AbstractVisitor. visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command)
Object
Visitor. visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command)
-
Uses of ReadOnlyManyCommand in org.infinispan.commands.functional
Subclasses of ReadOnlyManyCommand in org.infinispan.commands.functional Modifier and Type Class Description class
TxReadOnlyManyCommand<K,V,R>
Methods in org.infinispan.commands.functional that return ReadOnlyManyCommand Modifier and Type Method Description ReadOnlyManyCommand<K,V,R>
ReadOnlyManyCommand. withKeys(Collection<?> keys)
Constructors in org.infinispan.commands.functional with parameters of type ReadOnlyManyCommand Constructor Description ReadOnlyManyCommand(ReadOnlyManyCommand c)
TxReadOnlyManyCommand(ReadOnlyManyCommand c, List<List<Mutation<K,V,?>>> mutations)
-
Uses of ReadOnlyManyCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type ReadOnlyManyCommand Modifier and Type Method Description Object
DDAsyncInterceptor. visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command)
-
Uses of ReadOnlyManyCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution that return ReadOnlyManyCommand Modifier and Type Method Description ReadOnlyManyCommand
BaseDistributionInterceptor.ReadOnlyManyHelper. copyForLocal(ReadOnlyManyCommand command, List<Object> keys)
ReadOnlyManyCommand
BaseDistributionInterceptor.ReadManyCommandHelper. copyForRemote(C command, List<Object> keys, InvocationContext ctx)
ReadOnlyManyCommand
BaseDistributionInterceptor.ReadOnlyManyHelper. copyForRemote(ReadOnlyManyCommand command, List<Object> keys, InvocationContext ctx)
Methods in org.infinispan.interceptors.distribution with parameters of type ReadOnlyManyCommand Modifier and Type Method Description ReadOnlyManyCommand
BaseDistributionInterceptor.ReadOnlyManyHelper. copyForLocal(ReadOnlyManyCommand command, List<Object> keys)
ReadOnlyManyCommand
BaseDistributionInterceptor.ReadOnlyManyHelper. copyForRemote(ReadOnlyManyCommand command, List<Object> keys, InvocationContext ctx)
Collection<?>
BaseDistributionInterceptor.ReadOnlyManyHelper. keys(ReadOnlyManyCommand command)
Object
BaseDistributionInterceptor. visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command)
Object
ScatteredDistributionInterceptor. visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command)
Object
TxDistributionInterceptor. visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command)
-
Uses of ReadOnlyManyCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type ReadOnlyManyCommand Modifier and Type Method Description Object
BaseStateTransferInterceptor. visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command)
Object
CacheLoaderInterceptor. visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command)
Object
CacheMgmtInterceptor. visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command)
Object
EntryWrappingInterceptor. visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command)
Object
PrefetchInterceptor. visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command)
Object
TxInterceptor. visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command)
-
Uses of ReadOnlyManyCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type ReadOnlyManyCommand Modifier and Type Method Description Object
AbstractLockingInterceptor. visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command)
-