All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
Class |
Description |
AbstractClientEvent |
|
AbstractConfigurationChildBuilder |
AbstractConfigurationChildBuilder.
|
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.
|
AbstractSecurityConfigurationChildBuilder |
AbstractSecurityConfigurationChildBuilder.
|
AbstractVersionedInputStream |
|
AddClientListenerOperation |
|
AddListenerOperation |
An add listener operation for StrongCounter.addListener(CounterListener) and WeakCounter.addListener(CounterListener)
|
AddOperation |
Add operation.
|
AdminFlag |
Deprecated.
|
AdminOperation |
AdminOperation.
|
AuthenticationConfiguration |
AuthenticationConfiguration.
|
AuthenticationConfigurationBuilder |
AuthenticationConfigurationBuilder.
|
AuthMechListOperation |
Obtains a list of SASL authentication mechanisms supported by the server
|
AuthOperation |
Performs a step in the challenge/response authentication operation
|
BaseCounter |
|
BasicCallbackHandler |
|
BulkGetKeysOperation<K> |
Reads all keys.
|
BulkGetOperation<K,V> |
Reads more keys at a time.
|
ByteBufUtil |
Helper methods for writing varints, arrays and strings to ByteBuf .
|
CacheTopologyInfo |
Contains information about cache topology including servers and owned segments.
|
CacheTopologyInfoImpl |
|
ChannelFactory |
Central component providing connections to remote server.
|
ChannelFactory.ClusterSwitchStatus |
|
ChannelInboundHandlerDefaults |
This is effectively the same as ChannelInboundHandlerAdapter but allows
to be inherited in a class with another superclass.
|
ChannelInputStream |
|
ChannelOperation |
A callback to be invoked on a channel.
|
ChannelOutboundHandlerDefaults |
This is effectively the same as ChannelOutboundHandlerAdapter but allows
to be inherited in a class with another superclass.
|
ChannelOutputStream |
|
ChannelOutputStreamListener |
|
ChannelPoolCloseEvent |
|
ChannelRecord |
This class serves multiple purposes:
1) Activation: this extends CompletableFuture which is completed once the connection and initial handshake
are completed.
|
ClearOperation |
|
ClientCacheEntryCreated |
|
ClientCacheEntryCreatedEvent<K> |
Client side cache entry created events provide information on the created
key, and the version of the entry.
|
ClientCacheEntryCustomEvent<T> |
The events generated by default contain just enough information to make the
event relevant but they avoid cramming too much information in order to reduce
the cost of sending them.
|
ClientCacheEntryExpired |
|
ClientCacheEntryExpiredEvent<K> |
Client side cache entry expired events provide information on the expired key.
|
ClientCacheEntryModified |
|
ClientCacheEntryModifiedEvent<K> |
Client side cache entry modified events provide information on the modified
key, and the version of the entry after the modification.
|
ClientCacheEntryRemoved |
|
ClientCacheEntryRemovedEvent<K> |
Client side cache entry removed events provide information on the removed key.
|
ClientCacheFailover |
|
ClientCacheFailoverEvent |
Event received when the registered listener fails over to a different node.
|
ClientEvent |
|
ClientEvent.Type |
|
ClientEventDispatcher |
|
ClientEvents |
|
ClientIntelligence |
ClientIntelligence specifies the level of intelligence used by the client.
|
ClientListener |
Annotation that marks a class to receive remote events from Hot Rod caches.
|
ClientListenerNotifier |
Deprecated.
|
ClientListenerNotifier |
|
ClusterConfiguration |
|
ClusterConfigurationBuilder |
|
Codec |
A Hot Rod protocol encoder/decoder.
|
Codec10 |
A Hot Rod encoder/decoder for version 1.0 of the protocol.
|
Codec11 |
A Hot Rod encoder/decoder for version 1.1 of the protocol.
|
Codec12 |
A Hot Rod encoder/decoder for version 1.2 of the protocol.
|
Codec13 |
A Hot Rod encoder/decoder for version 1.3 of the protocol.
|
Codec20 |
A Hot Rod encoder/decoder for version 2.0 of the protocol.
|
Codec21 |
|
Codec22 |
|
Codec23 |
|
Codec24 |
|
Codec25 |
|
Codec26 |
|
Codec27 |
|
Codec28 |
|
CodecFactory |
Codec factory.
|
CodecUtils |
|
CompareAndSwapOperation |
A compare-and-set operation for StrongCounter.compareAndSwap(long, long) and StrongCounter.compareAndSet(long, long) .
|
CompleteTransactionOperation |
|
Configuration |
Configuration.
|
ConfigurationBuilder |
|
ConfigurationChildBuilder |
ConfigurationChildBuilder.
|
ConfigurationProperties |
Encapsulate all config properties here
|
ConnectionPoolConfiguration |
ConnectionPoolConfiguration.
|
ConnectionPoolConfigurationBuilder |
ConnectionPoolConfigurationBuilder.
|
ConsistentHash |
Abstraction for the used consistent hash.
|
ConsistentHashFactory |
|
ConsistentHashV2 |
Version 2 of the ConsistentHash function.
|
ContainsEntryMultimapOperation |
|
ContainsKeyMultimapOperation |
|
ContainsKeyOperation |
|
ContainsValueMultimapOperation |
|
ContinuousQueryImpl<K,V> |
A container of continuous query listeners for a cache.
|
ControlByte |
A control byte used by each write operation to flag if the key was read or not, or if the write operation is a remove
operation
|
CounterEventDispatcher |
|
CreatedEventImpl<K> |
|
CustomEventImpl<T> |
|
DataFormat |
Defines data format for keys and values during Hot Rod client requests.
|
DataFormat.Builder |
|
DefaultAsyncExecutorFactory |
|
DefineCounterOperation |
A counter define operation for CounterManager.defineCounter(String, CounterConfiguration) .
|
EventDispatcher<T> |
|
ExecuteOperation<T> |
ExecuteOperation.
|
ExecutorFactoryConfiguration |
ExecutorFactoryConfiguration.
|
ExecutorFactoryConfigurationBuilder |
Configures executor factory.
|
ExhaustedAction |
Enumeration for whenExhaustedAction.
|
ExpiredEventImpl<K> |
|
FailoverRequestBalancingStrategy |
Defines what servers will be selected when a smart-routed request fails.
|
FailoverRequestBalancingStrategy |
Deprecated.
|
FaultTolerantPingOperation |
A fault tolerant ping operation that can survive to node failures.
|
Filters |
|
Flag |
Defines all the flags available in the Hot Rod client that can influence the behavior of operations.
|
GenericTransactionManagerLookup |
|
GetAllOperation<K,V> |
|
GetAllParallelOperation<K,V> |
|
GetConfigurationOperation |
A counter configuration for CounterManager.getConfiguration(String) .
|
GetCounterNamesOperation |
A counter operation for CounterManager.getCounterNames() .
|
GetKeyMultimapOperation<V> |
|
GetKeyWithMetadataMultimapOperation<V> |
|
GetOperation<V> |
|
GetStreamOperation |
Streaming Get operation
|
GetValueOperation |
A counter operation that returns the counter's value.
|
GetWithMetadataOperation<V> |
|
GetWithVersionOperation<V> |
Deprecated. |
HeaderDecoder |
|
HeaderParams |
Hot Rod request header parameters
|
HintedReplayingDecoder<S> |
Copy-paste of ReplayingDecoder which is hinted to not attempt decoding unless enough
bytes are read.
|
HintingByteBuf |
Copy-paste of ReplayingDecoderByteBuf which hints HintedReplayingDecoder
to not try decoding until requested bytes are received.
|
HotRodClientException |
Base class for exceptions reported by the hot rod client.
|
HotRodConstants |
Defines constants defined by Hot Rod specifications.
|
HotRodConstants.Names |
|
HotRodCounterEvent |
A CounterEvent implementation for the Hot Rod client.
|
HotRodOperation<T> |
Generic Hot Rod operation.
|
HotRodTimeoutException |
Signals an remote timeout(due to locking) in the infinispan server.
|
IdleStateHandlerProvider |
|
IncorrectClientListenerException |
|
InitialPingHandler |
|
InvalidatedNearRemoteCache<K,V> |
|
InvalidResponseException |
Signals an internal protocol error.
|
IsDefinedOperation |
A counter operation for CounterManager.isDefined(String) .
|
IterationEndOperation |
|
IterationEndResponse |
|
IterationNextOperation<E> |
|
IterationNextResponse<E> |
|
IterationStartOperation |
|
IterationStartResponse |
|
KeyTracker |
|
Log |
Log abstraction for the hot rod client.
|
Log_$logger |
Warning this class consists of generated code.
|
LogFactory |
Factory that creates Log instances.
|
MarshallerRegistry |
A registry of Marshaller along with its MediaType .
|
MarshallerUtil |
|
Metadata |
Represents metadata about an entry, such as creation and access times and expiration information.
|
MetadataCollection<V> |
Metadata and collection, used for Multimap
|
MetadataCollectionImpl<V> |
The values used in this class are assumed to be in MILLISECONDS
|
MetadataValue<V> |
Besides the value, also contains a version and expiration information.
|
MetadataValueImpl<V> |
MetadataValueImpl.
|
Modification |
The final modification of a specific key.
|
ModifiedEventImpl<K> |
|
MultimapCacheManager<K,V> |
|
MultimapHotRodConstants |
Multimap hotrod constants
|
MultimapOperationsFactory |
|
NearCacheConfiguration |
|
NearCacheConfigurationBuilder |
|
NearCacheMode |
Decides how client-side near caching should work.
|
NearCacheService<K,V> |
Near cache service, manages the lifecycle of the near cache.
|
NotificationManager |
A Hot Rod client notification manager for a single CounterManager .
|
OperationsFactory |
|
ParallelHotRodOperation<T,SUBOP extends HotRodOperation<T>> |
An HotRod operation that span across multiple remote nodes concurrently (like getAll / putAll).
|
ParallelOperationException |
|
PingOperation |
|
PingOperation.PingResult |
|
PrepareTransactionOperation |
|
ProtocolVersion |
Enumeration of supported Hot Rod client protocol versions.
|
ProtoStreamMarshaller |
A marshaller that uses Protocol Buffers.
|
PutAllOperation |
|
PutAllParallelOperation |
|
PutIfAbsentOperation<V> |
|
PutKeyValueMultimapOperation |
|
PutOperation<V> |
|
PutStreamOperation |
Streaming put operation
|
QueryOperation |
|
ReconnectTask |
|
RemoteCache<K,V> |
Provides remote reference to a Hot Rod server/cluster.
|
RemoteCacheContainer |
|
RemoteCacheImpl<K,V> |
|
RemoteCacheManager |
|
RemoteCacheManagerAdmin |
Remote Administration operations
|
RemoteCacheManagerAdminImpl |
|
RemoteCacheManagerNotStartedException |
|
RemoteCacheSupport<K,V> |
Purpose: keep all delegating and unsupported methods in one place -> readability.
|
RemoteCloseableIterator<E> |
|
RemoteCounterManager |
A CounterManager implementation for Hot Rod clients.
|
RemoteCounterManagerFactory |
A CounterManager factory for Hot Rod client.
|
RemoteIllegalLifecycleStateException |
This exception is thrown when the remote cache or cache manager does not
have the right lifecycle state for operations to be called on it.
|
RemoteMultimapCache<K,V> |
RemoteMultimapCacheImpl<K,V> |
|
RemoteMultimapCacheManager<K,V> |
|
RemoteMultimapCacheManagerFactory |
|
RemoteNodeSuspectException |
When a remote node is suspected and evicted from the cluster while an
operation is ongoing, the Hot Rod client emits this exception.
|
RemoteQuery |
|
RemoteQueryFactory |
|
RemoteTransactionManager |
|
RemoteTransactionManagerLookup |
|
RemoteXid |
|
RemoveClientListenerOperation |
Remove client listener operation.
|
RemovedEventImpl<K> |
|
RemoveEntryMultimapOperation |
|
RemoveIfUnmodifiedOperation<V> |
|
RemoveKeyMultimapOperation |
|
RemoveListenerOperation |
A remove listener operation for Handle.remove() .
|
RemoveOperation |
A counter operation for CounterManager.remove(String) , StrongCounter.remove() and WeakCounter.remove() .
|
RemoveOperation<V> |
|
ReplaceIfUnmodifiedOperation |
|
ReplaceOperation<V> |
|
ResetOperation |
A counter operation for StrongCounter.reset() and WeakCounter.reset() .
|
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.
|
RoundRobinBalancingStrategy |
|
SaslDecoderEncoder |
|
SaslQop |
SaslQop.
|
SaslStrength |
SaslStrength.
|
Search |
|
SecurityConfiguration |
SecurityConfiguration.
|
SecurityConfigurationBuilder |
SecurityConfigurationBuilder.
|
SegmentConsistentHash |
|
ServerConfiguration |
ServerConfiguration.
|
ServerConfigurationBuilder |
ServerConfigurationBuilder.
|
ServerStatistics |
Defines the possible list of statistics defined by the Hot Rod server.
|
ServerStatisticsImpl |
|
SizeMultimapOperation |
|
SizeOperation |
|
SslConfiguration |
SslConfiguration.
|
SslConfigurationBuilder |
SSLConfigurationBuilder.
|
SslHandshakeExceptionHandler |
|
StatsOperation |
|
StreamingRemoteCache<K> |
StreamingRemoteCache implements streaming versions of most RemoteCache methods
|
StreamingRemoteCacheImpl<K> |
|
SyncModeTransactionTable |
|
TcpTransportFactory |
Deprecated.
|
TcpTransportFactory.ClusterSwitchStatus |
Deprecated. |
TimeUnitParam |
Time unit representation for HotRod
|
TopologyInfo |
Maintains topology information about caches.
|
TransactionalRemoteCacheImpl<K,V> |
|
TransactionConfiguration |
|
TransactionConfigurationBuilder |
|
TransactionContext<K,V> |
|
TransactionEntry<K,V> |
|
TransactionMode |
|
TransactionTable |
|
Transport |
Deprecated.
|
TransportException |
Indicates a communication exception with the Hot Rod server: e.g.
|
TransportFactory |
Deprecated.
|
TypedProperties |
Type-aware properties.
|
Util |
|
Versioned |
Versioned
|
VersionedMetadata |
VersionedMetadata
|
VersionedMetadataImpl |
|
VersionedOperationResponse<V> |
|
VersionedOperationResponse.RspCode |
|
VersionedValue<V> |
Besides the key and value, also contains an version.
|
VersionedValueImpl<V> |
|
VersionUtils |
Utilities to handle protocol versions
|
VoidCallbackHandler |
|
XaModeTransactionTable |
|