Package org.infinispan.client.hotrod
package org.infinispan.client.hotrod
Hot Rod client API.
- Public API
-
ClassDescriptionContains information about cache topology including servers and owned segments.Defines data format for keys and values during Hot Rod client requests.This enum lists the cache configuration templates names that are available in the server by default.Defines what servers will be selected when a smart-routed request fails.Defines all the flags available in the Hot Rod client that can influence the behavior of operations.Represents metadata about an entry, such as creation and access times and expiration information.Besides the value, also contains a version and expiration information.Enumeration of supported Hot Rod client protocol VERSIONS.RemoteCache<K,
V> Provides remote reference to a Hot Rod server/cluster.Factory forRemoteCache
s.Remote Administration operationsACounterManager
factory for Hot Rod client.Defines the possible list of statistics defined by the Hot Rod server.StreamingRemoteCache implements streaming versions of mostRemoteCache
methodsTransportFactory is responsible for creating Netty'sSocketChannel
s andEventLoopGroup
s.VersionedVersionedMetadataBesides the key and value, also contains an version.