Uses of Class
org.infinispan.hotrod.impl.operations.AbstractKeyOperation
Packages that use AbstractKeyOperation
Package
Description
-
Uses of AbstractKeyOperation in org.infinispan.hotrod.impl.multimap.operations
Subclasses of AbstractKeyOperation in org.infinispan.hotrod.impl.multimap.operationsModifier and TypeClassDescriptionclassclassclassImplements "contains entry" for multimap as defined by Hot Rod protocol specification.classImplements "contains key" for multimap cache as defined by Hot Rod protocol specification.classImplements "get" for multimap as defined by Hot Rod protocol specification.classImplements "getWithMetadata" as defined by Hot Rod protocol specification.classImplements "put" for multimap cache as defined by Hot Rod protocol specification.classImplements "remove" for multimap as defined by Hot Rod protocol specification.classImplements "remove" for multimap cache as defined by Hot Rod protocol specification. -
Uses of AbstractKeyOperation in org.infinispan.hotrod.impl.operations
Subclasses of AbstractKeyOperation in org.infinispan.hotrod.impl.operationsModifier and TypeClassDescriptionclassBase class for all operations that manipulate a key and a value.classImplements "putIfAbsent" operation as described in Hot Rod protocol specification.classAbstractPutOperation<K,T> Implements "put" as defined by Hot Rod protocol specification.classImplement "remove" operation as described in Hot Rod protocol specification.classImplements "containsKey" operation as described in Hot Rod protocol specification.classImplement "remove" operation as described in Hot Rod protocol specification.classGetOperation<K,V> Implements "get" operation as described by Hot Rod protocol specification.classStreaming Get operationclassCorresponds to getWithMetadata operation as described by Hot Rod protocol specification.classPutIfAbsentOperation<K,V> Implements "putIfAbsent" operation as described in Hot Rod protocol specification.classPutOperation<K,V> Implements "put" as defined by Hot Rod protocol specification.classStreaming put operationclassImplements "removeIfUnmodified" operation as defined by Hot Rod protocol specification.classImplement "remove" operation as described in Hot Rod protocol specification.classImplement "replaceIfUnmodified" as defined by Hot Rod protocol specification.classReplaceOperation<K,V> Implements "Replace" operation as defined by Hot Rod protocol specification.classImplements "putIfAbsent" operation as described in Hot Rod protocol specification.classSetOperation<K>Implements "put" as defined by Hot Rod protocol specification.