Modifier and Type | Class and Description |
---|---|
class |
ContainsEntryMultimapOperation
Implements "contains entry" for multimap as defined by Hot
Rod protocol specification.
|
class |
ContainsKeyMultimapOperation
Implements "contains key" for multimap cache as defined by Hot
Rod protocol specification.
|
class |
ContainsValueMultimapOperation
Implements "contains value" for multimap cache as defined by Hot
Rod protocol specification.
|
class |
GetKeyMultimapOperation<V>
Implements "get" for multimap as defined by Hot Rod
protocol specification.
|
class |
GetKeyWithMetadataMultimapOperation<V>
Implements "getWithMetadata" as defined by Hot Rod protocol
specification.
|
class |
PutKeyValueMultimapOperation
Implements "put" for multimap cache as defined by Hot Rod
protocol specification.
|
class |
RemoveEntryMultimapOperation
Implements "remove" for multimap as defined by Hot Rod
protocol specification.
|
class |
RemoveKeyMultimapOperation
Implements "remove" for multimap cache as defined by Hot
Rod protocol specification.
|
class |
SizeMultimapOperation
Implements "size" for multimap cache as defined by Hot Rod
protocol specification.
|
Modifier and Type | Class and Description |
---|---|
class |
ParallelHotRodOperation<T,SUBOP extends HotRodOperation<T>>
An HotRod operation that span across multiple remote nodes concurrently (like getAll / putAll).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractKeyOperation<T>
Basic class for all hot rod operations that manipulate a key.
|
class |
AbstractKeyValueOperation<T>
Base class for all operations that manipulate a key and a value.
|
class |
AddClientListenerOperation |
class |
AdminOperation
AdminOperation.
|
class |
AuthMechListOperation
Obtains a list of SASL authentication mechanisms supported by the server
|
class |
AuthOperation
Performs a step in the challenge/response authentication operation
|
class |
BulkGetKeysOperation<K>
Reads all keys.
|
class |
ClearOperation
Corresponds to clear operation as defined by Hot Rod protocol specification.
|
class |
ContainsKeyOperation
Implements "containsKey" operation as described in Hot Rod protocol specification.
|
class |
ExecuteOperation<T>
ExecuteOperation.
|
class |
FaultTolerantPingOperation
A fault tolerant ping operation that can survive to node failures.
|
class |
GetAllOperation<K,V>
Implements "getAll" as defined by Hot Rod protocol specification.
|
class |
GetAllParallelOperation<K,V> |
class |
GetOperation<V>
Implements "get" operation as described by Hot Rod protocol specification.
|
class |
GetStreamOperation
Streaming Get operation
|
class |
GetWithMetadataOperation<V>
Corresponds to getWithMetadata operation as described by
Hot Rod protocol specification.
|
class |
IterationEndOperation |
class |
IterationNextOperation<K,E> |
class |
IterationStartOperation |
class |
ParallelHotRodOperation<T,SUBOP extends HotRodOperation<T>>
An HotRod operation that span across multiple remote nodes concurrently (like getAll / putAll).
|
class |
PingOperation
Corresponds to the "ping" operation as defined in Hot Rod
protocol specification.
|
class |
PutAllOperation
Implements "putAll" as defined by Hot Rod protocol specification.
|
class |
PutAllParallelOperation |
class |
PutIfAbsentOperation<V>
Implements "putIfAbsent" operation as described in Hot Rod
protocol specification.
|
class |
PutOperation<V>
Implements "put" as defined by Hot Rod protocol specification.
|
class |
PutStreamOperation
Streaming put operation
|
class |
QueryOperation |
class |
RemoveClientListenerOperation
Remove client listener operation.
|
class |
RemoveIfUnmodifiedOperation<V>
Implements "removeIfUnmodified" operation as defined by
Hot Rod protocol specification.
|
class |
ReplaceIfUnmodifiedOperation
Implement "replaceIfUnmodified" as defined by Hot Rod
protocol specification.
|
class |
ReplaceOperation<V>
Implements "Replace" operation as defined by Hot Rod
protocol specification.
|
class |
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.
|
class |
SizeOperation |
class |
StatsAffectingHotRodOperation<T> |
class |
StatsAffectingRetryingOperation<T> |
class |
StatsOperation
Implements to the stats operation as defined by Hot Rod protocol specification.
|
Modifier and Type | Class and Description |
---|---|
class |
CompleteTransactionOperation
Represents a commit or rollback request from the
TransactionManager . |
class |
ForgetTransactionOperation
It forgets the transaction identified by
Xid in the server. |
class |
PrepareTransactionOperation
A prepare request from the
TransactionManager . |
class |
RecoveryOperation
A recovery request from the
TransactionManager . |
Modifier and Type | Method and Description |
---|---|
void |
HeaderDecoder.registerOperation(io.netty.channel.Channel channel,
HotRodOperation<?> operation) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.