Uses of Class
org.infinispan.client.hotrod.impl.operations.AbstractKeyOperation
Packages that use AbstractKeyOperation
Package
Description
-
Uses of AbstractKeyOperation in org.infinispan.client.hotrod.impl.multimap.operations
Modifier 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.client.hotrod.impl.operations
Subclasses of AbstractKeyOperation in org.infinispan.client.hotrod.impl.operationsModifier and TypeClassDescriptionclassclassImplements "containsKey" operation as described in Hot Rod protocol specification.classGetOperation<V>classclassCorresponds to getWithMetadata operation as described by Hot Rod protocol specification.classImplements "putIfAbsent" operation as described in Hot Rod protocol specification.classPutOperation<V>Implements "put" as defined by Hot Rod protocol specification.classclassImplements "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.classImplements "Replace" operation as defined by Hot Rod protocol specification.