| Package | Description |
|---|---|
| io.etcd.jetcd.api |
| Modifier and Type | Method and Description |
|---|---|
LeaderKey |
LeaderKey.Builder.build() |
LeaderKey |
LeaderKey.Builder.buildPartial() |
static LeaderKey |
LeaderKey.getDefaultInstance() |
LeaderKey |
LeaderKey.getDefaultInstanceForType() |
LeaderKey |
LeaderKey.Builder.getDefaultInstanceForType() |
LeaderKey |
ResignRequestOrBuilder.getLeader()
leader is the leadership to relinquish by resignation.
|
LeaderKey |
ResignRequest.getLeader()
leader is the leadership to relinquish by resignation.
|
LeaderKey |
ResignRequest.Builder.getLeader()
leader is the leadership to relinquish by resignation.
|
LeaderKey |
ProclaimRequestOrBuilder.getLeader()
leader is the leadership hold on the election.
|
LeaderKey |
ProclaimRequest.getLeader()
leader is the leadership hold on the election.
|
LeaderKey |
ProclaimRequest.Builder.getLeader()
leader is the leadership hold on the election.
|
LeaderKey |
CampaignResponseOrBuilder.getLeader()
leader describes the resources used for holding leadereship of the election.
|
LeaderKey |
CampaignResponse.getLeader()
leader describes the resources used for holding leadereship of the election.
|
LeaderKey |
CampaignResponse.Builder.getLeader()
leader describes the resources used for holding leadereship of the election.
|
static LeaderKey |
LeaderKey.parseDelimitedFrom(InputStream input) |
static LeaderKey |
LeaderKey.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaderKey |
LeaderKey.parseFrom(byte[] data) |
static LeaderKey |
LeaderKey.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaderKey |
LeaderKey.parseFrom(ByteBuffer data) |
static LeaderKey |
LeaderKey.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaderKey |
LeaderKey.parseFrom(com.google.protobuf.ByteString data) |
static LeaderKey |
LeaderKey.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaderKey |
LeaderKey.parseFrom(com.google.protobuf.CodedInputStream input) |
static LeaderKey |
LeaderKey.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaderKey |
LeaderKey.parseFrom(InputStream input) |
static LeaderKey |
LeaderKey.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<LeaderKey> |
LeaderKey.getParserForType() |
static com.google.protobuf.Parser<LeaderKey> |
LeaderKey.parser() |
| Modifier and Type | Method and Description |
|---|---|
LeaderKey.Builder |
LeaderKey.Builder.mergeFrom(LeaderKey other) |
ResignRequest.Builder |
ResignRequest.Builder.mergeLeader(LeaderKey value)
leader is the leadership to relinquish by resignation.
|
ProclaimRequest.Builder |
ProclaimRequest.Builder.mergeLeader(LeaderKey value)
leader is the leadership hold on the election.
|
CampaignResponse.Builder |
CampaignResponse.Builder.mergeLeader(LeaderKey value)
leader describes the resources used for holding leadereship of the election.
|
static LeaderKey.Builder |
LeaderKey.newBuilder(LeaderKey prototype) |
ResignRequest.Builder |
ResignRequest.Builder.setLeader(LeaderKey value)
leader is the leadership to relinquish by resignation.
|
ProclaimRequest.Builder |
ProclaimRequest.Builder.setLeader(LeaderKey value)
leader is the leadership hold on the election.
|
CampaignResponse.Builder |
CampaignResponse.Builder.setLeader(LeaderKey value)
leader describes the resources used for holding leadereship of the election.
|
Copyright © 2021. All rights reserved.