| Package | Description |
|---|---|
| com.ibm.etcd.api | |
| com.ibm.etcd.client.kv |
| Modifier and Type | Method and Description |
|---|---|
PutResponse |
PutResponse.Builder.build() |
PutResponse |
PutResponse.Builder.buildPartial() |
static PutResponse |
PutResponse.getDefaultInstance() |
PutResponse |
PutResponse.getDefaultInstanceForType() |
PutResponse |
PutResponse.Builder.getDefaultInstanceForType() |
PutResponse |
ResponseOp.getResponsePut()
.etcdserverpb.PutResponse response_put = 2; |
PutResponse |
ResponseOp.Builder.getResponsePut()
.etcdserverpb.PutResponse response_put = 2; |
PutResponse |
ResponseOpOrBuilder.getResponsePut()
.etcdserverpb.PutResponse response_put = 2; |
static PutResponse |
PutResponse.parseDelimitedFrom(InputStream input) |
static PutResponse |
PutResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PutResponse |
PutResponse.parseFrom(byte[] data) |
static PutResponse |
PutResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PutResponse |
PutResponse.parseFrom(ByteBuffer data) |
static PutResponse |
PutResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PutResponse |
PutResponse.parseFrom(com.google.protobuf.ByteString data) |
static PutResponse |
PutResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PutResponse |
PutResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static PutResponse |
PutResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PutResponse |
PutResponse.parseFrom(InputStream input) |
static PutResponse |
PutResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PutResponse |
KVGrpc.KVBlockingStub.put(PutRequest request)
Put puts the given key into the key-value store.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<PutResponse> |
PutResponse.getParserForType() |
static io.grpc.MethodDescriptor<PutRequest,PutResponse> |
KVGrpc.getPutMethod() |
static com.google.protobuf.Parser<PutResponse> |
PutResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<PutResponse> |
KVGrpc.KVFutureStub.put(PutRequest request)
Put puts the given key into the key-value store.
|
| Modifier and Type | Method and Description |
|---|---|
PutResponse.Builder |
PutResponse.Builder.mergeFrom(PutResponse other) |
ResponseOp.Builder |
ResponseOp.Builder.mergeResponsePut(PutResponse value)
.etcdserverpb.PutResponse response_put = 2; |
static PutResponse.Builder |
PutResponse.newBuilder(PutResponse prototype) |
ResponseOp.Builder |
ResponseOp.Builder.setResponsePut(PutResponse value)
.etcdserverpb.PutResponse response_put = 2; |
| Modifier and Type | Method and Description |
|---|---|
void |
KVGrpc.KVImplBase.put(PutRequest request,
io.grpc.stub.StreamObserver<PutResponse> responseObserver)
Put puts the given key into the key-value store.
|
void |
KVGrpc.KVStub.put(PutRequest request,
io.grpc.stub.StreamObserver<PutResponse> responseObserver)
Put puts the given key into the key-value store.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<PutResponse> |
KvClient.put(PutRequest request) |
com.google.common.util.concurrent.ListenableFuture<PutResponse> |
EtcdKvClient.put(PutRequest request) |
Copyright © 2022. All rights reserved.