- read4ByteInt() - Method in class org.infinispan.client.hotrod.impl.transport.AbstractTransport
-
- read4ByteInt() - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
-
- readArray() - Method in class org.infinispan.client.hotrod.impl.transport.AbstractTransport
-
- readArray() - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
-
reads an vint which is size; then an array having that size.
- readByte() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
-
- readByte() - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
-
- readByteArray(int) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
-
- readByteArray(int) - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
-
- readHeader(Transport, HeaderParams) - Method in interface org.infinispan.client.hotrod.impl.protocol.Codec
-
Reads a response header from the transport and returns the status
of the response.
- readHeader(Transport, HeaderParams) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec10
-
- readHeaderAndValidate(Transport, HeaderParams) - Method in class org.infinispan.client.hotrod.impl.operations.HotRodOperation
-
Magic | Message Id | Op code | Status | Topology Change Marker
- readLong() - Method in class org.infinispan.client.hotrod.impl.transport.AbstractTransport
-
- readLong() - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
-
- readNewTopologyAndHash(Transport, AtomicInteger) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec10
-
- readNewTopologyIfPresent(Transport, HeaderParams) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec10
-
- readString() - Method in class org.infinispan.client.hotrod.impl.transport.AbstractTransport
-
- readString() - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
-
- readUnsignedShort() - Method in class org.infinispan.client.hotrod.impl.transport.AbstractTransport
-
- readUnsignedShort() - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
-
- readVInt() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
-
- readVInt() - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
-
- readVLong() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
-
- readVLong() - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
-
- release() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
-
- release() - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
-
- releaseTransport(Transport) - Method in class org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation
-
- releaseTransport(Transport) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
-
- releaseTransport(Transport) - Method in interface org.infinispan.client.hotrod.impl.transport.TransportFactory
-
- RemoteCache<K,V> - Interface in org.infinispan.client.hotrod
-
Provides remote reference to a Hot Rod server/cluster.
- RemoteCacheImpl<K,V> - Class in org.infinispan.client.hotrod.impl
-
- RemoteCacheImpl(RemoteCacheManager, String) - Constructor for class org.infinispan.client.hotrod.impl.RemoteCacheImpl
-
- RemoteCacheManager - Class in org.infinispan.client.hotrod
-
- RemoteCacheManager(Marshaller, Properties, boolean) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Builds a remote cache manager that relies on the provided Marshaller
for marshalling
keys and values to be send over to the remote Infinispan cluster.
- RemoteCacheManager(Marshaller, Properties, boolean, ClassLoader, ExecutorFactory) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Builds a remote cache manager that relies on the provided Marshaller
for marshalling
keys and values to be send over to the remote Infinispan cluster.
- RemoteCacheManager(Marshaller, Properties) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
- RemoteCacheManager(Marshaller, Properties, ExecutorFactory) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
- RemoteCacheManager(Marshaller, Properties, ClassLoader) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
- RemoteCacheManager(Properties, boolean) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Build a cache manager based on supplied properties.
- RemoteCacheManager(Properties, boolean, ClassLoader, ExecutorFactory) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Build a cache manager based on supplied properties.
- RemoteCacheManager(Properties) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
- RemoteCacheManager(Properties, ClassLoader) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
- RemoteCacheManager(boolean) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
- RemoteCacheManager() - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
- RemoteCacheManager(String, int, boolean) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Creates a remote cache manager aware of the Hot Rod server listening at host:port.
- RemoteCacheManager(String, int, boolean, ClassLoader) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Creates a remote cache manager aware of the Hot Rod server listening at host:port.
- RemoteCacheManager(String, int) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
- RemoteCacheManager(String, int, ClassLoader) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
- RemoteCacheManager(String, boolean) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
The given string should have the following structure: "host1:port2;host:port2...".
- RemoteCacheManager(String, boolean, ClassLoader) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
The given string should have the following structure: "host1:port2;host:port2...".
- RemoteCacheManager(String) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
- RemoteCacheManager(String, ClassLoader) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
- RemoteCacheManager(URL, boolean) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
- RemoteCacheManager(URL, boolean, ClassLoader) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
- RemoteCacheManager(URL) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
- RemoteCacheManager(URL, ClassLoader) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
- RemoteCacheManagerNotStartedException - Exception in org.infinispan.client.hotrod.exceptions
-
- RemoteCacheManagerNotStartedException(String) - Constructor for exception org.infinispan.client.hotrod.exceptions.RemoteCacheManagerNotStartedException
-
- RemoteCacheSupport<K,V> - Class in org.infinispan.client.hotrod.impl
-
Purpose: keep all delegating and unsupported methods in one place -> readability.
- RemoteCacheSupport() - Constructor for class org.infinispan.client.hotrod.impl.RemoteCacheSupport
-
- RemoteNodeSuspectException - Exception in org.infinispan.client.hotrod.exceptions
-
When a remote node is suspected and evicted from the cluster while an
operation is ongoing, the Hot Rod client emits this exception.
- RemoteNodeSuspectException(String, long, short) - Constructor for exception org.infinispan.client.hotrod.exceptions.RemoteNodeSuspectException
-
- remove(Object) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
-
- remove(Object, Object) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
-
- remove(Object, Object) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
This operation is not supported.
- REMOVE_HITS - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
-
Number of removal hits.
- REMOVE_IF_UNMODIFIED_REQUEST - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
-
- REMOVE_IF_UNMODIFIED_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
-
- REMOVE_MISSES - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
-
Number of removal misses.
- REMOVE_REQUEST - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
-
- REMOVE_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
-
- removeAsync(Object) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
-
- removeAsync(Object, Object) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
-
- removeAsync(Object, Object) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
This operation is not supported.
- RemoveIfUnmodifiedOperation - Class in org.infinispan.client.hotrod.impl.operations
-
- RemoveIfUnmodifiedOperation(Codec, TransportFactory, byte[], byte[], AtomicInteger, Flag[], long) - Constructor for class org.infinispan.client.hotrod.impl.operations.RemoveIfUnmodifiedOperation
-
- RemoveOperation - Class in org.infinispan.client.hotrod.impl.operations
-
- RemoveOperation(Codec, TransportFactory, byte[], byte[], AtomicInteger, Flag[]) - Constructor for class org.infinispan.client.hotrod.impl.operations.RemoveOperation
-
- removeWithVersion(K, long) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
-
- removeWithVersion(K, long) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Removes the given entry only if its version matches the supplied version.
- removeWithVersionAsync(K, long) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
-
- removeWithVersionAsync(K, long) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- removingServer(SocketAddress) - Method in interface org.infinispan.client.hotrod.logging.Log
-
- replace(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
-
- replace(K, V, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
-
- replace(K, V, V) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
This operation is not supported.
- replace(K, V, V, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
This operation is not supported.
- replace(K, V, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
This operation is not supported.
- REPLACE_IF_UNMODIFIED_REQUEST - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
-
- REPLACE_IF_UNMODIFIED_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
-
- REPLACE_REQUEST - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
-
- REPLACE_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
-
- replaceAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
-
- replaceAsync(K, V, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
-
- replaceAsync(K, V, V) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
This operation is not supported.
- replaceAsync(K, V, V, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
This operation is not supported.
- replaceAsync(K, V, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
This operation is not supported.
- ReplaceIfUnmodifiedOperation - Class in org.infinispan.client.hotrod.impl.operations
-
- ReplaceIfUnmodifiedOperation(Codec, TransportFactory, byte[], byte[], AtomicInteger, Flag[], byte[], int, int, long) - Constructor for class org.infinispan.client.hotrod.impl.operations.ReplaceIfUnmodifiedOperation
-
- ReplaceOperation - Class in org.infinispan.client.hotrod.impl.operations
-
- ReplaceOperation(Codec, TransportFactory, byte[], byte[], AtomicInteger, Flag[], byte[], int, int) - Constructor for class org.infinispan.client.hotrod.impl.operations.ReplaceOperation
-
- replaceWithVersion(K, V, long, int, int) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
-
- replaceWithVersion(K, V, long) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
-
- replaceWithVersion(K, V, long, int) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
-
- replaceWithVersion(K, V, long) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Replaces the given value only if its version matches the supplied version.
- replaceWithVersion(K, V, long, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- replaceWithVersion(K, V, long, int, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- replaceWithVersionAsync(K, V, long, int, int) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
-
- replaceWithVersionAsync(K, V, long) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
-
- replaceWithVersionAsync(K, V, long, int) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
-
- replaceWithVersionAsync(K, V, long) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- replaceWithVersionAsync(K, V, long, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- replaceWithVersionAsync(K, V, long, int, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- REQUEST_BALANCING_STRATEGY - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
-
- REQUEST_MAGIC - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
-
- REQUEST_PARSING_ERROR_STATUS - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
-
- RequestBalancingStrategy - Interface in org.infinispan.client.hotrod.impl.transport.tcp
-
Defines how request are distributed between the servers for replicated caches.
- RESPONSE_MAGIC - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
-
- RETRIEVALS - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
-
Number of get operations.
- RetryOnFailureOperation<T> - Class in org.infinispan.client.hotrod.impl.operations
-
Base class for all the operations that need retry logic: if the operation fails due to connection problems, try with
another available connection.
- RetryOnFailureOperation(Codec, TransportFactory, byte[], AtomicInteger, Flag[]) - Constructor for class org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation
-
- returnPossiblePrevValue(Transport) - Method in class org.infinispan.client.hotrod.impl.operations.AbstractKeyOperation
-
- returnVersionedOperationResponse(Transport, HeaderParams) - Method in class org.infinispan.client.hotrod.impl.operations.AbstractKeyOperation
-
- RoundRobinBalancingStrategy - Class in org.infinispan.client.hotrod.impl.transport.tcp
-
- RoundRobinBalancingStrategy() - Constructor for class org.infinispan.client.hotrod.impl.transport.tcp.RoundRobinBalancingStrategy
-