Uses of Class
org.infinispan.client.hotrod.impl.operations.AbstractCacheOperation
Packages that use AbstractCacheOperation
Package
Description
-
Uses of AbstractCacheOperation 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 "contains value" 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.classImplements "size" for multimap cache as defined by Hot Rod protocol specification. -
Uses of AbstractCacheOperation in org.infinispan.client.hotrod.impl.operations
Subclasses of AbstractCacheOperation in org.infinispan.client.hotrod.impl.operationsModifier and TypeClassDescriptionclassclassclassclassclassclassCorresponds to clear operation as defined by Hot Rod protocol specification.classclassImplements "containsKey" operation as described in Hot Rod protocol specification.classGetAllOperation<K,V> Implements "getAll" as defined by Hot Rod protocol specification.classGetOperation<V>classclassclassclassCorresponds to getWithMetadata operation as described by Hot Rod protocol specification.classclassclassclassclassImplements "putIfAbsent" operation as described in Hot Rod protocol specification.classPutOperation<V>Implements "put" as defined by Hot Rod protocol specification.classclassclassfinal classclassRemove client listener operation.classImplements "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.classclassImplements to the stats operation as defined by Hot Rod protocol specification.class -
Uses of AbstractCacheOperation in org.infinispan.client.hotrod.impl.transaction.operations
Modifier and TypeClassDescriptionclassA prepare request from theTransactionManager.