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.
|
| 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.
|
| ByteBufUtil |
Helper methods for writing varints, arrays and strings to ByteBuf.
|
| BytesOnlyMarshaller |
Marshaller that only supports byte[] instances writing them as is
|
| CacheNotTransactionalException |
When try to create a transactional org.infinispan.client.hotrod.RemoteCache but the cache in the Hot Rod
server isn't transactional, this exception is thrown.
|
| 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 |
|
| ClientStatistics |
|
| ClusterConfiguration |
|
| ClusterConfigurationBuilder |
|
| Codec |
A Hot Rod protocol encoder/decoder.
|
| Codec20 |
A Hot Rod encoder/decoder for version 2.0 of the protocol.
|
| Codec21 |
|
| Codec22 |
|
| Codec23 |
|
| Codec24 |
|
| Codec25 |
|
| Codec26 |
|
| Codec27 |
|
| Codec28 |
|
| Codec29 |
|
| Codec30 |
|
| 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 remote 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 |
|
| CounterOperationFactory |
A operation factory that builds counter operations.
|
| CreatedEventImpl<K> |
|
| CustomEventImpl<T> |
|
| DataFormat |
Defines data format for keys and values during Hot Rod client requests.
|
| DataFormat.Builder |
|
| DefaultAsyncExecutorFactory |
|
| DefaultNearCacheFactory |
|
| DefaultTemplate |
This enum lists the cache configuration templates names that are available in the server by default.
|
| DefineCounterOperation |
A counter define operation for CounterManager.defineCounter(String, CounterConfiguration).
|
| DelegatingRemoteCache<K,V> |
Delegates all invocations to the provided underlying InternalRemoteCache but provides extensibility to intercept
when a method is invoked.
|
| 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.
|
| 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.
|
| ForgetTransactionOperation |
It forgets the transaction identified by Xid in the server.
|
| 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> |
|
| 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.
|
| HotRodURI |
|
| IdleStateHandlerProvider |
|
| IncorrectClientListenerException |
|
| InitialPingHandler |
|
| InternalRemoteCache<K,V> |
|
| InvalidatedNearRemoteCache<K,V> |
|
| InvalidResponseException |
Signals an internal protocol error.
|
| IsDefinedOperation |
A counter operation for CounterManager.isDefined(String).
|
| IterationEndOperation |
|
| IterationEndResponse |
|
| IterationNextOperation<K,E> |
|
| IterationNextResponse<K,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 |
|
| NearCache<K,V> |
Near cache contract.
|
| NearCacheConfiguration |
|
| NearCacheConfigurationBuilder |
|
| NearCacheFactory |
|
| 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 |
|
| PingResponse |
|
| PingResponse.Decoder |
|
| PrepareTransactionOperation |
|
| ProtocolVersion |
Enumeration of supported Hot Rod client protocol VERSIONS.
|
| ProtoStreamMarshaller |
Deprecated.
|
| PutAllOperation |
|
| PutAllParallelOperation |
|
| PutIfAbsentOperation<V> |
|
| PutKeyValueMultimapOperation |
|
| PutOperation<V> |
|
| PutStreamOperation |
Streaming put operation
|
| QueryOperation |
|
| ReconnectTask |
|
| RecoveryIterator |
|
| RecoveryManager |
It keeps the local in-doubt transactions.
|
| RecoveryOperation |
|
| RemoteCache<K,V> |
Provides remote reference to a Hot Rod server/cluster.
|
| RemoteCacheClientStatisticsMXBean |
RemoteCache client-side statistics (such as number of connections)
|
| RemoteCacheConfiguration |
|
| RemoteCacheConfigurationBuilder |
Per-cache configuration.
|
| RemoteCacheContainer |
|
| RemoteCacheImpl<K,V> |
|
| RemoteCacheManager |
|
| RemoteCacheManagerAdmin |
Remote Administration operations
|
| RemoteCacheManagerAdminImpl |
|
| RemoteCacheManagerMXBean |
RemoteCacheManager client-side statistics and operations
|
| RemoteCacheManagerNotStartedException |
|
| RemoteCacheSupport<K,V> |
Purpose: keep all delegating and unsupported methods in one place -> readability.
|
| 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.
|
| RemotePublisher<K,E> |
|
| RemoteQuery<T> |
|
| 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 |
|
| StatisticsConfiguration |
|
| StatisticsConfigurationBuilder |
Configures client-side statistics
|
| StatsAffectingHotRodOperation<T> |
|
| StatsAffectingRetryingOperation<T> |
|
| StatsOperation |
|
| StreamingRemoteCache<K> |
StreamingRemoteCache implements streaming versions of most RemoteCache methods
|
| StreamingRemoteCacheImpl<K> |
|
| SyncModeTransactionTable |
|
| TimeUnitParam |
Time unit representation for HotRod
|
| TokenCallbackHandler |
|
| TopologyInfo |
Maintains topology information about caches.
|
| TransactionalRemoteCacheImpl<K,V> |
|
| TransactionConfiguration |
|
| TransactionConfigurationBuilder |
|
| TransactionContext<K,V> |
|
| TransactionEntry<K,V> |
|
| TransactionMode |
|
| TransactionOperationFactory |
An operation factory that builds operations independent from the cache used.
|
| TransactionTable |
|
| TransportException |
Indicates a communication exception with the Hot Rod server: e.g.
|
| Util |
|
| Versioned |
Versioned
|
| VersionedMetadata |
VersionedMetadata
|
| VersionedMetadataImpl |
|
| VersionedOperationResponse<V> |
|
| VersionedOperationResponse.RspCode |
|
| VersionedValue<V> |
Besides the key and value, also contains an version.
|
| VersionedValueImpl<V> |
|
| VoidCallbackHandler |
|
| XaModeTransactionTable |
|