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.functionalClasses in org.infinispan.commands.functional that implement interfaces with type arguments of type ReadOnlyManyCommandModifier and TypeClassDescriptionfinal classWARNING: Generated code!Methods in org.infinispan.commands.functional that return ReadOnlyManyCommandModifier and TypeMethodDescriptionReadOnlyManyCommand$___Marshaller_48cde9c18d5206ca6c983029a16db1bbd16bb61eeeabc914cdb0e3b8b8845fb0.read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) final ReadOnlyManyCommand<K, V, R> ReadOnlyManyCommand.withKeys(Collection<?> keys) Methods in org.infinispan.commands.functional that return types with arguments of type ReadOnlyManyCommandModifier and TypeMethodDescriptionReadOnlyManyCommand$___Marshaller_48cde9c18d5206ca6c983029a16db1bbd16bb61eeeabc914cdb0e3b8b8845fb0.getJavaClass()Methods in org.infinispan.commands.functional with parameters of type ReadOnlyManyCommandModifier and TypeMethodDescriptionvoidReadOnlyManyCommand$___Marshaller_48cde9c18d5206ca6c983029a16db1bbd16bb61eeeabc914cdb0e3b8b8845fb0.write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, ReadOnlyManyCommand $2) 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
Classes in org.infinispan.interceptors.distribution that implement interfaces with type arguments of type ReadOnlyManyCommandMethods 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)