| AbstractKeyOperation<K,T> |
Basic class for all hot rod operations that manipulate a key.
|
| AbstractKeyValueOperation<K,T> |
Base class for all operations that manipulate a key and a value.
|
| AbstractPutIfAbsentOperation<K,T> |
|
| AbstractPutOperation<K,T> |
|
| AbstractRemoveOperation<K,T> |
|
| 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.
|
| CacheOperationsFactory |
|
| ClearOperation |
|
| ClientListenerOperation |
|
| ContainsKeyOperation<K> |
|
| ExecuteOperation<T> |
ExecuteOperation.
|
| FaultTolerantPingOperation |
A fault tolerant ping operation that can survive to node failures.
|
| GetAllOperation<K,V> |
|
| GetAllParallelOperation<K,V> |
|
| GetAndRemoveOperation<K,V> |
|
| GetOperation<K,V> |
|
| GetStreamOperation<K> |
Streaming Get operation
|
| GetWithMetadataOperation<K,V> |
|
| HotRodOperation<T> |
Generic Hot Rod operation.
|
| IterationEndOperation |
|
| IterationEndResponse |
|
| IterationNextOperation<K,E> |
|
| IterationNextResponse<K,E> |
|
| IterationStartOperation |
|
| IterationStartResponse |
|
| OperationContext |
|
| 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<K,V> |
|
| PutOperation<K,V> |
|
| PutStreamOperation<K> |
Streaming put operation
|
| QueryOperation |
|
| RemoveClientListenerOperation |
Remove client listener operation.
|
| RemoveIfUnmodifiedOperation<K,V> |
|
| RemoveOperation<K> |
|
| ReplaceIfUnmodifiedOperation<K,V> |
|
| ReplaceOperation<K,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.
|
| SetIfAbsentOperation<K> |
|
| SetOperation<K> |
|
| SizeOperation |
|
| StatsAffectingHotRodOperation<T> |
|
| StatsAffectingRetryingOperation<T> |
|
| StatsOperation |
|
| UpdateBloomFilterOperation |
|