Uses of Class
org.infinispan.commands.functional.ReadOnlyManyCommand
Packages that use ReadOnlyManyCommand
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 ReadOnlyManyCommand in org.infinispan.commands
Methods in org.infinispan.commands that return ReadOnlyManyCommandModifier and TypeMethodDescription<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 ReadOnlyManyCommandModifier and TypeMethodDescriptionAbstractVisitor.visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command) Visitor.visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command) -
Uses of ReadOnlyManyCommand in org.infinispan.commands.functional
Subclasses of ReadOnlyManyCommand in org.infinispan.commands.functionalMethods in org.infinispan.commands.functional that return ReadOnlyManyCommandModifier and TypeMethodDescriptionfinal ReadOnlyManyCommand<K, V, R> ReadOnlyManyCommand.withKeys(Collection<?> keys) Constructors in org.infinispan.commands.functional with parameters of type ReadOnlyManyCommandModifierConstructorDescriptionTxReadOnlyManyCommand(ReadOnlyManyCommand c, List<List<Mutation<K, V, ?>>> mutations) -
Uses of ReadOnlyManyCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type ReadOnlyManyCommandModifier and TypeMethodDescriptionDDAsyncInterceptor.visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command) -
Uses of ReadOnlyManyCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution that return ReadOnlyManyCommandModifier and TypeMethodDescriptionBaseDistributionInterceptor.ReadOnlyManyHelper.copyForLocal(ReadOnlyManyCommand command, List<Object> keys) BaseDistributionInterceptor.ReadManyCommandHelper.copyForRemote(C command, List<Object> keys, InvocationContext ctx) BaseDistributionInterceptor.ReadOnlyManyHelper.copyForRemote(ReadOnlyManyCommand command, List<Object> keys, InvocationContext ctx) Methods in org.infinispan.interceptors.distribution with parameters of type ReadOnlyManyCommandModifier and TypeMethodDescriptionBaseDistributionInterceptor.ReadOnlyManyHelper.apply(InvocationContext rCtx, ReadOnlyManyCommand rCommand, Object rv) BaseDistributionInterceptor.ReadOnlyManyHelper.copyForLocal(ReadOnlyManyCommand command, List<Object> keys) BaseDistributionInterceptor.ReadOnlyManyHelper.copyForRemote(ReadOnlyManyCommand command, List<Object> keys, InvocationContext ctx) BaseDistributionInterceptor.ReadOnlyManyHelper.fetchRequiredKeys(LocalizedCacheTopology cacheTopology, Map<Address, List<Object>> requestedKeys, List<Object> availableKeys, InvocationContext ctx, ReadOnlyManyCommand command) Collection<?> BaseDistributionInterceptor.ReadOnlyManyHelper.keys(ReadOnlyManyCommand command) BaseDistributionInterceptor.visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command) TxDistributionInterceptor.visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command) -
Uses of ReadOnlyManyCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type ReadOnlyManyCommandModifier and TypeMethodDescriptionBaseStateTransferInterceptor.visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command) CacheLoaderInterceptor.visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command) CacheMgmtInterceptor.visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command) CallInterceptor.visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command) EntryWrappingInterceptor.visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command) TxInterceptor.visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command) -
Uses of ReadOnlyManyCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type ReadOnlyManyCommandModifier and TypeMethodDescriptionAbstractLockingInterceptor.visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command)