| Package | Description |
|---|---|
| com.ibm.etcd.client | |
| com.ibm.etcd.client.config | |
| com.ibm.etcd.client.lock | |
| com.ibm.etcd.client.utils |
| Modifier and Type | Method and Description |
|---|---|
EtcdClient |
EtcdClient.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static void |
EtcdClient.Internal.cleanup(EtcdClient client) |
static boolean |
EtcdClient.Internal.retain(EtcdClient client) |
| Modifier and Type | Method and Description |
|---|---|
EtcdClient |
EtcdClusterConfig.getClient() |
static EtcdClient |
EtcdClusterConfig.getClient(EtcdClusterConfig config) |
| Modifier and Type | Field and Description |
|---|---|
protected EtcdClient |
EtcdLockClient.etcdClient |
| Constructor and Description |
|---|
EtcdLockClient(GrpcClient grpcClient,
EtcdClient etcdClient) |
| Constructor and Description |
|---|
EtcdLeaderElection(EtcdClient client,
com.google.protobuf.ByteString prefix)
Observer-only mode, won't participate in election, leaders have no effect
|
EtcdLeaderElection(EtcdClient client,
com.google.protobuf.ByteString prefix,
String candidateId) |
PersistentLeaseKey(EtcdClient client,
com.google.protobuf.ByteString key,
com.google.protobuf.ByteString defaultValue,
RangeCache rangeCache)
Create a
PersistentLeaseKey associated with the provided
client's session lease. |
PersistentLeaseKey(EtcdClient client,
PersistentLease lease,
com.google.protobuf.ByteString key,
com.google.protobuf.ByteString defaultValue,
RangeCache rangeCache) |
RangeCache(EtcdClient client,
com.google.protobuf.ByteString prefix) |
RangeCache(EtcdClient client,
com.google.protobuf.ByteString prefix,
boolean sorted) |
RangeCache(EtcdClient client,
com.google.protobuf.ByteString prefix,
boolean sorted,
Executor listenerExecutor) |
RangeCache(EtcdClient client,
com.google.protobuf.ByteString fromKey,
com.google.protobuf.ByteString toKey,
boolean sorted) |
RangeCache(EtcdClient client,
com.google.protobuf.ByteString fromKey,
com.google.protobuf.ByteString toKey,
boolean sorted,
Executor listenerExecutor) |
RangeCache(EtcdClient client,
com.google.protobuf.ByteString prefix,
Executor listenerExecutor) |
Copyright © 2023. All rights reserved.