| Package | Description |
|---|---|
| io.etcd.jetcd.api |
| Modifier and Type | Method and Description |
|---|---|
ResignResponse |
ResignResponse.Builder.build() |
ResignResponse |
ResignResponse.Builder.buildPartial() |
static ResignResponse |
ResignResponse.getDefaultInstance() |
ResignResponse |
ResignResponse.getDefaultInstanceForType() |
ResignResponse |
ResignResponse.Builder.getDefaultInstanceForType() |
static ResignResponse |
ResignResponse.parseDelimitedFrom(InputStream input) |
static ResignResponse |
ResignResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResignResponse |
ResignResponse.parseFrom(byte[] data) |
static ResignResponse |
ResignResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResignResponse |
ResignResponse.parseFrom(com.google.protobuf.ByteString data) |
static ResignResponse |
ResignResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResignResponse |
ResignResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static ResignResponse |
ResignResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResignResponse |
ResignResponse.parseFrom(InputStream input) |
static ResignResponse |
ResignResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ResignResponse |
ElectionGrpc.ElectionBlockingStub.resign(ResignRequest request)
Resign releases election leadership so other campaigners may acquire
leadership on the election.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ResignResponse> |
ResignResponse.getParserForType() |
static io.grpc.MethodDescriptor<ResignRequest,ResignResponse> |
ElectionGrpc.getResignMethod() |
static com.google.protobuf.Parser<ResignResponse> |
ResignResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<ResignResponse> |
ElectionGrpc.ElectionFutureStub.resign(ResignRequest request)
Resign releases election leadership so other campaigners may acquire
leadership on the election.
|
io.vertx.core.Future<ResignResponse> |
VertxElectionGrpc.ElectionVertxStub.resign(ResignRequest request)
Resign releases election leadership so other campaigners may acquire
leadership on the election.
|
io.vertx.core.Future<ResignResponse> |
VertxElectionGrpc.ElectionVertxImplBase.resign(ResignRequest request)
Resign releases election leadership so other campaigners may acquire
leadership on the election.
|
| Modifier and Type | Method and Description |
|---|---|
ResignResponse.Builder |
ResignResponse.Builder.mergeFrom(ResignResponse other) |
static ResignResponse.Builder |
ResignResponse.newBuilder(ResignResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
void |
ElectionGrpc.ElectionImplBase.resign(ResignRequest request,
io.grpc.stub.StreamObserver<ResignResponse> responseObserver)
Resign releases election leadership so other campaigners may acquire
leadership on the election.
|
void |
ElectionGrpc.ElectionStub.resign(ResignRequest request,
io.grpc.stub.StreamObserver<ResignResponse> responseObserver)
Resign releases election leadership so other campaigners may acquire
leadership on the election.
|
Copyright © 2021. All rights reserved.