Uses of Class
org.infinispan.commands.functional.TxReadOnlyKeyCommand
-
Packages that use TxReadOnlyKeyCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely. -
-
Uses of TxReadOnlyKeyCommand in org.infinispan.commands
Methods in org.infinispan.commands that return TxReadOnlyKeyCommand Modifier and Type Method Description <K,V,R>
TxReadOnlyKeyCommand<K,V,R>CommandsFactory. buildTxReadOnlyKeyCommand(Object key, Function<EntryView.ReadEntryView<K,V>,R> f, List<Mutation<K,V,?>> mutations, int segment, Params params, DataConversion keyDataConversion, DataConversion valueDataConversion)<K,V,R>
TxReadOnlyKeyCommand<K,V,R>CommandsFactoryImpl. buildTxReadOnlyKeyCommand(Object key, Function<EntryView.ReadEntryView<K,V>,R> f, List<Mutation<K,V,?>> mutations, int segment, Params params, DataConversion keyDataConversion, DataConversion valueDataConversion)
-