Package org.infinispan.client.hotrod
Hot Rod client API.
- Public API
-
Interface Summary Interface Description CacheTopologyInfo Contains information about cache topology including servers and owned segments.FailoverRequestBalancingStrategy Defines what servers will be selected when a smart-routed request fails.Metadata Represents metadata about an entry, such as creation and access times and expiration information.MetadataValue<V> Besides the value, also contains a version and expiration information.RemoteCache<K,V> Provides remote reference to a Hot Rod server/cluster.RemoteCacheContainer RemoteCacheManagerAdmin Remote Administration operationsServerStatistics Defines the possible list of statistics defined by the Hot Rod server.StreamingRemoteCache<K> StreamingRemoteCache implements streaming versions of mostRemoteCache
methodsTransportFactory TransportFactory is responsible for creating Netty'sSocketChannel
s andEventLoopGroup
s.Versioned VersionedVersionedMetadata VersionedMetadataVersionedValue<V> Besides the key and value, also contains an version. -
Class Summary Class Description DataFormat Defines data format for keys and values during Hot Rod client requests.DataFormat.Builder RemoteCacheManager Factory forRemoteCache
s.RemoteCounterManagerFactory ACounterManager
factory for Hot Rod client.Search -
Enum Summary Enum Description DefaultTemplate This enum lists the cache configuration templates names that are available in the server by default.Flag Defines all the flags available in the Hot Rod client that can influence the behavior of operations.ProtocolVersion Enumeration of supported Hot Rod client protocol VERSIONS.