Package org.infinispan.hotrod.impl.operations
package org.infinispan.hotrod.impl.operations
-
ClassDescriptionAbstractKeyOperation<K,
T> Basic class for all hot rod operations that manipulate a key.Base class for all operations that manipulate a key and a value.Implements "putIfAbsent" operation as described in Hot Rod protocol specification.AbstractPutOperation<K,T> Implements "put" as defined by Hot Rod protocol specification.Implement "remove" operation as described in Hot Rod protocol specification.AdminOperation.Obtains a list of SASL authentication mechanisms supported by the serverPerforms a step in the challenge/response authentication operationReads all keys.Factory forHotRodOperationobjects.Corresponds to clear operation as defined by Hot Rod protocol specification.Implements "containsKey" operation as described in Hot Rod protocol specification.ExecuteOperation.A fault tolerant ping operation that can survive to node failures.GetAllOperation<K,V> Implements "getAll" as defined by Hot Rod protocol specification.Implement "remove" operation as described in Hot Rod protocol specification.GetOperation<K,V> Implements "get" operation as described by Hot Rod protocol specification.Streaming Get operationCorresponds to getWithMetadata operation as described by Hot Rod protocol specification.Generic Hot Rod operation.ParallelHotRodOperation<T,SUBOP extends HotRodOperation<T>> An HotRod operation that span across multiple remote nodes concurrently (like getAll / putAll).Corresponds to the "ping" operation as defined in Hot Rod protocol specification.Implements "putAll" as defined by Hot Rod protocol specification.PutIfAbsentOperation<K,V> Implements "putIfAbsent" operation as described in Hot Rod protocol specification.PutOperation<K,V> Implements "put" as defined by Hot Rod protocol specification.Streaming put operationRemove 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.ReplaceOperation<K,V> Implements "Replace" operation as defined by Hot Rod protocol specification.Base class for all the operations that need retry logic: if the operation fails due to connection problems, try with another available connection.Implements "putIfAbsent" operation as described in Hot Rod protocol specification.SetOperation<K>Implements "put" as defined by Hot Rod protocol specification.Implements to the stats operation as defined by Hot Rod protocol specification.