Uses of Class
org.infinispan.client.hotrod.impl.operations.StatsAffectingRetryingOperation
-
Packages that use StatsAffectingRetryingOperation Package Description org.infinispan.client.hotrod.impl.multimap.operations org.infinispan.client.hotrod.impl.operations -
-
Uses of StatsAffectingRetryingOperation in org.infinispan.client.hotrod.impl.multimap.operations
Subclasses of StatsAffectingRetryingOperation in org.infinispan.client.hotrod.impl.multimap.operations Modifier and Type Class Description classContainsEntryMultimapOperationImplements "contains entry" for multimap as defined by Hot Rod protocol specification.classContainsKeyMultimapOperationImplements "contains key" for multimap cache as defined by Hot Rod protocol specification.classGetKeyMultimapOperation<V>Implements "get" for multimap as defined by Hot Rod protocol specification.classGetKeyWithMetadataMultimapOperation<V>Implements "getWithMetadata" as defined by Hot Rod protocol specification.classPutKeyValueMultimapOperationImplements "put" for multimap cache as defined by Hot Rod protocol specification.classRemoveEntryMultimapOperationImplements "remove" for multimap as defined by Hot Rod protocol specification.classRemoveKeyMultimapOperationImplements "remove" for multimap cache as defined by Hot Rod protocol specification. -
Uses of StatsAffectingRetryingOperation in org.infinispan.client.hotrod.impl.operations
Subclasses of StatsAffectingRetryingOperation in org.infinispan.client.hotrod.impl.operations Modifier and Type Class Description classAbstractKeyOperation<T>Basic class for all hot rod operations that manipulate a key.classAbstractKeyValueOperation<T>Base class for all operations that manipulate a key and a value.classBulkGetKeysOperation<K>Reads all keys.classContainsKeyOperationImplements "containsKey" operation as described in Hot Rod protocol specification.classGetAllOperation<K,V>Implements "getAll" as defined by 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.classPutAllOperationImplements "putAll" as defined 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.
-