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 ObjectAbstractVisitor. visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command)ObjectVisitor. 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 classTxReadOnlyManyCommand<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 ObjectDDAsyncInterceptor. 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 ReadOnlyManyCommandBaseDistributionInterceptor.ReadOnlyManyHelper. copyForLocal(ReadOnlyManyCommand command, List<Object> keys)ReadOnlyManyCommandBaseDistributionInterceptor.ReadManyCommandHelper. copyForRemote(C command, List<Object> keys, InvocationContext ctx)ReadOnlyManyCommandBaseDistributionInterceptor.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 ObjectBaseDistributionInterceptor.ReadOnlyManyHelper. apply(InvocationContext rCtx, ReadOnlyManyCommand rCommand, Object rv)ReadOnlyManyCommandBaseDistributionInterceptor.ReadOnlyManyHelper. copyForLocal(ReadOnlyManyCommand command, List<Object> keys)ReadOnlyManyCommandBaseDistributionInterceptor.ReadOnlyManyHelper. copyForRemote(ReadOnlyManyCommand command, List<Object> keys, InvocationContext ctx)CompletionStage<Void>BaseDistributionInterceptor.ReadOnlyManyHelper. fetchRequiredKeys(LocalizedCacheTopology cacheTopology, Map<Address,List<Object>> requestedKeys, List<Object> availableKeys, InvocationContext ctx, ReadOnlyManyCommand command)Collection<?>BaseDistributionInterceptor.ReadOnlyManyHelper. keys(ReadOnlyManyCommand command)ObjectBaseDistributionInterceptor. visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command)ObjectScatteredDistributionInterceptor. visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command)ObjectTxDistributionInterceptor. 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 ObjectBaseStateTransferInterceptor. visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command)ObjectCacheLoaderInterceptor. visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command)ObjectCacheMgmtInterceptor. visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command)ObjectCallInterceptor. visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command)ObjectEntryWrappingInterceptor. visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command)ObjectPrefetchInterceptor. visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command)ObjectTxInterceptor. 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 ObjectAbstractLockingInterceptor. visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command)
-