| Package | Description |
|---|---|
| com.ibm.etcd.client | |
| com.ibm.etcd.client.kv |
| Modifier and Type | Field and Description |
|---|---|
protected Condition |
GrpcClient.isEventThread |
protected Condition |
FluentRequest.AbstractFluentRequest.precondition |
| Modifier and Type | Method and Description |
|---|---|
FR |
FluentRequest.backoffRetry(Condition precondition) |
FR |
FluentRequest.AbstractFluentRequest.backoffRetry(Condition precondition) |
<ReqT,R> com.google.common.util.concurrent.ListenableFuture<R> |
GrpcClient.call(io.grpc.MethodDescriptor<ReqT,R> method,
Condition precondition,
ReqT request,
Executor executor,
GrpcClient.RetryDecision<ReqT> retry,
boolean backoff,
io.grpc.Deadline deadline,
long timeoutMs) |
| Constructor and Description |
|---|
GrpcClient(io.grpc.ManagedChannel channel,
GrpcClient.AuthProvider authProvider,
ScheduledExecutorService executor,
Condition isEventThread,
Executor userExecutor,
boolean sendViaEventLoop,
long defaultTimeoutMs) |
GrpcClient(io.grpc.ManagedChannel channel,
com.google.common.base.Predicate<Throwable> reauthRequired,
Supplier<io.grpc.CallCredentials> credsSupplier,
ScheduledExecutorService executor,
Condition isEventThread,
Executor userExecutor,
boolean sendViaEventLoop,
long defaultTimeoutMs)
Deprecated.
use other constructor
|
| Modifier and Type | Method and Description |
|---|---|
FR |
KvClient.FluentRequest.backoffRetry(Condition precondition) |
Copyright © 2022. All rights reserved.