Package | Description |
---|---|
org.infinispan.client.hotrod.impl.operations | |
org.infinispan.client.hotrod.impl.protocol |
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 |
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 |
BulkGetOperation<K,V>
Reads more keys at a time.
|
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 |
GetWithMetadataOperation<V>
Corresponds to getWithMetadata operation as described by
Hot Rod protocol specification.
|
class |
GetWithVersionOperation<V>
Deprecated.
|
class |
HotRodOperation
Generic Hot Rod operation.
|
class |
IterationEndOperation |
class |
IterationNextOperation<E> |
class |
IterationStartOperation |
class |
OperationsFactory
Factory for
HotRodOperation objects. |
class |
ParallelHotRodOperation<T,SUBOP extends HotRodOperation>
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 |
QueryOperation |
class |
RemoveClientListenerOperation
Remove client listener operation.
|
class |
RemoveIfUnmodifiedOperation<V>
Implements "removeIfUnmodified" operation as defined by
Hot Rod protocol specification.
|
class |
RemoveOperation<V>
Implement "remove" operation as described in 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 |
StatsOperation
Implements to the stats operation as defined by Hot Rod protocol specification.
|
Modifier and Type | Class and Description |
---|---|
class |
Codec20
A Hot Rod encoder/decoder for version 2.0 of the protocol.
|
class |
Codec21 |
class |
Codec22 |
class |
Codec23 |
class |
Codec24 |
class |
Codec25 |
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.