| AbstractKeyOperation<T> |
Basic class for all hot rod operations that manipulate a key.
|
| AbstractKeyValueOperation<T> |
Base class for all operations that manipulate a key and a value.
|
| AddBloomNearCacheClientListenerOperation |
|
| AddClientListenerOperation |
|
| AdminOperation |
AdminOperation.
|
| AuthMechListOperation |
Obtains a list of SASL authentication mechanisms supported by the server
|
| AuthOperation |
Performs a step in the challenge/response authentication operation
|
| BulkGetKeysOperation<K> |
Reads all keys.
|
| ClearOperation |
|
| ClientListenerOperation |
|
| ContainsKeyOperation |
|
| ExecuteOperation<T> |
ExecuteOperation.
|
| FaultTolerantPingOperation |
A fault tolerant ping operation that can survive to node failures.
|
| GetAllOperation<K,V> |
|
| GetAllParallelOperation<K,V> |
|
| GetOperation<V> |
|
| GetStreamOperation |
Streaming Get operation
|
| GetWithMetadataOperation<V> |
|
| HotRodOperation<T> |
Generic Hot Rod operation.
|
| IterationEndOperation |
|
| IterationEndResponse |
|
| IterationNextOperation<K,E> |
|
| IterationNextResponse<K,E> |
|
| IterationStartOperation |
|
| IterationStartResponse |
|
| NeutralVersionHotRodOperation<T> |
An extension of HotRodOperation for backwards compatibility after introducing HR 4.0.
|
| OperationsFactory |
|
| ParallelHotRodOperation<T,SUBOP extends HotRodOperation<T>> |
An HotRod operation that span across multiple remote nodes concurrently (like getAll / putAll).
|
| PingOperation |
|
| PingResponse |
|
| PingResponse.Decoder |
|
| PutAllOperation |
|
| PutAllParallelOperation |
|
| PutIfAbsentOperation<V> |
|
| PutOperation<V> |
|
| PutStreamOperation |
Streaming put operation
|
| QueryOperation |
|
| RemoveClientListenerOperation |
Remove client listener operation.
|
| RemoveIfUnmodifiedOperation<V> |
|
| RemoveOperation<V> |
|
| ReplaceIfUnmodifiedOperation |
|
| ReplaceOperation<V> |
|
| RetryOnFailureOperation<T> |
Base class for all the operations that need retry logic: if the operation fails due to connection problems, try with
another available connection.
|
| SizeOperation |
|
| StatsAffectingHotRodOperation<T> |
|
| StatsAffectingRetryingOperation<T> |
|
| StatsOperation |
|
| UpdateBloomFilterOperation |
|