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.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, org.infinispan.functional.impl.Params params, DataConversion keyDataConversion, DataConversion valueDataConversion)
<K,V,R>
ReadOnlyManyCommand<K,V,R>CommandsFactoryImpl. buildReadOnlyManyCommand(Collection<?> keys, Function<EntryView.ReadEntryView<K,V>,R> f, org.infinispan.functional.impl.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)
-
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)
-