Package org.infinispan.client.hotrod.impl.operations
package org.infinispan.client.hotrod.impl.operations
-
ClassDescriptionPerforms a step in the challenge/response authentication operationCorresponds to clear operation as defined by Hot Rod protocol specification.Implements "containsKey" operation as described in Hot Rod protocol specification.GetAllBulkOperation<K,
V> GetAllOperation<K,V> Implements "getAll" as defined by Hot Rod protocol specification.GetOperation<V>Corresponds to getWithMetadata operation as described by Hot Rod protocol specification.HotRodBulkOperation<Input,Output, Op extends HotRodOperation<Output>> An HotRod operation that span across multiple remote nodes concurrently (like getAll / putAll).Implements "putIfAbsent" operation as described in Hot Rod protocol specification.PutOperation<V>Implements "put" as defined by Hot Rod protocol specification.Remove client listener operation.Implements "removeIfUnmodified" operation as defined by Hot Rod protocol specification.Implement "remove" operation as described in Hot Rod protocol specification.Implement "replaceIfUnmodified" as defined by Hot Rod protocol specification.Implements "Replace" operation as defined by Hot Rod protocol specification.Implements to the stats operation as defined by Hot Rod protocol specification.