Uses of Class
org.infinispan.client.hotrod.impl.operations.AbstractKeyOperation
-
Packages that use AbstractKeyOperation Package Description org.infinispan.client.hotrod.impl.multimap.operations org.infinispan.client.hotrod.impl.operations -
-
Uses of AbstractKeyOperation in org.infinispan.client.hotrod.impl.multimap.operations
-
Uses of AbstractKeyOperation in org.infinispan.client.hotrod.impl.operations
Subclasses of AbstractKeyOperation in org.infinispan.client.hotrod.impl.operations Modifier and Type Class Description classAbstractKeyValueOperation<T>Base class for all operations that manipulate a key and a value.classContainsKeyOperationImplements "containsKey" operation as described in Hot Rod protocol specification.classGetOperation<V>Implements "get" operation as described by Hot Rod protocol specification.classGetStreamOperationStreaming Get operationclassGetWithMetadataOperation<V>Corresponds to getWithMetadata operation as described by Hot Rod protocol specification.classPutIfAbsentOperation<V>Implements "putIfAbsent" operation as described in Hot Rod protocol specification.classPutOperation<V>Implements "put" as defined by Hot Rod protocol specification.classPutStreamOperationStreaming put operationclassRemoveIfUnmodifiedOperation<V>Implements "removeIfUnmodified" operation as defined by Hot Rod protocol specification.classRemoveOperation<V>Implement "remove" operation as described in Hot Rod protocol specification.classReplaceIfUnmodifiedOperationImplement "replaceIfUnmodified" as defined by Hot Rod protocol specification.classReplaceOperation<V>Implements "Replace" operation as defined by Hot Rod protocol specification.
-