Uses of Class
org.infinispan.hotrod.impl.operations.StatsAffectingRetryingOperation
Packages that use StatsAffectingRetryingOperation
Package
Description
-
Uses of StatsAffectingRetryingOperation in org.infinispan.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 StatsAffectingRetryingOperation in org.infinispan.hotrod.impl.operations
Subclasses of StatsAffectingRetryingOperation in org.infinispan.hotrod.impl.operationsModifier and TypeClassDescriptionclassAbstractKeyOperation<K,T> Basic class for all hot rod operations that manipulate a key.classBase 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.classReads all keys.classImplements "containsKey" operation as described in Hot Rod protocol specification.classGetAllOperation<K,V> Implements "getAll" as defined by 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.classImplements "putAll" as defined 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.