| Package | Description |
|---|---|
| io.etcd.jetcd.api |
| Modifier and Type | Method and Description |
|---|---|
ProclaimResponse |
ProclaimResponse.Builder.build() |
ProclaimResponse |
ProclaimResponse.Builder.buildPartial() |
static ProclaimResponse |
ProclaimResponse.getDefaultInstance() |
ProclaimResponse |
ProclaimResponse.getDefaultInstanceForType() |
ProclaimResponse |
ProclaimResponse.Builder.getDefaultInstanceForType() |
static ProclaimResponse |
ProclaimResponse.parseDelimitedFrom(InputStream input) |
static ProclaimResponse |
ProclaimResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProclaimResponse |
ProclaimResponse.parseFrom(byte[] data) |
static ProclaimResponse |
ProclaimResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProclaimResponse |
ProclaimResponse.parseFrom(com.google.protobuf.ByteString data) |
static ProclaimResponse |
ProclaimResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProclaimResponse |
ProclaimResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static ProclaimResponse |
ProclaimResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProclaimResponse |
ProclaimResponse.parseFrom(InputStream input) |
static ProclaimResponse |
ProclaimResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProclaimResponse |
ElectionGrpc.ElectionBlockingStub.proclaim(ProclaimRequest request)
Proclaim updates the leader's posted value with a new value.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ProclaimResponse> |
ProclaimResponse.getParserForType() |
static io.grpc.MethodDescriptor<ProclaimRequest,ProclaimResponse> |
ElectionGrpc.getProclaimMethod() |
static com.google.protobuf.Parser<ProclaimResponse> |
ProclaimResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<ProclaimResponse> |
ElectionGrpc.ElectionFutureStub.proclaim(ProclaimRequest request)
Proclaim updates the leader's posted value with a new value.
|
io.vertx.core.Future<ProclaimResponse> |
VertxElectionGrpc.ElectionVertxStub.proclaim(ProclaimRequest request)
Proclaim updates the leader's posted value with a new value.
|
io.vertx.core.Future<ProclaimResponse> |
VertxElectionGrpc.ElectionVertxImplBase.proclaim(ProclaimRequest request)
Proclaim updates the leader's posted value with a new value.
|
| Modifier and Type | Method and Description |
|---|---|
ProclaimResponse.Builder |
ProclaimResponse.Builder.mergeFrom(ProclaimResponse other) |
static ProclaimResponse.Builder |
ProclaimResponse.newBuilder(ProclaimResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
void |
ElectionGrpc.ElectionImplBase.proclaim(ProclaimRequest request,
io.grpc.stub.StreamObserver<ProclaimResponse> responseObserver)
Proclaim updates the leader's posted value with a new value.
|
void |
ElectionGrpc.ElectionStub.proclaim(ProclaimRequest request,
io.grpc.stub.StreamObserver<ProclaimResponse> responseObserver)
Proclaim updates the leader's posted value with a new value.
|
Copyright © 2021. All rights reserved.