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.
|
BulkGetKeysOperation |
Reads all keys.
|
BulkGetOperation |
Reads more keys at a time.
|
ClearOperation |
Corresponds to clear operation as defined by Hot Rod protocol specification.
|
ContainsKeyOperation |
Implements "containsKey" operation as described in Hot Rod protocol specification.
|
FaultTolerantPingOperation |
A fault tolerant ping operation that can survive to node failures.
|
GetOperation |
Implements "get" operation as described by Hot Rod protocol specification.
|
GetWithMetadataOperation |
Corresponds to getWithMetadata operation as described by
Hot Rod protocol specification.
|
GetWithVersionOperation | Deprecated |
HotRodOperation |
Generic Hot Rod operation.
|
OperationsFactory |
Factory for
HotRodOperation objects. |
PingOperation |
Corresponds to the "ping" operation as defined in Hot Rod protocol specification.
|
PutIfAbsentOperation |
Implements "putIfAbsent" operation as described in Hot Rod
protocol specification.
|
PutOperation |
Implements "put" as defined by Hot Rod protocol specification.
|
QueryOperation | |
RemoveIfUnmodifiedOperation |
Implements "removeIfUnmodified" operation as defined by
Hot Rod protocol specification.
|
RemoveOperation |
Implement "remove" operation as described in Hot Rod
protocol specification.
|
ReplaceIfUnmodifiedOperation |
Implement "replaceIfUnmodified" as defined by Hot Rod
protocol specification.
|
ReplaceOperation |
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.
|
StatsOperation |
Implements to the stats operation as defined by Hot Rod protocol specification.
|
Enum | Description |
---|---|
PingOperation.PingResult |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.