Uses of Class
org.infinispan.commands.functional.TxReadOnlyManyCommand
Packages that use TxReadOnlyManyCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
-
Uses of TxReadOnlyManyCommand in org.infinispan.commands
Methods in org.infinispan.commands that return TxReadOnlyManyCommandModifier and TypeMethodDescription<K,V, R> TxReadOnlyManyCommand <K, V, R> CommandsFactory.buildTxReadOnlyManyCommand(Collection<?> keys, List<List<Mutation<K, V, ?>>> mutations, Params params, DataConversion keyDataConversion, DataConversion valueDataConversion) <K,V, R> TxReadOnlyManyCommand <K, V, R> CommandsFactoryImpl.buildTxReadOnlyManyCommand(Collection<?> keys, List<List<Mutation<K, V, ?>>> mutations, Params params, DataConversion keyDataConversion, DataConversion valueDataConversion)