Package org.infinispan.commands.functional
-
Interface Summary Interface Description FunctionalCommand<K,V> A command that carries operation rather than final value.Mutation<K,V,R> Simplified version of functional command used for read-only operations after transactional modifications. -
Class Summary Class Description AbstractWriteKeyCommand<K,V> AbstractWriteManyCommand<K,V> ReadOnlyKeyCommand<K,V,R> ReadOnlyManyCommand<K,V,R> ReadWriteKeyCommand<K,V,R> ReadWriteKeyValueCommand<K,V,T,R> ReadWriteManyCommand<K,V,R> ReadWriteManyEntriesCommand<K,V,T,R> TxReadOnlyKeyCommand<K,V,R> TxReadOnlyManyCommand<K,V,R> WriteOnlyKeyCommand<K,V> WriteOnlyKeyValueCommand<K,V,T> WriteOnlyManyCommand<K,V> WriteOnlyManyEntriesCommand<K,V,T>