| Package | Description |
|---|---|
| io.etcd.jetcd.api | |
| io.etcd.jetcd.election |
| Modifier and Type | Method and Description |
|---|---|
LeaderResponse |
LeaderResponse.Builder.build() |
LeaderResponse |
LeaderResponse.Builder.buildPartial() |
static LeaderResponse |
LeaderResponse.getDefaultInstance() |
LeaderResponse |
LeaderResponse.getDefaultInstanceForType() |
LeaderResponse |
LeaderResponse.Builder.getDefaultInstanceForType() |
LeaderResponse |
ElectionGrpc.ElectionBlockingStub.leader(LeaderRequest request)
Leader returns the current election proclamation, if any.
|
static LeaderResponse |
LeaderResponse.parseDelimitedFrom(InputStream input) |
static LeaderResponse |
LeaderResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaderResponse |
LeaderResponse.parseFrom(byte[] data) |
static LeaderResponse |
LeaderResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaderResponse |
LeaderResponse.parseFrom(ByteBuffer data) |
static LeaderResponse |
LeaderResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaderResponse |
LeaderResponse.parseFrom(com.google.protobuf.ByteString data) |
static LeaderResponse |
LeaderResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaderResponse |
LeaderResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static LeaderResponse |
LeaderResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaderResponse |
LeaderResponse.parseFrom(InputStream input) |
static LeaderResponse |
LeaderResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<LeaderRequest,LeaderResponse> |
ElectionGrpc.getLeaderMethod() |
static io.grpc.MethodDescriptor<LeaderRequest,LeaderResponse> |
ElectionGrpc.getObserveMethod() |
com.google.protobuf.Parser<LeaderResponse> |
LeaderResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<LeaderResponse> |
ElectionGrpc.ElectionFutureStub.leader(LeaderRequest request)
Leader returns the current election proclamation, if any.
|
Iterator<LeaderResponse> |
ElectionGrpc.ElectionBlockingStub.observe(LeaderRequest request)
Observe streams election proclamations in-order as made by the election's
elected leaders.
|
static com.google.protobuf.Parser<LeaderResponse> |
LeaderResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
LeaderResponse.Builder |
LeaderResponse.Builder.mergeFrom(LeaderResponse other) |
static LeaderResponse.Builder |
LeaderResponse.newBuilder(LeaderResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
void |
ElectionGrpc.ElectionImplBase.leader(LeaderRequest request,
io.grpc.stub.StreamObserver<LeaderResponse> responseObserver)
Leader returns the current election proclamation, if any.
|
void |
ElectionGrpc.ElectionStub.leader(LeaderRequest request,
io.grpc.stub.StreamObserver<LeaderResponse> responseObserver)
Leader returns the current election proclamation, if any.
|
void |
ElectionGrpc.ElectionImplBase.observe(LeaderRequest request,
io.grpc.stub.StreamObserver<LeaderResponse> responseObserver)
Observe streams election proclamations in-order as made by the election's
elected leaders.
|
void |
ElectionGrpc.ElectionStub.observe(LeaderRequest request,
io.grpc.stub.StreamObserver<LeaderResponse> responseObserver)
Observe streams election proclamations in-order as made by the election's
elected leaders.
|
| Constructor and Description |
|---|
LeaderResponse(LeaderResponse response,
ByteSequence namespace) |
Copyright © 2020. All rights reserved.