| Class | Description |
|---|---|
| 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.
|
| 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 |
Corresponds to clear operation as defined by Hot Rod protocol specification.
|
| ContainsKeyOperation |
Implements "containsKey" operation as described in Hot Rod protocol specification.
|
| ExecuteOperation<T> |
ExecuteOperation.
|
| FaultTolerantPingOperation |
A fault tolerant ping operation that can survive to node failures.
|
| GetAllOperation<K,V> |
Implements "getAll" as defined by Hot Rod protocol specification.
|
| GetAllParallelOperation<K,V> | |
| GetOperation<V> |
Implements "get" operation as described by Hot Rod protocol specification.
|
| GetStreamOperation |
Streaming Get operation
|
| GetWithMetadataOperation<V> |
Corresponds to getWithMetadata operation as described by
Hot Rod protocol specification.
|
| HotRodOperation<T> |
Generic Hot Rod operation.
|
| IterationEndOperation | |
| IterationEndResponse | |
| IterationNextOperation<K,E> | |
| IterationNextResponse<K,E> | |
| IterationStartOperation | |
| IterationStartResponse | |
| OperationsFactory |
Factory for
HotRodOperation objects. |
| ParallelHotRodOperation<T,SUBOP extends HotRodOperation<T>> |
An HotRod operation that span across multiple remote nodes concurrently (like getAll / putAll).
|
| PingOperation |
Corresponds to the "ping" operation as defined in Hot Rod
protocol specification.
|
| PingResponse | |
| PingResponse.Decoder | |
| PutAllOperation |
Implements "putAll" as defined by Hot Rod protocol specification.
|
| PutAllParallelOperation | |
| PutIfAbsentOperation<V> |
Implements "putIfAbsent" operation as described in Hot Rod
protocol specification.
|
| PutOperation<V> |
Implements "put" as defined by Hot Rod protocol specification.
|
| PutStreamOperation |
Streaming put operation
|
| QueryOperation | |
| RemoveClientListenerOperation |
Remove client listener operation.
|
| RemoveIfUnmodifiedOperation<V> |
Implements "removeIfUnmodified" operation as defined by
Hot Rod protocol specification.
|
| RemoveOperation<V> |
Implement "remove" operation as described in Hot Rod
protocol specification.
|
| ReplaceIfUnmodifiedOperation |
Implement "replaceIfUnmodified" as defined by Hot Rod
protocol specification.
|
| ReplaceOperation<V> |
Implements "Replace" operation as defined by Hot Rod
protocol specification.
|
| 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 |
Implements to the stats operation as defined by Hot Rod protocol specification.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.