Uses of Package
org.infinispan.client.hotrod
-
Packages that use org.infinispan.client.hotrod Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.client.hotrod.configuration Hot Rod client configuration API.org.infinispan.client.hotrod.event Hot Rod client remote event API.org.infinispan.persistence.remote Hot Rod-basedAdvancedLoadWriteStore
.org.infinispan.persistence.remote.configuration Configuration forRemoteStore
. -
Classes in org.infinispan.client.hotrod used by org.infinispan.client.hotrod Class Description CacheTopologyInfo Contains information about cache topology including servers and owned segments.DataFormat Defines data format for keys and values during Hot Rod client requests.DataFormat.Builder 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.Metadata Represents metadata about an entry, such as creation and access times and expiration information.MetadataValue Besides the value, also contains a version and expiration information.ProtocolVersion Enumeration of supported Hot Rod client protocol VERSIONS.RemoteCache Provides remote reference to a Hot Rod server/cluster.RemoteCacheContainer RemoteCacheManager Factory forRemoteCache
s.RemoteCacheManagerAdmin Remote Administration operationsServerStatistics Defines the possible list of statistics defined by the Hot Rod server.StreamingRemoteCache StreamingRemoteCache implements streaming versions of mostRemoteCache
methodsTransportFactory TransportFactory is responsible for creating Netty'sSocketChannel
s andEventLoopGroup
s.Versioned VersionedVersionedMetadata VersionedMetadataVersionedValue Besides the key and value, also contains an version. -
Classes in org.infinispan.client.hotrod used by org.infinispan.client.hotrod.configuration Class Description DefaultTemplate This enum lists the cache configuration templates names that are available in the server by default.FailoverRequestBalancingStrategy Defines what servers will be selected when a smart-routed request fails.ProtocolVersion Enumeration of supported Hot Rod client protocol VERSIONS.TransportFactory TransportFactory is responsible for creating Netty'sSocketChannel
s andEventLoopGroup
s. -
Classes in org.infinispan.client.hotrod used by org.infinispan.client.hotrod.event Class Description RemoteCache Provides remote reference to a Hot Rod server/cluster. -
Classes in org.infinispan.client.hotrod used by org.infinispan.persistence.remote Class Description RemoteCache Provides remote reference to a Hot Rod server/cluster. -
Classes in org.infinispan.client.hotrod used by org.infinispan.persistence.remote.configuration Class Description ProtocolVersion Enumeration of supported Hot Rod client protocol VERSIONS.