| Package | Description |
|---|---|
| io.etcd.jetcd | |
| io.etcd.jetcd.op | |
| io.etcd.jetcd.options |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<PutResponse> |
KV.put(ByteSequence key,
ByteSequence value,
PutOption option)
put a key-value pair into etcd with option.
|
| Modifier and Type | Method and Description |
|---|---|
static Op.PutOp |
Op.put(ByteSequence key,
ByteSequence value,
PutOption option) |
| Constructor and Description |
|---|
PutOp(com.google.protobuf.ByteString key,
com.google.protobuf.ByteString value,
PutOption option) |
| Modifier and Type | Field and Description |
|---|---|
static PutOption |
PutOption.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
PutOption |
PutOption.Builder.build()
build the put option.
|
Copyright © 2021. All rights reserved.