| Package | Description |
|---|---|
| io.etcd.jetcd | |
| io.etcd.jetcd.op | |
| io.etcd.jetcd.options |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<GetResponse> |
KV.get(ByteSequence key,
GetOption option)
retrieve keys with GetOption.
|
| Modifier and Type | Method and Description |
|---|---|
static Op.GetOp |
Op.get(ByteSequence key,
GetOption option) |
| Constructor and Description |
|---|
GetOp(com.google.protobuf.ByteString key,
GetOption option) |
| Modifier and Type | Field and Description |
|---|---|
static GetOption |
GetOption.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
GetOption |
GetOption.Builder.build() |
Copyright © 2019. All rights reserved.