Uses of Interface
org.infinispan.commands.functional.Mutation
Packages that use Mutation
Package
Description
Commands that operate on the cache, either locally or remotely.
-
Uses of Mutation in org.infinispan.commands
Method parameters in org.infinispan.commands with type arguments of type MutationModifier and TypeMethodDescription<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) <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) -
Uses of Mutation in org.infinispan.commands.functional
Classes in org.infinispan.commands.functional that implement MutationModifier and TypeClassDescriptionstatic classMutations.ReadWrite<K,V, R> static classMutations.ReadWriteWithValue<K,V, T, R> static classMutations.Write<K,V> static classMutations.WriteWithValue<K,V, T> Methods in org.infinispan.commands.functional that return MutationModifier and TypeMethodDescriptionFunctionalCommand.toMutation(Object key) ReadWriteKeyCommand.toMutation(Object key) ReadWriteKeyValueCommand.toMutation(Object key) ReadWriteManyCommand.toMutation(Object key) ReadWriteManyEntriesCommand.toMutation(Object key) WriteOnlyKeyCommand.toMutation(Object key) WriteOnlyKeyValueCommand.toMutation(Object key) WriteOnlyManyCommand.toMutation(Object key) WriteOnlyManyEntriesCommand.toMutation(Object key) Methods in org.infinispan.commands.functional that return types with arguments of type MutationModifier and TypeMethodDescriptionTxReadOnlyKeyCommand.getMutations()TxReadOnlyManyCommand.getMutations()Constructor parameters in org.infinispan.commands.functional with type arguments of type MutationModifierConstructorDescriptionTxReadOnlyKeyCommand(ByteString cacheName, Object key, Function<EntryView.ReadEntryView<K, V>, R> f, List<Mutation<K, V, ?>> mutations, int segment, Params params, DataConversion keyDataConversion, DataConversion valueDataConversion) TxReadOnlyManyCommand(ReadOnlyManyCommand c, List<List<Mutation<K, V, ?>>> mutations) TxReadOnlyManyCommand(ByteString cacheName, Collection<?> keys, List<List<Mutation<K, V, ?>>> mutations, Params params, DataConversion keyDataConversion, DataConversion valueDataConversion)