Uses of Interface
org.infinispan.client.hotrod.impl.operations.RetryAwareCompletionStage
-
Packages that use RetryAwareCompletionStage Package Description org.infinispan.client.hotrod.impl org.infinispan.client.hotrod.impl.operations -
-
Uses of RetryAwareCompletionStage in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl that return RetryAwareCompletionStage Modifier and Type Method Description RetryAwareCompletionStage<MetadataValue<V>>DelegatingRemoteCache. getWithMetadataAsync(K key, SocketAddress preferredAddres)RetryAwareCompletionStage<MetadataValue<V>>InternalRemoteCache. getWithMetadataAsync(K key, SocketAddress preferredAddres)RetryAwareCompletionStage<MetadataValue<V>>RemoteCacheImpl. getWithMetadataAsync(K key, SocketAddress preferredAddres) -
Uses of RetryAwareCompletionStage in org.infinispan.client.hotrod.impl.operations
Classes in org.infinispan.client.hotrod.impl.operations that implement RetryAwareCompletionStage Modifier and Type Class Description classGetWithMetadataOperation<V>Corresponds to getWithMetadata operation as described by Hot Rod protocol specification.Methods in org.infinispan.client.hotrod.impl.operations that return RetryAwareCompletionStage Modifier and Type Method Description RetryAwareCompletionStage<MetadataValue<V>>GetWithMetadataOperation. internalExecute()
-