Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W 

A

AbstractResponse<R> - Class in io.etcd.jetcd
 
AbstractResponse(R, ResponseHeader) - Constructor for class io.etcd.jetcd.AbstractResponse
 
ACTION_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AlarmRequest
 
ACTIVATE_VALUE - Static variable in enum io.etcd.jetcd.api.AlarmRequest.AlarmAction
ACTIVATE = 1;
addAlarms(AlarmMember) - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
alarms is a list of alarms associated with the alarm request.
addAlarms(int, AlarmMember) - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
alarms is a list of alarms associated with the alarm request.
addAlarms(AlarmMember.Builder) - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
alarms is a list of alarms associated with the alarm request.
addAlarms(int, AlarmMember.Builder) - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
alarms is a list of alarms associated with the alarm request.
addAlarmsBuilder() - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
alarms is a list of alarms associated with the alarm request.
addAlarmsBuilder(int) - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
alarms is a list of alarms associated with the alarm request.
addAllAlarms(Iterable<? extends AlarmMember>) - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
alarms is a list of alarms associated with the alarm request.
addAllClientURLs(Iterable<String>) - Method in class io.etcd.jetcd.api.Member.Builder
clientURLs is the list of URLs the member exposes to clients for communication.
addAllCompare(Iterable<? extends Compare>) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
compare is a list of predicates representing a conjunction of terms.
addAllEvents(Iterable<? extends Event>) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
repeated .mvccpb.Event events = 11;
addAllFailure(Iterable<? extends RequestOp>) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
failure is a list of requests which will be applied when compare evaluates to false.
addAllFilters(Iterable<? extends WatchCreateRequest.FilterType>) - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
filters filter the events at server side before it sends back to the watcher.
addAllFiltersValue(Iterable<Integer>) - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
filters filter the events at server side before it sends back to the watcher.
addAllKeyPermission(Iterable<? extends Permission>) - Method in class io.etcd.jetcd.api.Role.Builder
repeated .authpb.Permission keyPermission = 2;
addAllKeys(Iterable<? extends ByteString>) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
Keys is the list of keys attached to this lease.
addAllKvs(Iterable<? extends KeyValue>) - Method in class io.etcd.jetcd.api.RangeResponse.Builder
kvs is the list of key-value pairs matched by the range request.
addAllMembers(Iterable<? extends Member>) - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
members is a list of all members after adding the new member.
addAllMembers(Iterable<? extends Member>) - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
members is a list of all members associated with the cluster.
addAllMembers(Iterable<? extends Member>) - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
members is a list of all members after removing the member.
addAllMembers(Iterable<? extends Member>) - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
members is a list of all members after updating the member.
addAllPeerURLs(Iterable<String>) - Method in class io.etcd.jetcd.api.Member.Builder
peerURLs is the list of URLs the member exposes to the cluster for communication.
addAllPeerURLs(Iterable<String>) - Method in class io.etcd.jetcd.api.MemberAddRequest.Builder
peerURLs is the list of URLs the added member will use to communicate with the cluster.
addAllPeerURLs(Iterable<String>) - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
peerURLs is the new list of URLs the member will use to communicate with the cluster.
addAllPerm(Iterable<? extends Permission>) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
repeated .authpb.Permission perm = 2;
addAllPrevKvs(Iterable<? extends KeyValue>) - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
if prev_kv is set in the request, the previous key-value pairs will be returned.
addAllResponses(Iterable<? extends ResponseOp>) - Method in class io.etcd.jetcd.api.TxnResponse.Builder
responses is a list of responses corresponding to the results from applying success if succeeded is true or failure if succeeded is false.
addAllRoles(Iterable<String>) - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
repeated string roles = 2;
addAllRoles(Iterable<String>) - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
repeated string roles = 2;
addAllRoles(Iterable<String>) - Method in class io.etcd.jetcd.api.User.Builder
repeated string roles = 3;
addAllSuccess(Iterable<? extends RequestOp>) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
success is a list of requests which will be applied when compare evaluates to true.
addAllUsers(Iterable<String>) - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
repeated string users = 2;
addClientURLs(String) - Method in class io.etcd.jetcd.api.Member.Builder
clientURLs is the list of URLs the member exposes to clients for communication.
addClientURLsBytes(ByteString) - Method in class io.etcd.jetcd.api.Member.Builder
clientURLs is the list of URLs the member exposes to clients for communication.
addCompare(Compare) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
compare is a list of predicates representing a conjunction of terms.
addCompare(int, Compare) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
compare is a list of predicates representing a conjunction of terms.
addCompare(Compare.Builder) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
compare is a list of predicates representing a conjunction of terms.
addCompare(int, Compare.Builder) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
compare is a list of predicates representing a conjunction of terms.
addCompareBuilder() - Method in class io.etcd.jetcd.api.TxnRequest.Builder
compare is a list of predicates representing a conjunction of terms.
addCompareBuilder(int) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
compare is a list of predicates representing a conjunction of terms.
addEvents(Event) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
repeated .mvccpb.Event events = 11;
addEvents(int, Event) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
repeated .mvccpb.Event events = 11;
addEvents(Event.Builder) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
repeated .mvccpb.Event events = 11;
addEvents(int, Event.Builder) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
repeated .mvccpb.Event events = 11;
addEventsBuilder() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
repeated .mvccpb.Event events = 11;
addEventsBuilder(int) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
repeated .mvccpb.Event events = 11;
addFailure(RequestOp) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
failure is a list of requests which will be applied when compare evaluates to false.
addFailure(int, RequestOp) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
failure is a list of requests which will be applied when compare evaluates to false.
addFailure(RequestOp.Builder) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
failure is a list of requests which will be applied when compare evaluates to false.
addFailure(int, RequestOp.Builder) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
failure is a list of requests which will be applied when compare evaluates to false.
addFailureBuilder() - Method in class io.etcd.jetcd.api.TxnRequest.Builder
failure is a list of requests which will be applied when compare evaluates to false.
addFailureBuilder(int) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
failure is a list of requests which will be applied when compare evaluates to false.
addFilters(WatchCreateRequest.FilterType) - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
filters filter the events at server side before it sends back to the watcher.
addFiltersValue(int) - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
filters filter the events at server side before it sends back to the watcher.
addKeyPermission(Permission) - Method in class io.etcd.jetcd.api.Role.Builder
repeated .authpb.Permission keyPermission = 2;
addKeyPermission(int, Permission) - Method in class io.etcd.jetcd.api.Role.Builder
repeated .authpb.Permission keyPermission = 2;
addKeyPermission(Permission.Builder) - Method in class io.etcd.jetcd.api.Role.Builder
repeated .authpb.Permission keyPermission = 2;
addKeyPermission(int, Permission.Builder) - Method in class io.etcd.jetcd.api.Role.Builder
repeated .authpb.Permission keyPermission = 2;
addKeyPermissionBuilder() - Method in class io.etcd.jetcd.api.Role.Builder
repeated .authpb.Permission keyPermission = 2;
addKeyPermissionBuilder(int) - Method in class io.etcd.jetcd.api.Role.Builder
repeated .authpb.Permission keyPermission = 2;
addKeys(ByteString) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
Keys is the list of keys attached to this lease.
addKvs(KeyValue) - Method in class io.etcd.jetcd.api.RangeResponse.Builder
kvs is the list of key-value pairs matched by the range request.
addKvs(int, KeyValue) - Method in class io.etcd.jetcd.api.RangeResponse.Builder
kvs is the list of key-value pairs matched by the range request.
addKvs(KeyValue.Builder) - Method in class io.etcd.jetcd.api.RangeResponse.Builder
kvs is the list of key-value pairs matched by the range request.
addKvs(int, KeyValue.Builder) - Method in class io.etcd.jetcd.api.RangeResponse.Builder
kvs is the list of key-value pairs matched by the range request.
addKvsBuilder() - Method in class io.etcd.jetcd.api.RangeResponse.Builder
kvs is the list of key-value pairs matched by the range request.
addKvsBuilder(int) - Method in class io.etcd.jetcd.api.RangeResponse.Builder
kvs is the list of key-value pairs matched by the range request.
addMember(List<URI>) - Method in interface io.etcd.jetcd.Cluster
add a new member into the cluster.
addMembers(Member) - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
members is a list of all members after adding the new member.
addMembers(int, Member) - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
members is a list of all members after adding the new member.
addMembers(Member.Builder) - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
members is a list of all members after adding the new member.
addMembers(int, Member.Builder) - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
members is a list of all members after adding the new member.
addMembers(Member) - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
members is a list of all members associated with the cluster.
addMembers(int, Member) - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
members is a list of all members associated with the cluster.
addMembers(Member.Builder) - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
members is a list of all members associated with the cluster.
addMembers(int, Member.Builder) - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
members is a list of all members associated with the cluster.
addMembers(Member) - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
members is a list of all members after removing the member.
addMembers(int, Member) - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
members is a list of all members after removing the member.
addMembers(Member.Builder) - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
members is a list of all members after removing the member.
addMembers(int, Member.Builder) - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
members is a list of all members after removing the member.
addMembers(Member) - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
members is a list of all members after updating the member.
addMembers(int, Member) - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
members is a list of all members after updating the member.
addMembers(Member.Builder) - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
members is a list of all members after updating the member.
addMembers(int, Member.Builder) - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
members is a list of all members after updating the member.
addMembersBuilder() - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
members is a list of all members after adding the new member.
addMembersBuilder(int) - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
members is a list of all members after adding the new member.
addMembersBuilder() - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
members is a list of all members associated with the cluster.
addMembersBuilder(int) - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
members is a list of all members associated with the cluster.
addMembersBuilder() - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
members is a list of all members after removing the member.
addMembersBuilder(int) - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
members is a list of all members after removing the member.
addMembersBuilder() - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
members is a list of all members after updating the member.
addMembersBuilder(int) - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
members is a list of all members after updating the member.
addPeerURLs(String) - Method in class io.etcd.jetcd.api.Member.Builder
peerURLs is the list of URLs the member exposes to the cluster for communication.
addPeerURLs(String) - Method in class io.etcd.jetcd.api.MemberAddRequest.Builder
peerURLs is the list of URLs the added member will use to communicate with the cluster.
addPeerURLs(String) - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
peerURLs is the new list of URLs the member will use to communicate with the cluster.
addPeerURLsBytes(ByteString) - Method in class io.etcd.jetcd.api.Member.Builder
peerURLs is the list of URLs the member exposes to the cluster for communication.
addPeerURLsBytes(ByteString) - Method in class io.etcd.jetcd.api.MemberAddRequest.Builder
peerURLs is the list of URLs the added member will use to communicate with the cluster.
addPeerURLsBytes(ByteString) - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
peerURLs is the new list of URLs the member will use to communicate with the cluster.
addPerm(Permission) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
repeated .authpb.Permission perm = 2;
addPerm(int, Permission) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
repeated .authpb.Permission perm = 2;
addPerm(Permission.Builder) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
repeated .authpb.Permission perm = 2;
addPerm(int, Permission.Builder) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
repeated .authpb.Permission perm = 2;
addPermBuilder() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
repeated .authpb.Permission perm = 2;
addPermBuilder(int) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
repeated .authpb.Permission perm = 2;
addPrevKvs(KeyValue) - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
if prev_kv is set in the request, the previous key-value pairs will be returned.
addPrevKvs(int, KeyValue) - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
if prev_kv is set in the request, the previous key-value pairs will be returned.
addPrevKvs(KeyValue.Builder) - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
if prev_kv is set in the request, the previous key-value pairs will be returned.
addPrevKvs(int, KeyValue.Builder) - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
if prev_kv is set in the request, the previous key-value pairs will be returned.
addPrevKvsBuilder() - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
if prev_kv is set in the request, the previous key-value pairs will be returned.
addPrevKvsBuilder(int) - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
if prev_kv is set in the request, the previous key-value pairs will be returned.
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AlarmMember.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthDisableRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthDisableResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthEnableRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthEnableResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthenticateRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthRoleAddRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthRoleAddResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthRoleGetRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthRoleListRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthUserAddRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthUserAddResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthUserGetRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthUserListRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.CompactionRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.CompactionResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.Compare.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.DefragmentRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.DefragmentResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.DeleteRangeRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.Event.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.HashKVRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.HashRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.HashResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.KeyValue.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.LeaseGrantRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.LeaseRevokeRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.LeaseRevokeResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.lock.LockRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.lock.LockResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.lock.UnlockRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.lock.UnlockResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.Member.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.MemberAddRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.MemberListRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.MemberRemoveRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.MoveLeaderRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.MoveLeaderResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.Permission.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.PutRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.PutResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.RangeRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.RangeResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.RequestOp.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.ResponseOp.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.Role.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.SnapshotRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.StatusRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.StatusResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.TxnResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.User.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.WatchCancelRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.WatchRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
 
addResponses(ResponseOp) - Method in class io.etcd.jetcd.api.TxnResponse.Builder
responses is a list of responses corresponding to the results from applying success if succeeded is true or failure if succeeded is false.
addResponses(int, ResponseOp) - Method in class io.etcd.jetcd.api.TxnResponse.Builder
responses is a list of responses corresponding to the results from applying success if succeeded is true or failure if succeeded is false.
addResponses(ResponseOp.Builder) - Method in class io.etcd.jetcd.api.TxnResponse.Builder
responses is a list of responses corresponding to the results from applying success if succeeded is true or failure if succeeded is false.
addResponses(int, ResponseOp.Builder) - Method in class io.etcd.jetcd.api.TxnResponse.Builder
responses is a list of responses corresponding to the results from applying success if succeeded is true or failure if succeeded is false.
addResponsesBuilder() - Method in class io.etcd.jetcd.api.TxnResponse.Builder
responses is a list of responses corresponding to the results from applying success if succeeded is true or failure if succeeded is false.
addResponsesBuilder(int) - Method in class io.etcd.jetcd.api.TxnResponse.Builder
responses is a list of responses corresponding to the results from applying success if succeeded is true or failure if succeeded is false.
addRoles(String) - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
repeated string roles = 2;
addRoles(String) - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
repeated string roles = 2;
addRoles(String) - Method in class io.etcd.jetcd.api.User.Builder
repeated string roles = 3;
addRolesBytes(ByteString) - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
repeated string roles = 2;
addRolesBytes(ByteString) - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
repeated string roles = 2;
addRolesBytes(ByteString) - Method in class io.etcd.jetcd.api.User.Builder
repeated string roles = 3;
addSuccess(RequestOp) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
success is a list of requests which will be applied when compare evaluates to true.
addSuccess(int, RequestOp) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
success is a list of requests which will be applied when compare evaluates to true.
addSuccess(RequestOp.Builder) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
success is a list of requests which will be applied when compare evaluates to true.
addSuccess(int, RequestOp.Builder) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
success is a list of requests which will be applied when compare evaluates to true.
addSuccessBuilder() - Method in class io.etcd.jetcd.api.TxnRequest.Builder
success is a list of requests which will be applied when compare evaluates to true.
addSuccessBuilder(int) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
success is a list of requests which will be applied when compare evaluates to true.
addUsers(String) - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
repeated string users = 2;
addUsersBytes(ByteString) - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
repeated string users = 2;
alarm(AlarmRequest) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceBlockingStub
Alarm activates, deactivates, and queries alarms regarding cluster health.
alarm(AlarmRequest) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceFutureStub
Alarm activates, deactivates, and queries alarms regarding cluster health.
alarm(AlarmRequest, StreamObserver<AlarmResponse>) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceImplBase
Alarm activates, deactivates, and queries alarms regarding cluster health.
alarm(AlarmRequest, StreamObserver<AlarmResponse>) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceStub
Alarm activates, deactivates, and queries alarms regarding cluster health.
ALARM_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AlarmMember
 
ALARM_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AlarmRequest
 
alarmDisarm(AlarmMember) - Method in interface io.etcd.jetcd.Maintenance
disarms a given alarm.
AlarmMember - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AlarmMember
AlarmMember - Class in io.etcd.jetcd.maintenance
 
AlarmMember(long, AlarmType) - Constructor for class io.etcd.jetcd.maintenance.AlarmMember
 
AlarmMember.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AlarmMember
AlarmMemberOrBuilder - Interface in io.etcd.jetcd.api
 
AlarmRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AlarmRequest
AlarmRequest.AlarmAction - Enum in io.etcd.jetcd.api
Protobuf enum etcdserverpb.AlarmRequest.AlarmAction
AlarmRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AlarmRequest
AlarmRequestOrBuilder - Interface in io.etcd.jetcd.api
 
AlarmResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AlarmResponse
AlarmResponse - Class in io.etcd.jetcd.maintenance
AlarmResponse returned by Maintenance.listAlarms() contains a header and a list of AlarmMember.
AlarmResponse(AlarmResponse) - Constructor for class io.etcd.jetcd.maintenance.AlarmResponse
 
AlarmResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AlarmResponse
AlarmResponseOrBuilder - Interface in io.etcd.jetcd.api
 
ALARMS_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AlarmResponse
 
AlarmType - Enum in io.etcd.jetcd.api
Protobuf enum etcdserverpb.AlarmType
AlarmType - Enum in io.etcd.jetcd.maintenance
represents type of alarm which can be raised.
ASCEND_VALUE - Static variable in enum io.etcd.jetcd.api.RangeRequest.SortOrder
lowest target value first
Auth - Class in io.etcd.jetcd.api
 
Auth - Interface in io.etcd.jetcd
Interface of auth talking to etcd.
authDisable(AuthDisableRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthBlockingStub
AuthDisable disables authentication.
authDisable(AuthDisableRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthFutureStub
AuthDisable disables authentication.
authDisable(AuthDisableRequest, StreamObserver<AuthDisableResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthImplBase
AuthDisable disables authentication.
authDisable(AuthDisableRequest, StreamObserver<AuthDisableResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthStub
AuthDisable disables authentication.
authDisable() - Method in interface io.etcd.jetcd.Auth
disables auth of an etcd cluster.
AuthDisableRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthDisableRequest
AuthDisableRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthDisableRequest
AuthDisableRequestOrBuilder - Interface in io.etcd.jetcd.api
 
AuthDisableResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthDisableResponse
AuthDisableResponse - Class in io.etcd.jetcd.auth
AuthDisableResponse returned by Auth#authDisable() contains a header.
AuthDisableResponse(AuthDisableResponse) - Constructor for class io.etcd.jetcd.auth.AuthDisableResponse
 
AuthDisableResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthDisableResponse
AuthDisableResponseOrBuilder - Interface in io.etcd.jetcd.api
 
authEnable(AuthEnableRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthBlockingStub
AuthEnable enables authentication.
authEnable(AuthEnableRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthFutureStub
AuthEnable enables authentication.
authEnable(AuthEnableRequest, StreamObserver<AuthEnableResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthImplBase
AuthEnable enables authentication.
authEnable(AuthEnableRequest, StreamObserver<AuthEnableResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthStub
AuthEnable enables authentication.
authEnable() - Method in interface io.etcd.jetcd.Auth
enables auth of an etcd cluster.
AuthEnableRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthEnableRequest
AuthEnableRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthEnableRequest
AuthEnableRequestOrBuilder - Interface in io.etcd.jetcd.api
 
AuthEnableResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthEnableResponse
AuthEnableResponse - Class in io.etcd.jetcd.auth
AuthEnableResponse returned by Auth#authEnable() call contains a header.
AuthEnableResponse(AuthEnableResponse) - Constructor for class io.etcd.jetcd.auth.AuthEnableResponse
 
AuthEnableResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthEnableResponse
AuthEnableResponseOrBuilder - Interface in io.etcd.jetcd.api
 
authenticate(AuthenticateRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthBlockingStub
Authenticate processes an authenticate request.
authenticate(AuthenticateRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthFutureStub
Authenticate processes an authenticate request.
authenticate(AuthenticateRequest, StreamObserver<AuthenticateResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthImplBase
Authenticate processes an authenticate request.
authenticate(AuthenticateRequest, StreamObserver<AuthenticateResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthStub
Authenticate processes an authenticate request.
AuthenticateRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthenticateRequest
AuthenticateRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthenticateRequest
AuthenticateRequestOrBuilder - Interface in io.etcd.jetcd.api
 
AuthenticateResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthenticateResponse
AuthenticateResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthenticateResponse
AuthenticateResponseOrBuilder - Interface in io.etcd.jetcd.api
 
AuthGrpc - Class in io.etcd.jetcd.api
 
AuthGrpc.AuthBlockingStub - Class in io.etcd.jetcd.api
 
AuthGrpc.AuthFutureStub - Class in io.etcd.jetcd.api
 
AuthGrpc.AuthImplBase - Class in io.etcd.jetcd.api
 
AuthGrpc.AuthStub - Class in io.etcd.jetcd.api
 
AuthImplBase() - Constructor for class io.etcd.jetcd.api.AuthGrpc.AuthImplBase
 
authority() - Method in class io.etcd.jetcd.ClientBuilder
 
authority(String) - Method in class io.etcd.jetcd.ClientBuilder
The authority used to authenticate connections to servers.
AuthRoleAddRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthRoleAddRequest
AuthRoleAddRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthRoleAddRequest
AuthRoleAddRequestOrBuilder - Interface in io.etcd.jetcd.api
 
AuthRoleAddResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthRoleAddResponse
AuthRoleAddResponse - Class in io.etcd.jetcd.auth
AuthRoleAddResponse returned by Auth#roleAdd(ByteSequence) contains a header.
AuthRoleAddResponse(AuthRoleAddResponse) - Constructor for class io.etcd.jetcd.auth.AuthRoleAddResponse
 
AuthRoleAddResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthRoleAddResponse
AuthRoleAddResponseOrBuilder - Interface in io.etcd.jetcd.api
 
AuthRoleDeleteRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthRoleDeleteRequest
AuthRoleDeleteRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthRoleDeleteRequest
AuthRoleDeleteRequestOrBuilder - Interface in io.etcd.jetcd.api
 
AuthRoleDeleteResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthRoleDeleteResponse
AuthRoleDeleteResponse - Class in io.etcd.jetcd.auth
AuthRoleDeleteResponse returned by Auth#roleDelete(ByteSequence) contains a header.
AuthRoleDeleteResponse(AuthRoleDeleteResponse) - Constructor for class io.etcd.jetcd.auth.AuthRoleDeleteResponse
 
AuthRoleDeleteResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthRoleDeleteResponse
AuthRoleDeleteResponseOrBuilder - Interface in io.etcd.jetcd.api
 
AuthRoleGetRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthRoleGetRequest
AuthRoleGetRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthRoleGetRequest
AuthRoleGetRequestOrBuilder - Interface in io.etcd.jetcd.api
 
AuthRoleGetResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthRoleGetResponse
AuthRoleGetResponse - Class in io.etcd.jetcd.auth
AuthRoleGetResponse returned by Auth#roleGet(ByteSequence) contains a header and a list of permissions.
AuthRoleGetResponse(AuthRoleGetResponse) - Constructor for class io.etcd.jetcd.auth.AuthRoleGetResponse
 
AuthRoleGetResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthRoleGetResponse
AuthRoleGetResponseOrBuilder - Interface in io.etcd.jetcd.api
 
AuthRoleGrantPermissionRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthRoleGrantPermissionRequest
AuthRoleGrantPermissionRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthRoleGrantPermissionRequest
AuthRoleGrantPermissionRequestOrBuilder - Interface in io.etcd.jetcd.api
 
AuthRoleGrantPermissionResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthRoleGrantPermissionResponse
AuthRoleGrantPermissionResponse - Class in io.etcd.jetcd.auth
AuthRoleGrantPermissionResponse returned by Auth#roleGrantPermission(ByteSequence, ByteSequence, ByteSequence, Type) contains a header.
AuthRoleGrantPermissionResponse(AuthRoleGrantPermissionResponse) - Constructor for class io.etcd.jetcd.auth.AuthRoleGrantPermissionResponse
 
AuthRoleGrantPermissionResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthRoleGrantPermissionResponse
AuthRoleGrantPermissionResponseOrBuilder - Interface in io.etcd.jetcd.api
 
AuthRoleListRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthRoleListRequest
AuthRoleListRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthRoleListRequest
AuthRoleListRequestOrBuilder - Interface in io.etcd.jetcd.api
 
AuthRoleListResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthRoleListResponse
AuthRoleListResponse - Class in io.etcd.jetcd.auth
AuthRoleListResponse returned by Auth#roleList() contains a header and a list of roles.
AuthRoleListResponse(AuthRoleListResponse) - Constructor for class io.etcd.jetcd.auth.AuthRoleListResponse
 
AuthRoleListResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthRoleListResponse
AuthRoleListResponseOrBuilder - Interface in io.etcd.jetcd.api
 
AuthRoleRevokePermissionRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthRoleRevokePermissionRequest
AuthRoleRevokePermissionRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthRoleRevokePermissionRequest
AuthRoleRevokePermissionRequestOrBuilder - Interface in io.etcd.jetcd.api
 
AuthRoleRevokePermissionResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthRoleRevokePermissionResponse
AuthRoleRevokePermissionResponse - Class in io.etcd.jetcd.auth
AuthRoleRevokePermissionResponse returned by Auth#roleRevokePermission(ByteSequence, ByteSequence, ByteSequence) contains a header.
AuthRoleRevokePermissionResponse(AuthRoleRevokePermissionResponse) - Constructor for class io.etcd.jetcd.auth.AuthRoleRevokePermissionResponse
 
AuthRoleRevokePermissionResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthRoleRevokePermissionResponse
AuthRoleRevokePermissionResponseOrBuilder - Interface in io.etcd.jetcd.api
 
AuthUserAddRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthUserAddRequest
AuthUserAddRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthUserAddRequest
AuthUserAddRequestOrBuilder - Interface in io.etcd.jetcd.api
 
AuthUserAddResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthUserAddResponse
AuthUserAddResponse - Class in io.etcd.jetcd.auth
AuthUserAddResponse returned by Auth#userAdd(ByteSequence, ByteSequence) contains a header.
AuthUserAddResponse(AuthUserAddResponse) - Constructor for class io.etcd.jetcd.auth.AuthUserAddResponse
 
AuthUserAddResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthUserAddResponse
AuthUserAddResponseOrBuilder - Interface in io.etcd.jetcd.api
 
AuthUserChangePasswordRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthUserChangePasswordRequest
AuthUserChangePasswordRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthUserChangePasswordRequest
AuthUserChangePasswordRequestOrBuilder - Interface in io.etcd.jetcd.api
 
AuthUserChangePasswordResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthUserChangePasswordResponse
AuthUserChangePasswordResponse - Class in io.etcd.jetcd.auth
AuthUserChangePasswordResponse returned by Auth#userChangePassword(ByteSequence, ByteSequence) contains a header.
AuthUserChangePasswordResponse(AuthUserChangePasswordResponse) - Constructor for class io.etcd.jetcd.auth.AuthUserChangePasswordResponse
 
AuthUserChangePasswordResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthUserChangePasswordResponse
AuthUserChangePasswordResponseOrBuilder - Interface in io.etcd.jetcd.api
 
AuthUserDeleteRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthUserDeleteRequest
AuthUserDeleteRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthUserDeleteRequest
AuthUserDeleteRequestOrBuilder - Interface in io.etcd.jetcd.api
 
AuthUserDeleteResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthUserDeleteResponse
AuthUserDeleteResponse - Class in io.etcd.jetcd.auth
AuthUserDeleteResponse returned by Auth#userDelete(ByteSequence) contains a header.
AuthUserDeleteResponse(AuthUserDeleteResponse) - Constructor for class io.etcd.jetcd.auth.AuthUserDeleteResponse
 
AuthUserDeleteResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthUserDeleteResponse
AuthUserDeleteResponseOrBuilder - Interface in io.etcd.jetcd.api
 
AuthUserGetRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthUserGetRequest
AuthUserGetRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthUserGetRequest
AuthUserGetRequestOrBuilder - Interface in io.etcd.jetcd.api
 
AuthUserGetResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthUserGetResponse
AuthUserGetResponse - Class in io.etcd.jetcd.auth
AuthUserGetResponse returned by Auth#userGet(ByteSequence) contains a header and a list of roles associated with the user.
AuthUserGetResponse(AuthUserGetResponse) - Constructor for class io.etcd.jetcd.auth.AuthUserGetResponse
 
AuthUserGetResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthUserGetResponse
AuthUserGetResponseOrBuilder - Interface in io.etcd.jetcd.api
 
AuthUserGrantRoleRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthUserGrantRoleRequest
AuthUserGrantRoleRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthUserGrantRoleRequest
AuthUserGrantRoleRequestOrBuilder - Interface in io.etcd.jetcd.api
 
AuthUserGrantRoleResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthUserGrantRoleResponse
AuthUserGrantRoleResponse - Class in io.etcd.jetcd.auth
AuthUserGrantRoleResponse returned by Auth#userGrantRole(ByteSequence, ByteSequence) contains a header.
AuthUserGrantRoleResponse(AuthUserGrantRoleResponse) - Constructor for class io.etcd.jetcd.auth.AuthUserGrantRoleResponse
 
AuthUserGrantRoleResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthUserGrantRoleResponse
AuthUserGrantRoleResponseOrBuilder - Interface in io.etcd.jetcd.api
 
AuthUserListRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthUserListRequest
AuthUserListRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthUserListRequest
AuthUserListRequestOrBuilder - Interface in io.etcd.jetcd.api
 
AuthUserListResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthUserListResponse
AuthUserListResponse - Class in io.etcd.jetcd.auth
AuthUserListResponse returned by Auth#userList() contains a header and a list of users.
AuthUserListResponse(AuthUserListResponse) - Constructor for class io.etcd.jetcd.auth.AuthUserListResponse
 
AuthUserListResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthUserListResponse
AuthUserListResponseOrBuilder - Interface in io.etcd.jetcd.api
 
AuthUserRevokeRoleRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthUserRevokeRoleRequest
AuthUserRevokeRoleRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthUserRevokeRoleRequest
AuthUserRevokeRoleRequestOrBuilder - Interface in io.etcd.jetcd.api
 
AuthUserRevokeRoleResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthUserRevokeRoleResponse
AuthUserRevokeRoleResponse - Class in io.etcd.jetcd.auth
AuthUserRevokeRoleResponse returned by Auth#userRevokeRole(ByteSequence, ByteSequence) contains a header.
AuthUserRevokeRoleResponse(AuthUserRevokeRoleResponse) - Constructor for class io.etcd.jetcd.auth.AuthUserRevokeRoleResponse
 
AuthUserRevokeRoleResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.AuthUserRevokeRoleResponse
AuthUserRevokeRoleResponseOrBuilder - Interface in io.etcd.jetcd.api
 

B

bindService() - Method in class io.etcd.jetcd.api.AuthGrpc.AuthImplBase
 
bindService() - Method in class io.etcd.jetcd.api.ClusterGrpc.ClusterImplBase
 
bindService() - Method in class io.etcd.jetcd.api.KVGrpc.KVImplBase
 
bindService() - Method in class io.etcd.jetcd.api.LeaseGrpc.LeaseImplBase
 
bindService() - Method in class io.etcd.jetcd.api.lock.LockGrpc.LockImplBase
 
bindService() - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceImplBase
 
bindService() - Method in class io.etcd.jetcd.api.WatchGrpc.WatchImplBase
 
BLOB_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.SnapshotResponse
 
build() - Method in class io.etcd.jetcd.api.AlarmMember.Builder
 
build() - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthDisableRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthDisableResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthEnableRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthEnableResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthenticateRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
 
build(Channel, CallOptions) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthBlockingStub
 
build(Channel, CallOptions) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthFutureStub
 
build(Channel, CallOptions) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthStub
 
build() - Method in class io.etcd.jetcd.api.AuthRoleAddRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthRoleAddResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthRoleGetRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthRoleListRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthUserAddRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthUserAddResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthUserGetRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthUserListRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse.Builder
 
build(Channel, CallOptions) - Method in class io.etcd.jetcd.api.ClusterGrpc.ClusterBlockingStub
 
build(Channel, CallOptions) - Method in class io.etcd.jetcd.api.ClusterGrpc.ClusterFutureStub
 
build(Channel, CallOptions) - Method in class io.etcd.jetcd.api.ClusterGrpc.ClusterStub
 
build() - Method in class io.etcd.jetcd.api.CompactionRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.CompactionResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.Compare.Builder
 
build() - Method in class io.etcd.jetcd.api.DefragmentRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.DefragmentResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.DeleteRangeRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.Event.Builder
 
build() - Method in class io.etcd.jetcd.api.HashKVRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.HashRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.HashResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.KeyValue.Builder
 
build(Channel, CallOptions) - Method in class io.etcd.jetcd.api.KVGrpc.KVBlockingStub
 
build(Channel, CallOptions) - Method in class io.etcd.jetcd.api.KVGrpc.KVFutureStub
 
build(Channel, CallOptions) - Method in class io.etcd.jetcd.api.KVGrpc.KVStub
 
build() - Method in class io.etcd.jetcd.api.LeaseGrantRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
 
build(Channel, CallOptions) - Method in class io.etcd.jetcd.api.LeaseGrpc.LeaseBlockingStub
 
build(Channel, CallOptions) - Method in class io.etcd.jetcd.api.LeaseGrpc.LeaseFutureStub
 
build(Channel, CallOptions) - Method in class io.etcd.jetcd.api.LeaseGrpc.LeaseStub
 
build() - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.LeaseRevokeRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.LeaseRevokeResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
 
build(Channel, CallOptions) - Method in class io.etcd.jetcd.api.lock.LockGrpc.LockBlockingStub
 
build(Channel, CallOptions) - Method in class io.etcd.jetcd.api.lock.LockGrpc.LockFutureStub
 
build(Channel, CallOptions) - Method in class io.etcd.jetcd.api.lock.LockGrpc.LockStub
 
build() - Method in class io.etcd.jetcd.api.lock.LockRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.lock.LockResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.lock.UnlockRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.lock.UnlockResponse.Builder
 
build(Channel, CallOptions) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceBlockingStub
 
build(Channel, CallOptions) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceFutureStub
 
build(Channel, CallOptions) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceStub
 
build() - Method in class io.etcd.jetcd.api.Member.Builder
 
build() - Method in class io.etcd.jetcd.api.MemberAddRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.MemberListRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.MemberRemoveRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.MoveLeaderRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.MoveLeaderResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.Permission.Builder
 
build() - Method in class io.etcd.jetcd.api.PutRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.PutResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.RangeResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.RequestOp.Builder
 
build() - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
 
build() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
 
build() - Method in class io.etcd.jetcd.api.Role.Builder
 
build() - Method in class io.etcd.jetcd.api.SnapshotRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.StatusRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.StatusResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.TxnRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.TxnResponse.Builder
 
build() - Method in class io.etcd.jetcd.api.User.Builder
 
build() - Method in class io.etcd.jetcd.api.WatchCancelRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
 
build(Channel, CallOptions) - Method in class io.etcd.jetcd.api.WatchGrpc.WatchBlockingStub
 
build(Channel, CallOptions) - Method in class io.etcd.jetcd.api.WatchGrpc.WatchFutureStub
 
build(Channel, CallOptions) - Method in class io.etcd.jetcd.api.WatchGrpc.WatchStub
 
build() - Method in class io.etcd.jetcd.api.WatchRequest.Builder
 
build() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
 
build() - Method in class io.etcd.jetcd.ClientBuilder
build a new Client.
build() - Method in class io.etcd.jetcd.Observers.Builder
 
build() - Method in class io.etcd.jetcd.options.CompactOption.Builder
 
build() - Method in class io.etcd.jetcd.options.DeleteOption.Builder
 
build() - Method in class io.etcd.jetcd.options.GetOption.Builder
 
build() - Method in class io.etcd.jetcd.options.LeaseOption.Builder
 
build() - Method in class io.etcd.jetcd.options.PutOption.Builder
build the put option.
build() - Method in class io.etcd.jetcd.options.WatchOption.Builder
 
builder() - Static method in interface io.etcd.jetcd.Client
 
builder() - Static method in class io.etcd.jetcd.Observers
 
Builder() - Constructor for class io.etcd.jetcd.Observers.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AlarmMember.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthDisableRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthDisableResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthEnableRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthEnableResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthenticateRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthRoleAddRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthRoleAddResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthRoleGetRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthRoleListRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthUserAddRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthUserAddResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthUserGetRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthUserListRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.CompactionRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.CompactionResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.Compare.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.DefragmentRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.DefragmentResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.DeleteRangeRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.Event.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.HashKVRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.HashRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.HashResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.KeyValue.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.LeaseGrantRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.LeaseRevokeRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.LeaseRevokeResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.lock.LockRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.lock.LockResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.lock.UnlockRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.lock.UnlockResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.Member.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.MemberAddRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.MemberListRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.MemberRemoveRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.MoveLeaderRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.MoveLeaderResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.Permission.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.PutRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.PutResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.RangeResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.RequestOp.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.Role.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.SnapshotRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.StatusRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.StatusResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.TxnRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.TxnResponse.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.User.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.WatchCancelRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.WatchRequest.Builder
 
buildPartial() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
 
ByteSequence - Class in io.etcd.jetcd
Etcd binary bytes, easy to convert between byte[], String and ByteString.

C

CANCEL_REASON_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.WatchResponse
 
CANCEL_REQUEST_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.WatchRequest
 
CANCELED_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.WatchResponse
 
clear() - Method in class io.etcd.jetcd.api.AlarmMember.Builder
 
clear() - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthDisableRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthDisableResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthEnableRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthEnableResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthenticateRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthRoleAddRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthRoleAddResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthRoleGetRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthRoleListRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthUserAddRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthUserAddResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthUserGetRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthUserListRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.CompactionRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.CompactionResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.Compare.Builder
 
clear() - Method in class io.etcd.jetcd.api.DefragmentRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.DefragmentResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.DeleteRangeRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.Event.Builder
 
clear() - Method in class io.etcd.jetcd.api.HashKVRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.HashRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.HashResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.KeyValue.Builder
 
clear() - Method in class io.etcd.jetcd.api.LeaseGrantRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.LeaseRevokeRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.LeaseRevokeResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.lock.LockRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.lock.LockResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.lock.UnlockRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.lock.UnlockResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.Member.Builder
 
clear() - Method in class io.etcd.jetcd.api.MemberAddRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.MemberListRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.MemberRemoveRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.MoveLeaderRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.MoveLeaderResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.Permission.Builder
 
clear() - Method in class io.etcd.jetcd.api.PutRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.PutResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.RangeResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.RequestOp.Builder
 
clear() - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
 
clear() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
 
clear() - Method in class io.etcd.jetcd.api.Role.Builder
 
clear() - Method in class io.etcd.jetcd.api.SnapshotRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.StatusRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.StatusResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.TxnRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.TxnResponse.Builder
 
clear() - Method in class io.etcd.jetcd.api.User.Builder
 
clear() - Method in class io.etcd.jetcd.api.WatchCancelRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.WatchRequest.Builder
 
clear() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
 
clearAction() - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
action is the kind of alarm request to issue.
clearAlarm() - Method in class io.etcd.jetcd.api.AlarmMember.Builder
alarm is the type of alarm which has been raised.
clearAlarm() - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
alarm is the type of alarm to consider for this request.
clearAlarms() - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
alarms is a list of alarms associated with the alarm request.
clearBlob() - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
blob contains the next chunk of the snapshot in the snapshot stream.
clearCanceled() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
canceled is set to true if the response is for a cancel watch request.
clearCancelReason() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
cancel_reason indicates the reason for canceling the watcher.
clearCancelRequest() - Method in class io.etcd.jetcd.api.WatchRequest.Builder
.etcdserverpb.WatchCancelRequest cancel_request = 2;
clearClientURLs() - Method in class io.etcd.jetcd.api.Member.Builder
clientURLs is the list of URLs the member exposes to clients for communication.
clearClusterId() - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
cluster_id is the ID of the cluster which sent the response.
clearCompactRevision() - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
compact_revision is the compacted revision of key-value store when hash begins.
clearCompactRevision() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
compact_revision is set to the minimum index if a watcher tries to watch at a compacted index.
clearCompare() - Method in class io.etcd.jetcd.api.TxnRequest.Builder
compare is a list of predicates representing a conjunction of terms.
clearCount() - Method in class io.etcd.jetcd.api.RangeResponse.Builder
count is set to the number of keys within the range when requested.
clearCountOnly() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
count_only when set returns only the count of the keys in the range.
clearCreated() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
created is set to true if the response is for a create watch request.
clearCreateRequest() - Method in class io.etcd.jetcd.api.WatchRequest.Builder
.etcdserverpb.WatchCreateRequest create_request = 1;
clearCreateRevision() - Method in class io.etcd.jetcd.api.Compare.Builder
create_revision is the creation revision of the given key
clearCreateRevision() - Method in class io.etcd.jetcd.api.KeyValue.Builder
create_revision is the revision of last creation on this key.
clearDbSize() - Method in class io.etcd.jetcd.api.StatusResponse.Builder
dbSize is the size of the backend database, in bytes, of the responding member.
clearDeleted() - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
deleted is the number of keys deleted by the delete range request.
clearError() - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
string error = 4;
clearEvents() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
repeated .mvccpb.Event events = 11;
clearFailure() - Method in class io.etcd.jetcd.api.TxnRequest.Builder
failure is a list of requests which will be applied when compare evaluates to false.
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AlarmMember.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthDisableRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthDisableResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthEnableRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthEnableResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthenticateRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthRoleAddRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthRoleAddResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthRoleGetRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthRoleListRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthUserAddRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthUserAddResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthUserGetRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthUserListRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.CompactionRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.CompactionResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.Compare.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.DefragmentRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.DefragmentResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.DeleteRangeRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.Event.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.HashKVRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.HashRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.HashResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.KeyValue.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.LeaseGrantRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.LeaseRevokeRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.LeaseRevokeResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.lock.LockRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.lock.LockResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.lock.UnlockRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.lock.UnlockResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.Member.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.MemberAddRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.MemberListRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.MemberRemoveRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.MoveLeaderRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.MoveLeaderResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.Permission.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.PutRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.PutResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.RangeRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.RangeResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.RequestOp.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.ResponseOp.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.Role.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.SnapshotRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.StatusRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.StatusResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.TxnResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.User.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.WatchCancelRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.WatchRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
 
clearFilters() - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
filters filter the events at server side before it sends back to the watcher.
clearGrantedTTL() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
GrantedTTL is the initial granted time in seconds upon lease creation/renewal.
clearHash() - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
hash is the hash value computed from the responding member's MVCC keys up to a given revision.
clearHash() - Method in class io.etcd.jetcd.api.HashResponse.Builder
hash is the hash value computed from the responding member's key-value store.
clearHeader() - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.AuthDisableResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.AuthEnableResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.AuthRoleAddResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.AuthUserAddResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.CompactionResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.DefragmentResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.HashResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.LeaseRevokeResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.lock.LockResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.lock.UnlockResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.MoveLeaderResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.PutResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.RangeResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
header has the current key-value store information.
clearHeader() - Method in class io.etcd.jetcd.api.StatusResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.TxnResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearHeader() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
clearID() - Method in class io.etcd.jetcd.api.LeaseGrantRequest.Builder
ID is the requested ID for the lease.
clearID() - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
ID is the lease ID for the granted lease.
clearID() - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest.Builder
ID is the lease ID for the lease to keep alive.
clearID() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
ID is the lease ID from the keep alive request.
clearID() - Method in class io.etcd.jetcd.api.LeaseRevokeRequest.Builder
ID is the lease ID to revoke.
clearID() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest.Builder
ID is the lease ID for the lease.
clearID() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
ID is the lease ID from the keep alive request.
clearID() - Method in class io.etcd.jetcd.api.Member.Builder
ID is the member ID for this member.
clearID() - Method in class io.etcd.jetcd.api.MemberRemoveRequest.Builder
ID is the member ID of the member to remove.
clearID() - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
ID is the member ID of the member to update.
clearIgnoreLease() - Method in class io.etcd.jetcd.api.PutRequest.Builder
If ignore_lease is set, etcd updates the key using its current lease.
clearIgnoreValue() - Method in class io.etcd.jetcd.api.PutRequest.Builder
If ignore_value is set, etcd updates the key using its current value.
clearKey() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
string key = 2;
clearKey() - Method in class io.etcd.jetcd.api.Compare.Builder
key is the subject key for the comparison operation.
clearKey() - Method in class io.etcd.jetcd.api.DeleteRangeRequest.Builder
key is the first key to delete in the range.
clearKey() - Method in class io.etcd.jetcd.api.KeyValue.Builder
key is the key in bytes.
clearKey() - Method in class io.etcd.jetcd.api.lock.LockResponse.Builder
key is a key that will exist on etcd for the duration that the Lock caller owns the lock.
clearKey() - Method in class io.etcd.jetcd.api.lock.UnlockRequest.Builder
key is the lock ownership key granted by Lock.
clearKey() - Method in class io.etcd.jetcd.api.Permission.Builder
bytes key = 2;
clearKey() - Method in class io.etcd.jetcd.api.PutRequest.Builder
key is the key, in bytes, to put into the key-value store.
clearKey() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
key is the first key for the range.
clearKey() - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
key is the key to register for watching.
clearKeyPermission() - Method in class io.etcd.jetcd.api.Role.Builder
repeated .authpb.Permission keyPermission = 2;
clearKeys() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest.Builder
keys is true to query all the keys attached to this lease.
clearKeys() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
Keys is the list of keys attached to this lease.
clearKeysOnly() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
keys_only when set returns only the keys and not the values.
clearKv() - Method in class io.etcd.jetcd.api.Event.Builder
kv holds the KeyValue for the event.
clearKvs() - Method in class io.etcd.jetcd.api.RangeResponse.Builder
kvs is the list of key-value pairs matched by the range request.
clearLeader() - Method in class io.etcd.jetcd.api.StatusResponse.Builder
leader is the member ID which the responding member believes is the current leader.
clearLease() - Method in class io.etcd.jetcd.api.KeyValue.Builder
lease is the ID of the lease that attached to key.
clearLease() - Method in class io.etcd.jetcd.api.lock.LockRequest.Builder
lease is the ID of the lease that will be attached to ownership of the lock.
clearLease() - Method in class io.etcd.jetcd.api.PutRequest.Builder
lease is the lease ID to associate with the key in the key-value store.
clearLimit() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
limit is a limit on the number of keys returned for the request.
clearMaxCreateRevision() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
max_create_revision is the upper bound for returned key create revisions; all keys with greater create revisions will be filtered away.
clearMaxModRevision() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
max_mod_revision is the upper bound for returned key mod revisions; all keys with greater mod revisions will be filtered away.
clearMember() - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
member is the member information for the added member.
clearMemberID() - Method in class io.etcd.jetcd.api.AlarmMember.Builder
memberID is the ID of the member associated with the raised alarm.
clearMemberID() - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
memberID is the ID of the member associated with the alarm.
clearMemberId() - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
member_id is the ID of the member which sent the response.
clearMembers() - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
members is a list of all members after adding the new member.
clearMembers() - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
members is a list of all members associated with the cluster.
clearMembers() - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
members is a list of all members after removing the member.
clearMembers() - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
members is a list of all members after updating the member.
clearMinCreateRevision() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
min_create_revision is the lower bound for returned key create revisions; all keys with lesser create trevisions will be filtered away.
clearMinModRevision() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
min_mod_revision is the lower bound for returned key mod revisions; all keys with lesser mod revisions will be filtered away.
clearModRevision() - Method in class io.etcd.jetcd.api.Compare.Builder
mod_revision is the last modified revision of the given key.
clearModRevision() - Method in class io.etcd.jetcd.api.KeyValue.Builder
mod_revision is the revision of last modification on this key.
clearMore() - Method in class io.etcd.jetcd.api.RangeResponse.Builder
more indicates if there are more keys to return in the requested range.
clearName() - Method in class io.etcd.jetcd.api.AuthenticateRequest.Builder
string name = 1;
clearName() - Method in class io.etcd.jetcd.api.AuthRoleAddRequest.Builder
name is the name of the role to add to the authentication system.
clearName() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
name is the name of the role which will be granted the permission.
clearName() - Method in class io.etcd.jetcd.api.AuthUserAddRequest.Builder
string name = 1;
clearName() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest.Builder
name is the name of the user whose password is being changed.
clearName() - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest.Builder
name is the name of the user to delete.
clearName() - Method in class io.etcd.jetcd.api.AuthUserGetRequest.Builder
string name = 1;
clearName() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest.Builder
string name = 1;
clearName() - Method in class io.etcd.jetcd.api.lock.LockRequest.Builder
name is the identifier for the distributed shared lock to be acquired.
clearName() - Method in class io.etcd.jetcd.api.Member.Builder
name is the human-readable name of the member.
clearName() - Method in class io.etcd.jetcd.api.Role.Builder
bytes name = 1;
clearName() - Method in class io.etcd.jetcd.api.User.Builder
bytes name = 1;
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AlarmMember.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthDisableRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthDisableResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthEnableRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthEnableResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthenticateRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthRoleAddRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthRoleAddResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthRoleGetRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthRoleListRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthUserAddRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthUserAddResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthUserGetRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthUserListRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.CompactionRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.CompactionResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.Compare.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.DefragmentRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.DefragmentResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.DeleteRangeRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.Event.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.HashKVRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.HashRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.HashResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.KeyValue.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.LeaseGrantRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.LeaseRevokeRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.LeaseRevokeResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.lock.LockRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.lock.LockResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.lock.UnlockRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.lock.UnlockResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.Member.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.MemberAddRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.MemberListRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.MemberRemoveRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.MoveLeaderRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.MoveLeaderResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.Permission.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.PutRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.PutResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.RangeRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.RangeResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.RequestOp.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.ResponseOp.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.Role.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.SnapshotRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.StatusRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.StatusResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.TxnResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.User.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.WatchCancelRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.WatchRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
 
clearPassword() - Method in class io.etcd.jetcd.api.AuthenticateRequest.Builder
string password = 2;
clearPassword() - Method in class io.etcd.jetcd.api.AuthUserAddRequest.Builder
string password = 2;
clearPassword() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest.Builder
password is the new password for the user.
clearPassword() - Method in class io.etcd.jetcd.api.User.Builder
bytes password = 2;
clearPeerURLs() - Method in class io.etcd.jetcd.api.Member.Builder
peerURLs is the list of URLs the member exposes to the cluster for communication.
clearPeerURLs() - Method in class io.etcd.jetcd.api.MemberAddRequest.Builder
peerURLs is the list of URLs the added member will use to communicate with the cluster.
clearPeerURLs() - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
peerURLs is the new list of URLs the member will use to communicate with the cluster.
clearPerm() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
repeated .authpb.Permission perm = 2;
clearPerm() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
perm is the permission to grant to the role.
clearPermType() - Method in class io.etcd.jetcd.api.Permission.Builder
.authpb.Permission.Type permType = 1;
clearPhysical() - Method in class io.etcd.jetcd.api.CompactionRequest.Builder
physical is set so the RPC will wait until the compaction is physically applied to the local database such that compacted entries are totally removed from the backend database.
clearPrevKv() - Method in class io.etcd.jetcd.api.DeleteRangeRequest.Builder
If prev_kv is set, etcd gets the previous key-value pairs before deleting it.
clearPrevKv() - Method in class io.etcd.jetcd.api.Event.Builder
prev_kv holds the key-value pair before the event happens.
clearPrevKv() - Method in class io.etcd.jetcd.api.PutRequest.Builder
If prev_kv is set, etcd gets the previous key-value pair before changing it.
clearPrevKv() - Method in class io.etcd.jetcd.api.PutResponse.Builder
if prev_kv is set in the request, the previous key-value pair will be returned.
clearPrevKv() - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
If prev_kv is set, created watcher gets the previous KV before the event happens.
clearPrevKvs() - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
if prev_kv is set in the request, the previous key-value pairs will be returned.
clearProgressNotify() - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
progress_notify is set so that the etcd server will periodically send a WatchResponse with no events to the new watcher if there are no recent events.
clearRaftIndex() - Method in class io.etcd.jetcd.api.StatusResponse.Builder
raftIndex is the current raft index of the responding member.
clearRaftTerm() - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
raft_term is the raft term when the request was applied.
clearRaftTerm() - Method in class io.etcd.jetcd.api.StatusResponse.Builder
raftTerm is the current raft term of the responding member.
clearRangeEnd() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
string range_end = 3;
clearRangeEnd() - Method in class io.etcd.jetcd.api.Compare.Builder
range_end compares the given target to all keys in the range [key, range_end).
clearRangeEnd() - Method in class io.etcd.jetcd.api.DeleteRangeRequest.Builder
range_end is the key following the last key to delete for the range [key, range_end).
clearRangeEnd() - Method in class io.etcd.jetcd.api.Permission.Builder
bytes range_end = 3;
clearRangeEnd() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
range_end is the upper bound on the requested range [key, range_end).
clearRangeEnd() - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
range_end is the end of the range [key, range_end) to watch.
clearRemainingBytes() - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
remaining_bytes is the number of blob bytes to be sent after this message
clearRequest() - Method in class io.etcd.jetcd.api.RequestOp.Builder
 
clearRequestDeleteRange() - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.DeleteRangeRequest request_delete_range = 3;
clearRequestPut() - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.PutRequest request_put = 2;
clearRequestRange() - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.RangeRequest request_range = 1;
clearRequestTxn() - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.TxnRequest request_txn = 4;
clearRequestUnion() - Method in class io.etcd.jetcd.api.WatchRequest.Builder
 
clearResponse() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
 
clearResponseDeleteRange() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.DeleteRangeResponse response_delete_range = 3;
clearResponsePut() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.PutResponse response_put = 2;
clearResponseRange() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.RangeResponse response_range = 1;
clearResponses() - Method in class io.etcd.jetcd.api.TxnResponse.Builder
responses is a list of responses corresponding to the results from applying success if succeeded is true or failure if succeeded is false.
clearResponseTxn() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.TxnResponse response_txn = 4;
clearResult() - Method in class io.etcd.jetcd.api.Compare.Builder
result is logical comparison operation for this comparison.
clearRevision() - Method in class io.etcd.jetcd.api.CompactionRequest.Builder
revision is the key-value store revision for the compaction operation.
clearRevision() - Method in class io.etcd.jetcd.api.HashKVRequest.Builder
revision is the key-value store revision for the hash operation.
clearRevision() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
revision is the point-in-time of the key-value store to use for the range.
clearRevision() - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
revision is the key-value store revision when the request was applied.
clearRole() - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest.Builder
string role = 1;
clearRole() - Method in class io.etcd.jetcd.api.AuthRoleGetRequest.Builder
string role = 1;
clearRole() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
string role = 1;
clearRole() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest.Builder
role is the name of the role to grant to the user.
clearRole() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest.Builder
string role = 2;
clearRoles() - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
repeated string roles = 2;
clearRoles() - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
repeated string roles = 2;
clearRoles() - Method in class io.etcd.jetcd.api.User.Builder
repeated string roles = 3;
clearSerializable() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
serializable sets the range request to use serializable member-local reads.
clearSortOrder() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
sort_order is the order for returned sorted results.
clearSortTarget() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
sort_target is the key-value field to use for sorting.
clearStartRevision() - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
start_revision is an optional revision to watch from (inclusive).
clearSucceeded() - Method in class io.etcd.jetcd.api.TxnResponse.Builder
succeeded is set to true if the compare evaluated to true or false otherwise.
clearSuccess() - Method in class io.etcd.jetcd.api.TxnRequest.Builder
success is a list of requests which will be applied when compare evaluates to true.
clearTarget() - Method in class io.etcd.jetcd.api.Compare.Builder
target is the key-value field to inspect for the comparison.
clearTargetID() - Method in class io.etcd.jetcd.api.MoveLeaderRequest.Builder
targetID is the node ID for the new leader.
clearTargetUnion() - Method in class io.etcd.jetcd.api.Compare.Builder
 
clearToken() - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
token is an authorized token that can be used in succeeding RPCs
clearTTL() - Method in class io.etcd.jetcd.api.LeaseGrantRequest.Builder
TTL is the advisory time-to-live in seconds.
clearTTL() - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
TTL is the server chosen lease time-to-live in seconds.
clearTTL() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
TTL is the new time-to-live for the lease.
clearTTL() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
TTL is the remaining TTL in seconds for the lease; the lease will expire in under TTL+1 seconds.
clearType() - Method in class io.etcd.jetcd.api.Event.Builder
type is the kind of event.
clearUser() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest.Builder
user is the name of the user which should be granted a given role.
clearUsers() - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
repeated string users = 2;
clearValue() - Method in class io.etcd.jetcd.api.Compare.Builder
value is the value of the given key, in bytes.
clearValue() - Method in class io.etcd.jetcd.api.KeyValue.Builder
value is the value held by the key, in bytes.
clearValue() - Method in class io.etcd.jetcd.api.PutRequest.Builder
value is the value, in bytes, to associate with the key in the key-value store.
clearVersion() - Method in class io.etcd.jetcd.api.Compare.Builder
version is the version of the given key
clearVersion() - Method in class io.etcd.jetcd.api.KeyValue.Builder
version is the version of the key.
clearVersion() - Method in class io.etcd.jetcd.api.StatusResponse.Builder
version is the cluster protocol version used by the responding member.
clearWatchId() - Method in class io.etcd.jetcd.api.WatchCancelRequest.Builder
watch_id is the watcher id to cancel so that no more events are transmitted.
clearWatchId() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
watch_id is the ID of the watcher that corresponds to the response.
Client - Interface in io.etcd.jetcd
Etcd Client.
ClientBuilder - Class in io.etcd.jetcd
ClientBuilder knows how to create an Client instance.
CLIENTURLS_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.Member
 
clone() - Method in class io.etcd.jetcd.api.AlarmMember.Builder
 
clone() - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthDisableRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthDisableResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthEnableRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthEnableResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthenticateRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthRoleAddRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthRoleAddResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthRoleGetRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthRoleListRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthUserAddRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthUserAddResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthUserGetRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthUserListRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.CompactionRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.CompactionResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.Compare.Builder
 
clone() - Method in class io.etcd.jetcd.api.DefragmentRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.DefragmentResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.DeleteRangeRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.Event.Builder
 
clone() - Method in class io.etcd.jetcd.api.HashKVRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.HashRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.HashResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.KeyValue.Builder
 
clone() - Method in class io.etcd.jetcd.api.LeaseGrantRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.LeaseRevokeRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.LeaseRevokeResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.lock.LockRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.lock.LockResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.lock.UnlockRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.lock.UnlockResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.Member.Builder
 
clone() - Method in class io.etcd.jetcd.api.MemberAddRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.MemberListRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.MemberRemoveRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.MoveLeaderRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.MoveLeaderResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.Permission.Builder
 
clone() - Method in class io.etcd.jetcd.api.PutRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.PutResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.RangeResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.RequestOp.Builder
 
clone() - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
 
clone() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
 
clone() - Method in class io.etcd.jetcd.api.Role.Builder
 
clone() - Method in class io.etcd.jetcd.api.SnapshotRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.StatusRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.StatusResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.TxnRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.TxnResponse.Builder
 
clone() - Method in class io.etcd.jetcd.api.User.Builder
 
clone() - Method in class io.etcd.jetcd.api.WatchCancelRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.WatchRequest.Builder
 
clone() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
 
close() - Method in interface io.etcd.jetcd.Client
 
close() - Method in interface io.etcd.jetcd.CloseableClient
close the client and release its resources.
close() - Method in interface io.etcd.jetcd.Watch.Watcher
closes this watcher and all its resources.
CloseableClient - Interface in io.etcd.jetcd
 
Cluster - Interface in io.etcd.jetcd
Interface of cluster client talking to etcd.
CLUSTER_ID_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.ResponseHeader
 
ClusterGrpc - Class in io.etcd.jetcd.api
 
ClusterGrpc.ClusterBlockingStub - Class in io.etcd.jetcd.api
 
ClusterGrpc.ClusterFutureStub - Class in io.etcd.jetcd.api
 
ClusterGrpc.ClusterImplBase - Class in io.etcd.jetcd.api
 
ClusterGrpc.ClusterStub - Class in io.etcd.jetcd.api
 
ClusterImplBase() - Constructor for class io.etcd.jetcd.api.ClusterGrpc.ClusterImplBase
 
Cmp - Class in io.etcd.jetcd.op
The compare predicate in Txn.
Cmp(ByteSequence, Cmp.Op, CmpTarget<?>) - Constructor for class io.etcd.jetcd.op.Cmp
 
Cmp.Op - Enum in io.etcd.jetcd.op
 
CmpTarget<T> - Class in io.etcd.jetcd.op
Cmp target used in Txn.
CmpTarget(Compare.CompareTarget, T) - Constructor for class io.etcd.jetcd.op.CmpTarget
 
CmpTarget.CreateRevisionCmpTarget - Class in io.etcd.jetcd.op
 
CmpTarget.ModRevisionCmpTarget - Class in io.etcd.jetcd.op
 
CmpTarget.ValueCmpTarget - Class in io.etcd.jetcd.op
 
CmpTarget.VersionCmpTarget - Class in io.etcd.jetcd.op
 
commit() - Method in class io.etcd.jetcd.op.TxnImpl
 
commit() - Method in interface io.etcd.jetcd.Txn
tries to commit the transaction.
compact(CompactionRequest) - Method in class io.etcd.jetcd.api.KVGrpc.KVBlockingStub
Compact compacts the event history in the etcd key-value store.
compact(CompactionRequest) - Method in class io.etcd.jetcd.api.KVGrpc.KVFutureStub
Compact compacts the event history in the etcd key-value store.
compact(CompactionRequest, StreamObserver<CompactionResponse>) - Method in class io.etcd.jetcd.api.KVGrpc.KVImplBase
Compact compacts the event history in the etcd key-value store.
compact(CompactionRequest, StreamObserver<CompactionResponse>) - Method in class io.etcd.jetcd.api.KVGrpc.KVStub
Compact compacts the event history in the etcd key-value store.
compact(long) - Method in interface io.etcd.jetcd.KV
compact etcd KV history before the given rev.
compact(long, CompactOption) - Method in interface io.etcd.jetcd.KV
compact etcd KV history before the given rev with option.
COMPACT_REVISION_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.HashKVResponse
 
COMPACT_REVISION_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.WatchResponse
 
CompactionRequest - Class in io.etcd.jetcd.api
CompactionRequest compacts the key-value store up to a given revision.
CompactionRequest.Builder - Class in io.etcd.jetcd.api
CompactionRequest compacts the key-value store up to a given revision.
CompactionRequestOrBuilder - Interface in io.etcd.jetcd.api
 
CompactionResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.CompactionResponse
CompactionResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.CompactionResponse
CompactionResponseOrBuilder - Interface in io.etcd.jetcd.api
 
CompactOption - Class in io.etcd.jetcd.options
 
CompactOption.Builder - Class in io.etcd.jetcd.options
 
CompactResponse - Class in io.etcd.jetcd.kv
 
CompactResponse(CompactionResponse) - Constructor for class io.etcd.jetcd.kv.CompactResponse
 
Compare - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.Compare
Compare.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.Compare
Compare.CompareResult - Enum in io.etcd.jetcd.api
Protobuf enum etcdserverpb.Compare.CompareResult
Compare.CompareTarget - Enum in io.etcd.jetcd.api
Protobuf enum etcdserverpb.Compare.CompareTarget
Compare.TargetUnionCase - Enum in io.etcd.jetcd.api
 
COMPARE_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.TxnRequest
 
CompareOrBuilder - Interface in io.etcd.jetcd.api
 
Constants - Class in io.etcd.jetcd
Constants of Etcd.
Constants() - Constructor for class io.etcd.jetcd.Constants
 
copy() - Method in class io.etcd.jetcd.ClientBuilder
 
COUNT_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.RangeResponse
 
COUNT_ONLY_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.RangeRequest
 
CREATE_REQUEST_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.WatchRequest
 
CREATE_REVISION_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.Compare
 
CREATE_REVISION_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.KeyValue
 
CREATE_VALUE - Static variable in enum io.etcd.jetcd.api.Compare.CompareTarget
CREATE = 1;
CREATE_VALUE - Static variable in enum io.etcd.jetcd.api.RangeRequest.SortTarget
CREATE = 2;
CREATED_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.WatchResponse
 
createRevision(long) - Static method in class io.etcd.jetcd.op.CmpTarget
Cmp on the create revision.

D

DBSIZE_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.StatusResponse
 
DEACTIVATE_VALUE - Static variable in enum io.etcd.jetcd.api.AlarmRequest.AlarmAction
DEACTIVATE = 2;
DEFAULT - Static variable in class io.etcd.jetcd.options.CompactOption
 
DEFAULT - Static variable in class io.etcd.jetcd.options.DeleteOption
 
DEFAULT - Static variable in class io.etcd.jetcd.options.GetOption
 
DEFAULT - Static variable in class io.etcd.jetcd.options.LeaseOption
 
DEFAULT - Static variable in class io.etcd.jetcd.options.PutOption
 
DEFAULT - Static variable in class io.etcd.jetcd.options.WatchOption
 
defragment(DefragmentRequest) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceBlockingStub
Defragment defragments a member's backend database to recover storage space.
defragment(DefragmentRequest) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceFutureStub
Defragment defragments a member's backend database to recover storage space.
defragment(DefragmentRequest, StreamObserver<DefragmentResponse>) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceImplBase
Defragment defragments a member's backend database to recover storage space.
defragment(DefragmentRequest, StreamObserver<DefragmentResponse>) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceStub
Defragment defragments a member's backend database to recover storage space.
defragmentMember(URI) - Method in interface io.etcd.jetcd.Maintenance
defragment one member of the cluster by its endpoint.
DefragmentRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.DefragmentRequest
DefragmentRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.DefragmentRequest
DefragmentRequestOrBuilder - Interface in io.etcd.jetcd.api
 
DefragmentResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.DefragmentResponse
DefragmentResponse - Class in io.etcd.jetcd.maintenance
DefragmentResponse returned by Maintenance.defragmentMember(URI) contains a header.
DefragmentResponse(DefragmentResponse) - Constructor for class io.etcd.jetcd.maintenance.DefragmentResponse
 
DefragmentResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.DefragmentResponse
DefragmentResponseOrBuilder - Interface in io.etcd.jetcd.api
 
delete(ByteSequence) - Method in interface io.etcd.jetcd.KV
delete a key.
delete(ByteSequence, DeleteOption) - Method in interface io.etcd.jetcd.KV
delete a key or range with option.
delete(ByteSequence, DeleteOption) - Static method in class io.etcd.jetcd.op.Op
 
DELETE_VALUE - Static variable in enum io.etcd.jetcd.api.Event.EventType
DELETE = 1;
DELETED_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.DeleteRangeResponse
 
DeleteOp(ByteString, DeleteOption) - Constructor for class io.etcd.jetcd.op.Op.DeleteOp
 
DeleteOption - Class in io.etcd.jetcd.options
 
DeleteOption.Builder - Class in io.etcd.jetcd.options
 
deleteRange(DeleteRangeRequest) - Method in class io.etcd.jetcd.api.KVGrpc.KVBlockingStub
DeleteRange deletes the given range from the key-value store.
deleteRange(DeleteRangeRequest) - Method in class io.etcd.jetcd.api.KVGrpc.KVFutureStub
DeleteRange deletes the given range from the key-value store.
deleteRange(DeleteRangeRequest, StreamObserver<DeleteRangeResponse>) - Method in class io.etcd.jetcd.api.KVGrpc.KVImplBase
DeleteRange deletes the given range from the key-value store.
deleteRange(DeleteRangeRequest, StreamObserver<DeleteRangeResponse>) - Method in class io.etcd.jetcd.api.KVGrpc.KVStub
DeleteRange deletes the given range from the key-value store.
DeleteRangeRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.DeleteRangeRequest
DeleteRangeRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.DeleteRangeRequest
DeleteRangeRequestOrBuilder - Interface in io.etcd.jetcd.api
 
DeleteRangeResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.DeleteRangeResponse
DeleteRangeResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.DeleteRangeResponse
DeleteRangeResponseOrBuilder - Interface in io.etcd.jetcd.api
 
DeleteResponse - Class in io.etcd.jetcd.kv
 
DeleteResponse(DeleteRangeResponse, ByteSequence) - Constructor for class io.etcd.jetcd.kv.DeleteResponse
 
DESCEND_VALUE - Static variable in enum io.etcd.jetcd.api.RangeRequest.SortOrder
highest target value first

E

Else(Op...) - Method in class io.etcd.jetcd.op.TxnImpl
 
Else(Op...) - Method in interface io.etcd.jetcd.Txn
takes a list of operations.
EMPTY - Static variable in class io.etcd.jetcd.ByteSequence
 
endpoints() - Method in class io.etcd.jetcd.ClientBuilder
gets the endpoints for the builder.
endpoints(Collection<URI>) - Method in class io.etcd.jetcd.ClientBuilder
configure etcd server endpoints.
endpoints(URI...) - Method in class io.etcd.jetcd.ClientBuilder
configure etcd server endpoints.
endpoints(String...) - Method in class io.etcd.jetcd.ClientBuilder
 
EQUAL_VALUE - Static variable in enum io.etcd.jetcd.api.Compare.CompareResult
EQUAL = 0;
equals(Object) - Method in class io.etcd.jetcd.api.AlarmMember
 
equals(Object) - Method in class io.etcd.jetcd.api.AlarmRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.AlarmResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthDisableRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthDisableResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthEnableRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthEnableResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthenticateRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthenticateResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthRoleAddRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthRoleAddResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthRoleGetRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthRoleListRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthRoleListResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthUserAddRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthUserAddResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthUserGetRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthUserGetResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthUserListRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthUserListResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.CompactionRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.CompactionResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.Compare
 
equals(Object) - Method in class io.etcd.jetcd.api.DefragmentRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.DefragmentResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.DeleteRangeRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.DeleteRangeResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.Event
 
equals(Object) - Method in class io.etcd.jetcd.api.HashKVRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.HashKVResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.HashRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.HashResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.KeyValue
 
equals(Object) - Method in class io.etcd.jetcd.api.LeaseGrantRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.LeaseGrantResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.LeaseRevokeRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.LeaseRevokeResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.lock.LockRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.lock.LockResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.lock.UnlockRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.lock.UnlockResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.Member
 
equals(Object) - Method in class io.etcd.jetcd.api.MemberAddRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.MemberAddResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.MemberListRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.MemberListResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.MemberRemoveRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.MemberRemoveResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.MemberUpdateRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.MemberUpdateResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.MoveLeaderRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.MoveLeaderResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.Permission
 
equals(Object) - Method in class io.etcd.jetcd.api.PutRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.PutResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.RangeRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.RangeResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.RequestOp
 
equals(Object) - Method in class io.etcd.jetcd.api.ResponseHeader
 
equals(Object) - Method in class io.etcd.jetcd.api.ResponseOp
 
equals(Object) - Method in class io.etcd.jetcd.api.Role
 
equals(Object) - Method in class io.etcd.jetcd.api.SnapshotRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.SnapshotResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.StatusRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.StatusResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.TxnRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.TxnResponse
 
equals(Object) - Method in class io.etcd.jetcd.api.User
 
equals(Object) - Method in class io.etcd.jetcd.api.WatchCancelRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.WatchCreateRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.WatchRequest
 
equals(Object) - Method in class io.etcd.jetcd.api.WatchResponse
 
equals(Object) - Method in class io.etcd.jetcd.ByteSequence
 
error - Variable in class io.etcd.jetcd.lease.LeaseKeepAliveResponseWithError
 
error - Variable in class io.etcd.jetcd.maintenance.SnapshotReaderResponseWithError
 
ERROR_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.LeaseGrantResponse
 
Event - Class in io.etcd.jetcd.api
Protobuf type mvccpb.Event
Event.Builder - Class in io.etcd.jetcd.api
Protobuf type mvccpb.Event
Event.EventType - Enum in io.etcd.jetcd.api
Protobuf enum mvccpb.Event.EventType
EventOrBuilder - Interface in io.etcd.jetcd.api
 
EVENTS_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.WatchResponse
 
executorService() - Method in class io.etcd.jetcd.ClientBuilder
 
executorService(ExecutorService) - Method in class io.etcd.jetcd.ClientBuilder
config executor service.

F

FAILURE_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.TxnRequest
 
FILTERS_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.WatchCreateRequest
 
forNumber(int) - Static method in enum io.etcd.jetcd.api.AlarmRequest.AlarmAction
 
forNumber(int) - Static method in enum io.etcd.jetcd.api.AlarmType
 
forNumber(int) - Static method in enum io.etcd.jetcd.api.Compare.CompareResult
 
forNumber(int) - Static method in enum io.etcd.jetcd.api.Compare.CompareTarget
 
forNumber(int) - Static method in enum io.etcd.jetcd.api.Compare.TargetUnionCase
 
forNumber(int) - Static method in enum io.etcd.jetcd.api.Event.EventType
 
forNumber(int) - Static method in enum io.etcd.jetcd.api.Permission.Type
 
forNumber(int) - Static method in enum io.etcd.jetcd.api.RangeRequest.SortOrder
 
forNumber(int) - Static method in enum io.etcd.jetcd.api.RangeRequest.SortTarget
 
forNumber(int) - Static method in enum io.etcd.jetcd.api.RequestOp.RequestCase
 
forNumber(int) - Static method in enum io.etcd.jetcd.api.ResponseOp.ResponseCase
 
forNumber(int) - Static method in enum io.etcd.jetcd.api.WatchCreateRequest.FilterType
 
forNumber(int) - Static method in enum io.etcd.jetcd.api.WatchRequest.RequestUnionCase
 
from(String, Charset) - Static method in class io.etcd.jetcd.ByteSequence
Create new ByteSequence from a String.
from(ByteString) - Static method in class io.etcd.jetcd.ByteSequence
 
from(byte[]) - Static method in class io.etcd.jetcd.ByteSequence
 

G

get(ByteSequence) - Method in interface io.etcd.jetcd.KV
retrieve value for the given key.
get(ByteSequence, GetOption) - Method in interface io.etcd.jetcd.KV
retrieve keys with GetOption.
get(ByteSequence, GetOption) - Static method in class io.etcd.jetcd.op.Op
 
GET_VALUE - Static variable in enum io.etcd.jetcd.api.AlarmRequest.AlarmAction
GET = 0;
getAction() - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
action is the kind of alarm request to issue.
getAction() - Method in class io.etcd.jetcd.api.AlarmRequest
action is the kind of alarm request to issue.
getAction() - Method in interface io.etcd.jetcd.api.AlarmRequestOrBuilder
action is the kind of alarm request to issue.
getActionValue() - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
action is the kind of alarm request to issue.
getActionValue() - Method in class io.etcd.jetcd.api.AlarmRequest
action is the kind of alarm request to issue.
getActionValue() - Method in interface io.etcd.jetcd.api.AlarmRequestOrBuilder
action is the kind of alarm request to issue.
getAlarm() - Method in class io.etcd.jetcd.api.AlarmMember.Builder
alarm is the type of alarm which has been raised.
getAlarm() - Method in class io.etcd.jetcd.api.AlarmMember
alarm is the type of alarm which has been raised.
getAlarm() - Method in interface io.etcd.jetcd.api.AlarmMemberOrBuilder
alarm is the type of alarm which has been raised.
getAlarm() - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
alarm is the type of alarm to consider for this request.
getAlarm() - Method in class io.etcd.jetcd.api.AlarmRequest
alarm is the type of alarm to consider for this request.
getAlarm() - Method in interface io.etcd.jetcd.api.AlarmRequestOrBuilder
alarm is the type of alarm to consider for this request.
getAlarmMethod() - Static method in class io.etcd.jetcd.api.MaintenanceGrpc
 
getAlarms(int) - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
alarms is a list of alarms associated with the alarm request.
getAlarms(int) - Method in class io.etcd.jetcd.api.AlarmResponse
alarms is a list of alarms associated with the alarm request.
getAlarms(int) - Method in interface io.etcd.jetcd.api.AlarmResponseOrBuilder
alarms is a list of alarms associated with the alarm request.
getAlarms() - Method in class io.etcd.jetcd.maintenance.AlarmResponse
returns a list of alarms associated with the alarm request.
getAlarmsBuilder(int) - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
alarms is a list of alarms associated with the alarm request.
getAlarmsBuilderList() - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
alarms is a list of alarms associated with the alarm request.
getAlarmsCount() - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
alarms is a list of alarms associated with the alarm request.
getAlarmsCount() - Method in class io.etcd.jetcd.api.AlarmResponse
alarms is a list of alarms associated with the alarm request.
getAlarmsCount() - Method in interface io.etcd.jetcd.api.AlarmResponseOrBuilder
alarms is a list of alarms associated with the alarm request.
getAlarmsList() - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
alarms is a list of alarms associated with the alarm request.
getAlarmsList() - Method in class io.etcd.jetcd.api.AlarmResponse
alarms is a list of alarms associated with the alarm request.
getAlarmsList() - Method in interface io.etcd.jetcd.api.AlarmResponseOrBuilder
alarms is a list of alarms associated with the alarm request.
getAlarmsOrBuilder(int) - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
alarms is a list of alarms associated with the alarm request.
getAlarmsOrBuilder(int) - Method in class io.etcd.jetcd.api.AlarmResponse
alarms is a list of alarms associated with the alarm request.
getAlarmsOrBuilder(int) - Method in interface io.etcd.jetcd.api.AlarmResponseOrBuilder
alarms is a list of alarms associated with the alarm request.
getAlarmsOrBuilderList() - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
alarms is a list of alarms associated with the alarm request.
getAlarmsOrBuilderList() - Method in class io.etcd.jetcd.api.AlarmResponse
alarms is a list of alarms associated with the alarm request.
getAlarmsOrBuilderList() - Method in interface io.etcd.jetcd.api.AlarmResponseOrBuilder
alarms is a list of alarms associated with the alarm request.
getAlarmType() - Method in class io.etcd.jetcd.maintenance.AlarmMember
returns the type of alarm which has been raised.
getAlarmValue() - Method in class io.etcd.jetcd.api.AlarmMember.Builder
alarm is the type of alarm which has been raised.
getAlarmValue() - Method in class io.etcd.jetcd.api.AlarmMember
alarm is the type of alarm which has been raised.
getAlarmValue() - Method in interface io.etcd.jetcd.api.AlarmMemberOrBuilder
alarm is the type of alarm which has been raised.
getAlarmValue() - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
alarm is the type of alarm to consider for this request.
getAlarmValue() - Method in class io.etcd.jetcd.api.AlarmRequest
alarm is the type of alarm to consider for this request.
getAlarmValue() - Method in interface io.etcd.jetcd.api.AlarmRequestOrBuilder
alarm is the type of alarm to consider for this request.
getAuthClient() - Method in interface io.etcd.jetcd.Client
 
getAuthDisableMethod() - Static method in class io.etcd.jetcd.api.AuthGrpc
 
getAuthEnableMethod() - Static method in class io.etcd.jetcd.api.AuthGrpc
 
getAuthenticateMethod() - Static method in class io.etcd.jetcd.api.AuthGrpc
 
getBlob() - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
blob contains the next chunk of the snapshot in the snapshot stream.
getBlob() - Method in class io.etcd.jetcd.api.SnapshotResponse
blob contains the next chunk of the snapshot in the snapshot stream.
getBlob() - Method in interface io.etcd.jetcd.api.SnapshotResponseOrBuilder
blob contains the next chunk of the snapshot in the snapshot stream.
getBlob() - Method in class io.etcd.jetcd.maintenance.SnapshotResponse
 
getBytes() - Method in class io.etcd.jetcd.ByteSequence
 
getCanceled() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
canceled is set to true if the response is for a cancel watch request.
getCanceled() - Method in class io.etcd.jetcd.api.WatchResponse
canceled is set to true if the response is for a cancel watch request.
getCanceled() - Method in interface io.etcd.jetcd.api.WatchResponseOrBuilder
canceled is set to true if the response is for a cancel watch request.
getCancelReason() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
cancel_reason indicates the reason for canceling the watcher.
getCancelReason() - Method in class io.etcd.jetcd.api.WatchResponse
cancel_reason indicates the reason for canceling the watcher.
getCancelReason() - Method in interface io.etcd.jetcd.api.WatchResponseOrBuilder
cancel_reason indicates the reason for canceling the watcher.
getCancelReasonBytes() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
cancel_reason indicates the reason for canceling the watcher.
getCancelReasonBytes() - Method in class io.etcd.jetcd.api.WatchResponse
cancel_reason indicates the reason for canceling the watcher.
getCancelReasonBytes() - Method in interface io.etcd.jetcd.api.WatchResponseOrBuilder
cancel_reason indicates the reason for canceling the watcher.
getCancelRequest() - Method in class io.etcd.jetcd.api.WatchRequest.Builder
.etcdserverpb.WatchCancelRequest cancel_request = 2;
getCancelRequest() - Method in class io.etcd.jetcd.api.WatchRequest
.etcdserverpb.WatchCancelRequest cancel_request = 2;
getCancelRequest() - Method in interface io.etcd.jetcd.api.WatchRequestOrBuilder
.etcdserverpb.WatchCancelRequest cancel_request = 2;
getCancelRequestBuilder() - Method in class io.etcd.jetcd.api.WatchRequest.Builder
.etcdserverpb.WatchCancelRequest cancel_request = 2;
getCancelRequestOrBuilder() - Method in class io.etcd.jetcd.api.WatchRequest.Builder
.etcdserverpb.WatchCancelRequest cancel_request = 2;
getCancelRequestOrBuilder() - Method in class io.etcd.jetcd.api.WatchRequest
.etcdserverpb.WatchCancelRequest cancel_request = 2;
getCancelRequestOrBuilder() - Method in interface io.etcd.jetcd.api.WatchRequestOrBuilder
.etcdserverpb.WatchCancelRequest cancel_request = 2;
getClientURIs() - Method in class io.etcd.jetcd.cluster.Member
returns list of URLs the member exposes to clients for communication.
getClientURLs(int) - Method in class io.etcd.jetcd.api.Member.Builder
clientURLs is the list of URLs the member exposes to clients for communication.
getClientURLs(int) - Method in class io.etcd.jetcd.api.Member
clientURLs is the list of URLs the member exposes to clients for communication.
getClientURLs(int) - Method in interface io.etcd.jetcd.api.MemberOrBuilder
clientURLs is the list of URLs the member exposes to clients for communication.
getClientURLsBytes(int) - Method in class io.etcd.jetcd.api.Member.Builder
clientURLs is the list of URLs the member exposes to clients for communication.
getClientURLsBytes(int) - Method in class io.etcd.jetcd.api.Member
clientURLs is the list of URLs the member exposes to clients for communication.
getClientURLsBytes(int) - Method in interface io.etcd.jetcd.api.MemberOrBuilder
clientURLs is the list of URLs the member exposes to clients for communication.
getClientURLsCount() - Method in class io.etcd.jetcd.api.Member.Builder
clientURLs is the list of URLs the member exposes to clients for communication.
getClientURLsCount() - Method in class io.etcd.jetcd.api.Member
clientURLs is the list of URLs the member exposes to clients for communication.
getClientURLsCount() - Method in interface io.etcd.jetcd.api.MemberOrBuilder
clientURLs is the list of URLs the member exposes to clients for communication.
getClientURLsList() - Method in class io.etcd.jetcd.api.Member.Builder
clientURLs is the list of URLs the member exposes to clients for communication.
getClientURLsList() - Method in class io.etcd.jetcd.api.Member
clientURLs is the list of URLs the member exposes to clients for communication.
getClientURLsList() - Method in interface io.etcd.jetcd.api.MemberOrBuilder
clientURLs is the list of URLs the member exposes to clients for communication.
getClusterClient() - Method in interface io.etcd.jetcd.Client
 
getClusterId() - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
cluster_id is the ID of the cluster which sent the response.
getClusterId() - Method in class io.etcd.jetcd.api.ResponseHeader
cluster_id is the ID of the cluster which sent the response.
getClusterId() - Method in interface io.etcd.jetcd.api.ResponseHeaderOrBuilder
cluster_id is the ID of the cluster which sent the response.
getClusterId() - Method in interface io.etcd.jetcd.Response.Header
 
getCompacted() - Method in class io.etcd.jetcd.maintenance.HashKVResponse
return compact_revision is the compacted revision of key-value store when hash begins.
getCompactMethod() - Static method in class io.etcd.jetcd.api.KVGrpc
 
getCompactRevision() - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
compact_revision is the compacted revision of key-value store when hash begins.
getCompactRevision() - Method in class io.etcd.jetcd.api.HashKVResponse
compact_revision is the compacted revision of key-value store when hash begins.
getCompactRevision() - Method in interface io.etcd.jetcd.api.HashKVResponseOrBuilder
compact_revision is the compacted revision of key-value store when hash begins.
getCompactRevision() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
compact_revision is set to the minimum index if a watcher tries to watch at a compacted index.
getCompactRevision() - Method in class io.etcd.jetcd.api.WatchResponse
compact_revision is set to the minimum index if a watcher tries to watch at a compacted index.
getCompactRevision() - Method in interface io.etcd.jetcd.api.WatchResponseOrBuilder
compact_revision is set to the minimum index if a watcher tries to watch at a compacted index.
getCompare(int) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
compare is a list of predicates representing a conjunction of terms.
getCompare(int) - Method in class io.etcd.jetcd.api.TxnRequest
compare is a list of predicates representing a conjunction of terms.
getCompare(int) - Method in interface io.etcd.jetcd.api.TxnRequestOrBuilder
compare is a list of predicates representing a conjunction of terms.
getCompareBuilder(int) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
compare is a list of predicates representing a conjunction of terms.
getCompareBuilderList() - Method in class io.etcd.jetcd.api.TxnRequest.Builder
compare is a list of predicates representing a conjunction of terms.
getCompareCount() - Method in class io.etcd.jetcd.api.TxnRequest.Builder
compare is a list of predicates representing a conjunction of terms.
getCompareCount() - Method in class io.etcd.jetcd.api.TxnRequest
compare is a list of predicates representing a conjunction of terms.
getCompareCount() - Method in interface io.etcd.jetcd.api.TxnRequestOrBuilder
compare is a list of predicates representing a conjunction of terms.
getCompareList() - Method in class io.etcd.jetcd.api.TxnRequest.Builder
compare is a list of predicates representing a conjunction of terms.
getCompareList() - Method in class io.etcd.jetcd.api.TxnRequest
compare is a list of predicates representing a conjunction of terms.
getCompareList() - Method in interface io.etcd.jetcd.api.TxnRequestOrBuilder
compare is a list of predicates representing a conjunction of terms.
getCompareOrBuilder(int) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
compare is a list of predicates representing a conjunction of terms.
getCompareOrBuilder(int) - Method in class io.etcd.jetcd.api.TxnRequest
compare is a list of predicates representing a conjunction of terms.
getCompareOrBuilder(int) - Method in interface io.etcd.jetcd.api.TxnRequestOrBuilder
compare is a list of predicates representing a conjunction of terms.
getCompareOrBuilderList() - Method in class io.etcd.jetcd.api.TxnRequest.Builder
compare is a list of predicates representing a conjunction of terms.
getCompareOrBuilderList() - Method in class io.etcd.jetcd.api.TxnRequest
compare is a list of predicates representing a conjunction of terms.
getCompareOrBuilderList() - Method in interface io.etcd.jetcd.api.TxnRequestOrBuilder
compare is a list of predicates representing a conjunction of terms.
getCount() - Method in class io.etcd.jetcd.api.RangeResponse.Builder
count is set to the number of keys within the range when requested.
getCount() - Method in class io.etcd.jetcd.api.RangeResponse
count is set to the number of keys within the range when requested.
getCount() - Method in interface io.etcd.jetcd.api.RangeResponseOrBuilder
count is set to the number of keys within the range when requested.
getCount() - Method in class io.etcd.jetcd.kv.GetResponse
return the number of keys within the range when requested.
getCountOnly() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
count_only when set returns only the count of the keys in the range.
getCountOnly() - Method in class io.etcd.jetcd.api.RangeRequest
count_only when set returns only the count of the keys in the range.
getCountOnly() - Method in interface io.etcd.jetcd.api.RangeRequestOrBuilder
count_only when set returns only the count of the keys in the range.
getCreated() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
created is set to true if the response is for a create watch request.
getCreated() - Method in class io.etcd.jetcd.api.WatchResponse
created is set to true if the response is for a create watch request.
getCreated() - Method in interface io.etcd.jetcd.api.WatchResponseOrBuilder
created is set to true if the response is for a create watch request.
getCreateRequest() - Method in class io.etcd.jetcd.api.WatchRequest.Builder
.etcdserverpb.WatchCreateRequest create_request = 1;
getCreateRequest() - Method in class io.etcd.jetcd.api.WatchRequest
.etcdserverpb.WatchCreateRequest create_request = 1;
getCreateRequest() - Method in interface io.etcd.jetcd.api.WatchRequestOrBuilder
.etcdserverpb.WatchCreateRequest create_request = 1;
getCreateRequestBuilder() - Method in class io.etcd.jetcd.api.WatchRequest.Builder
.etcdserverpb.WatchCreateRequest create_request = 1;
getCreateRequestOrBuilder() - Method in class io.etcd.jetcd.api.WatchRequest.Builder
.etcdserverpb.WatchCreateRequest create_request = 1;
getCreateRequestOrBuilder() - Method in class io.etcd.jetcd.api.WatchRequest
.etcdserverpb.WatchCreateRequest create_request = 1;
getCreateRequestOrBuilder() - Method in interface io.etcd.jetcd.api.WatchRequestOrBuilder
.etcdserverpb.WatchCreateRequest create_request = 1;
getCreateRevision() - Method in class io.etcd.jetcd.api.Compare.Builder
create_revision is the creation revision of the given key
getCreateRevision() - Method in class io.etcd.jetcd.api.Compare
create_revision is the creation revision of the given key
getCreateRevision() - Method in interface io.etcd.jetcd.api.CompareOrBuilder
create_revision is the creation revision of the given key
getCreateRevision() - Method in class io.etcd.jetcd.api.KeyValue.Builder
create_revision is the revision of last creation on this key.
getCreateRevision() - Method in class io.etcd.jetcd.api.KeyValue
create_revision is the revision of last creation on this key.
getCreateRevision() - Method in interface io.etcd.jetcd.api.KeyValueOrBuilder
create_revision is the revision of last creation on this key.
getCreateRevision() - Method in class io.etcd.jetcd.KeyValue
 
getDbSize() - Method in class io.etcd.jetcd.api.StatusResponse.Builder
dbSize is the size of the backend database, in bytes, of the responding member.
getDbSize() - Method in class io.etcd.jetcd.api.StatusResponse
dbSize is the size of the backend database, in bytes, of the responding member.
getDbSize() - Method in interface io.etcd.jetcd.api.StatusResponseOrBuilder
dbSize is the size of the backend database, in bytes, of the responding member.
getDbSize() - Method in class io.etcd.jetcd.maintenance.StatusResponse
return the size of the backend database, in bytes, of the responding member.
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AlarmMember
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AlarmRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AlarmResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthDisableRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthDisableResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthEnableRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthEnableResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthenticateRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthenticateResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthRoleAddRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthRoleAddResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthRoleGetRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthRoleGetResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthRoleListRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthRoleListResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthUserAddRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthUserAddResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthUserGetRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthUserGetResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthUserListRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthUserListResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.CompactionRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.CompactionResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.Compare
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.DefragmentRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.DefragmentResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.DeleteRangeRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.DeleteRangeResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.Event
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.HashKVRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.HashKVResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.HashRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.HashResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.KeyValue
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.LeaseGrantRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.LeaseGrantResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.LeaseRevokeRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.LeaseRevokeResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.lock.LockRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.lock.LockResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.lock.UnlockRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.lock.UnlockResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.Member
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.MemberAddRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.MemberAddResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.MemberListRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.MemberListResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.MemberRemoveRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.MemberRemoveResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.MemberUpdateRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.MemberUpdateResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.MoveLeaderRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.MoveLeaderResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.Permission
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.PutRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.PutResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.RangeRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.RangeResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.RequestOp
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.ResponseHeader
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.ResponseOp
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.Role
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.SnapshotRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.SnapshotResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.StatusRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.StatusResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.TxnRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.TxnResponse
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.User
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.WatchCancelRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.WatchCreateRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.WatchRequest
 
getDefaultInstance() - Static method in class io.etcd.jetcd.api.WatchResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AlarmMember.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AlarmMember
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AlarmRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AlarmResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthDisableRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthDisableRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthDisableResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthDisableResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthEnableRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthEnableRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthEnableResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthEnableResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthenticateRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthenticateRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthenticateResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthRoleAddRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthRoleAddRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthRoleAddResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthRoleAddResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthRoleGetRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthRoleGetRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthRoleListRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthRoleListRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthRoleListResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthUserAddRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthUserAddRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthUserAddResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthUserAddResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthUserGetRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthUserGetRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthUserGetResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthUserListRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthUserListRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthUserListResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.CompactionRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.CompactionRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.CompactionResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.CompactionResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.Compare.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.Compare
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.DefragmentRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.DefragmentRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.DefragmentResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.DefragmentResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.DeleteRangeRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.DeleteRangeRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.DeleteRangeResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.Event.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.Event
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.HashKVRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.HashKVRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.HashKVResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.HashRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.HashRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.HashResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.HashResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.KeyValue.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.KeyValue
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.LeaseGrantRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.LeaseGrantRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.LeaseGrantResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.LeaseRevokeRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.LeaseRevokeRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.LeaseRevokeResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.LeaseRevokeResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.lock.LockRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.lock.LockRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.lock.LockResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.lock.LockResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.lock.UnlockRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.lock.UnlockRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.lock.UnlockResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.lock.UnlockResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.Member.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.Member
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.MemberAddRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.MemberAddRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.MemberAddResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.MemberListRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.MemberListRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.MemberListResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.MemberRemoveRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.MemberRemoveRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.MemberRemoveResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.MemberUpdateRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.MemberUpdateResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.MoveLeaderRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.MoveLeaderRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.MoveLeaderResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.MoveLeaderResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.Permission.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.Permission
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.PutRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.PutRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.PutResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.PutResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.RangeRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.RangeResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.RangeResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.RequestOp.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.RequestOp
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.ResponseHeader
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.ResponseOp
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.Role.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.Role
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.SnapshotRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.SnapshotRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.SnapshotResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.StatusRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.StatusRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.StatusResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.StatusResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.TxnRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.TxnRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.TxnResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.TxnResponse
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.User.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.User
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.WatchCancelRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.WatchCancelRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.WatchCreateRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.WatchRequest.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.WatchRequest
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
 
getDefaultInstanceForType() - Method in class io.etcd.jetcd.api.WatchResponse
 
getDefragmentMethod() - Static method in class io.etcd.jetcd.api.MaintenanceGrpc
 
getDeleted() - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
deleted is the number of keys deleted by the delete range request.
getDeleted() - Method in class io.etcd.jetcd.api.DeleteRangeResponse
deleted is the number of keys deleted by the delete range request.
getDeleted() - Method in interface io.etcd.jetcd.api.DeleteRangeResponseOrBuilder
deleted is the number of keys deleted by the delete range request.
getDeleted() - Method in class io.etcd.jetcd.kv.DeleteResponse
return the number of keys deleted by the delete range request.
getDeleteRangeMethod() - Static method in class io.etcd.jetcd.api.KVGrpc
 
getDeleteResponses() - Method in class io.etcd.jetcd.kv.TxnResponse
returns a list of DeleteResponse; empty list if none.
getDescriptor() - Static method in class io.etcd.jetcd.api.AlarmMember.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AlarmMember
 
getDescriptor() - Static method in enum io.etcd.jetcd.api.AlarmRequest.AlarmAction
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AlarmRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AlarmRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AlarmResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AlarmResponse
 
getDescriptor() - Static method in enum io.etcd.jetcd.api.AlarmType
 
getDescriptor() - Static method in class io.etcd.jetcd.api.Auth
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthDisableRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthDisableRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthDisableResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthDisableResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthEnableRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthEnableRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthEnableResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthEnableResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthenticateRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthenticateRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthenticateResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthRoleAddRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthRoleAddRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthRoleAddResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthRoleAddResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthRoleDeleteRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthRoleDeleteResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthRoleGetRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthRoleGetRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthRoleGetResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthRoleListRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthRoleListRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthRoleListResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthUserAddRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthUserAddRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthUserAddResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthUserAddResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthUserDeleteRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthUserDeleteResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthUserGetRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthUserGetRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthUserGetResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthUserListRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthUserListRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthUserListResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.CompactionRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.CompactionRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.CompactionResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.CompactionResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.Compare.Builder
 
getDescriptor() - Static method in enum io.etcd.jetcd.api.Compare.CompareResult
 
getDescriptor() - Static method in enum io.etcd.jetcd.api.Compare.CompareTarget
 
getDescriptor() - Static method in class io.etcd.jetcd.api.Compare
 
getDescriptor() - Static method in class io.etcd.jetcd.api.DefragmentRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.DefragmentRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.DefragmentResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.DefragmentResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.DeleteRangeRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.DeleteRangeRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.DeleteRangeResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.Event.Builder
 
getDescriptor() - Static method in enum io.etcd.jetcd.api.Event.EventType
 
getDescriptor() - Static method in class io.etcd.jetcd.api.Event
 
getDescriptor() - Static method in class io.etcd.jetcd.api.HashKVRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.HashKVRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.HashKVResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.HashKVResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.HashRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.HashRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.HashResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.HashResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.JetcdProto
 
getDescriptor() - Static method in class io.etcd.jetcd.api.KeyValue.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.KeyValue
 
getDescriptor() - Static method in class io.etcd.jetcd.api.Kv
 
getDescriptor() - Static method in class io.etcd.jetcd.api.LeaseGrantRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.LeaseGrantRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.LeaseGrantResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.LeaseKeepAliveRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.LeaseRevokeRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.LeaseRevokeRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.LeaseRevokeResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.LeaseRevokeResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.lock.JetcdProto
 
getDescriptor() - Static method in class io.etcd.jetcd.api.lock.LockRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.lock.LockRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.lock.LockResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.lock.LockResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.lock.UnlockRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.lock.UnlockRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.lock.UnlockResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.lock.UnlockResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.Member.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.Member
 
getDescriptor() - Static method in class io.etcd.jetcd.api.MemberAddRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.MemberAddRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.MemberAddResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.MemberAddResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.MemberListRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.MemberListRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.MemberListResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.MemberListResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.MemberRemoveRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.MemberRemoveRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.MemberRemoveResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.MemberUpdateRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.MemberUpdateResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.MoveLeaderRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.MoveLeaderRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.MoveLeaderResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.MoveLeaderResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.Permission.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.Permission
 
getDescriptor() - Static method in enum io.etcd.jetcd.api.Permission.Type
 
getDescriptor() - Static method in class io.etcd.jetcd.api.PutRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.PutRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.PutResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.PutResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.RangeRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.RangeRequest
 
getDescriptor() - Static method in enum io.etcd.jetcd.api.RangeRequest.SortOrder
 
getDescriptor() - Static method in enum io.etcd.jetcd.api.RangeRequest.SortTarget
 
getDescriptor() - Static method in class io.etcd.jetcd.api.RangeResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.RangeResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.RequestOp.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.RequestOp
 
getDescriptor() - Static method in class io.etcd.jetcd.api.ResponseHeader.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.ResponseHeader
 
getDescriptor() - Static method in class io.etcd.jetcd.api.ResponseOp.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.ResponseOp
 
getDescriptor() - Static method in class io.etcd.jetcd.api.Role.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.Role
 
getDescriptor() - Static method in class io.etcd.jetcd.api.SnapshotRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.SnapshotRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.SnapshotResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.SnapshotResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.StatusRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.StatusRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.StatusResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.StatusResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.TxnRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.TxnRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.TxnResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.TxnResponse
 
getDescriptor() - Static method in class io.etcd.jetcd.api.User.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.User
 
getDescriptor() - Static method in class io.etcd.jetcd.api.WatchCancelRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.WatchCancelRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
 
getDescriptor() - Static method in enum io.etcd.jetcd.api.WatchCreateRequest.FilterType
 
getDescriptor() - Static method in class io.etcd.jetcd.api.WatchCreateRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.WatchRequest.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.WatchRequest
 
getDescriptor() - Static method in class io.etcd.jetcd.api.WatchResponse.Builder
 
getDescriptor() - Static method in class io.etcd.jetcd.api.WatchResponse
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AlarmMember.Builder
 
getDescriptorForType() - Method in enum io.etcd.jetcd.api.AlarmRequest.AlarmAction
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
 
getDescriptorForType() - Method in enum io.etcd.jetcd.api.AlarmType
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthDisableRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthDisableResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthEnableRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthEnableResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthenticateRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthRoleAddRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthRoleAddResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthRoleGetRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthRoleListRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthUserAddRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthUserAddResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthUserGetRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthUserListRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.CompactionRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.CompactionResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.Compare.Builder
 
getDescriptorForType() - Method in enum io.etcd.jetcd.api.Compare.CompareResult
 
getDescriptorForType() - Method in enum io.etcd.jetcd.api.Compare.CompareTarget
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.DefragmentRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.DefragmentResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.DeleteRangeRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.Event.Builder
 
getDescriptorForType() - Method in enum io.etcd.jetcd.api.Event.EventType
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.HashKVRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.HashRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.HashResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.KeyValue.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.LeaseGrantRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.LeaseRevokeRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.LeaseRevokeResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.lock.LockRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.lock.LockResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.lock.UnlockRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.lock.UnlockResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.Member.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.MemberAddRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.MemberListRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.MemberRemoveRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.MoveLeaderRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.MoveLeaderResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.Permission.Builder
 
getDescriptorForType() - Method in enum io.etcd.jetcd.api.Permission.Type
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.PutRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.PutResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
 
getDescriptorForType() - Method in enum io.etcd.jetcd.api.RangeRequest.SortOrder
 
getDescriptorForType() - Method in enum io.etcd.jetcd.api.RangeRequest.SortTarget
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.RangeResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.RequestOp.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.Role.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.SnapshotRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.StatusRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.StatusResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.TxnRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.TxnResponse.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.User.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.WatchCancelRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
 
getDescriptorForType() - Method in enum io.etcd.jetcd.api.WatchCreateRequest.FilterType
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.WatchRequest.Builder
 
getDescriptorForType() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
 
getEndKey() - Method in class io.etcd.jetcd.options.DeleteOption
 
getEndKey() - Method in class io.etcd.jetcd.options.GetOption
 
getEndKey() - Method in class io.etcd.jetcd.options.WatchOption
 
getError() - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
string error = 4;
getError() - Method in class io.etcd.jetcd.api.LeaseGrantResponse
string error = 4;
getError() - Method in interface io.etcd.jetcd.api.LeaseGrantResponseOrBuilder
string error = 4;
getErrorBytes() - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
string error = 4;
getErrorBytes() - Method in class io.etcd.jetcd.api.LeaseGrantResponse
string error = 4;
getErrorBytes() - Method in interface io.etcd.jetcd.api.LeaseGrantResponseOrBuilder
string error = 4;
getEvents(int) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
repeated .mvccpb.Event events = 11;
getEvents(int) - Method in class io.etcd.jetcd.api.WatchResponse
repeated .mvccpb.Event events = 11;
getEvents(int) - Method in interface io.etcd.jetcd.api.WatchResponseOrBuilder
repeated .mvccpb.Event events = 11;
getEvents() - Method in class io.etcd.jetcd.watch.WatchResponse
 
getEventsBuilder(int) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
repeated .mvccpb.Event events = 11;
getEventsBuilderList() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
repeated .mvccpb.Event events = 11;
getEventsCount() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
repeated .mvccpb.Event events = 11;
getEventsCount() - Method in class io.etcd.jetcd.api.WatchResponse
repeated .mvccpb.Event events = 11;
getEventsCount() - Method in interface io.etcd.jetcd.api.WatchResponseOrBuilder
repeated .mvccpb.Event events = 11;
getEventsList() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
repeated .mvccpb.Event events = 11;
getEventsList() - Method in class io.etcd.jetcd.api.WatchResponse
repeated .mvccpb.Event events = 11;
getEventsList() - Method in interface io.etcd.jetcd.api.WatchResponseOrBuilder
repeated .mvccpb.Event events = 11;
getEventsOrBuilder(int) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
repeated .mvccpb.Event events = 11;
getEventsOrBuilder(int) - Method in class io.etcd.jetcd.api.WatchResponse
repeated .mvccpb.Event events = 11;
getEventsOrBuilder(int) - Method in interface io.etcd.jetcd.api.WatchResponseOrBuilder
repeated .mvccpb.Event events = 11;
getEventsOrBuilderList() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
repeated .mvccpb.Event events = 11;
getEventsOrBuilderList() - Method in class io.etcd.jetcd.api.WatchResponse
repeated .mvccpb.Event events = 11;
getEventsOrBuilderList() - Method in interface io.etcd.jetcd.api.WatchResponseOrBuilder
repeated .mvccpb.Event events = 11;
getEventType() - Method in class io.etcd.jetcd.watch.WatchEvent
 
getException() - Method in class io.etcd.jetcd.watch.WatchResponseWithError
 
getFailure(int) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
failure is a list of requests which will be applied when compare evaluates to false.
getFailure(int) - Method in class io.etcd.jetcd.api.TxnRequest
failure is a list of requests which will be applied when compare evaluates to false.
getFailure(int) - Method in interface io.etcd.jetcd.api.TxnRequestOrBuilder
failure is a list of requests which will be applied when compare evaluates to false.
getFailureBuilder(int) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
failure is a list of requests which will be applied when compare evaluates to false.
getFailureBuilderList() - Method in class io.etcd.jetcd.api.TxnRequest.Builder
failure is a list of requests which will be applied when compare evaluates to false.
getFailureCount() - Method in class io.etcd.jetcd.api.TxnRequest.Builder
failure is a list of requests which will be applied when compare evaluates to false.
getFailureCount() - Method in class io.etcd.jetcd.api.TxnRequest
failure is a list of requests which will be applied when compare evaluates to false.
getFailureCount() - Method in interface io.etcd.jetcd.api.TxnRequestOrBuilder
failure is a list of requests which will be applied when compare evaluates to false.
getFailureList() - Method in class io.etcd.jetcd.api.TxnRequest.Builder
failure is a list of requests which will be applied when compare evaluates to false.
getFailureList() - Method in class io.etcd.jetcd.api.TxnRequest
failure is a list of requests which will be applied when compare evaluates to false.
getFailureList() - Method in interface io.etcd.jetcd.api.TxnRequestOrBuilder
failure is a list of requests which will be applied when compare evaluates to false.
getFailureOrBuilder(int) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
failure is a list of requests which will be applied when compare evaluates to false.
getFailureOrBuilder(int) - Method in class io.etcd.jetcd.api.TxnRequest
failure is a list of requests which will be applied when compare evaluates to false.
getFailureOrBuilder(int) - Method in interface io.etcd.jetcd.api.TxnRequestOrBuilder
failure is a list of requests which will be applied when compare evaluates to false.
getFailureOrBuilderList() - Method in class io.etcd.jetcd.api.TxnRequest.Builder
failure is a list of requests which will be applied when compare evaluates to false.
getFailureOrBuilderList() - Method in class io.etcd.jetcd.api.TxnRequest
failure is a list of requests which will be applied when compare evaluates to false.
getFailureOrBuilderList() - Method in interface io.etcd.jetcd.api.TxnRequestOrBuilder
failure is a list of requests which will be applied when compare evaluates to false.
getFilters(int) - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
filters filter the events at server side before it sends back to the watcher.
getFilters(int) - Method in class io.etcd.jetcd.api.WatchCreateRequest
filters filter the events at server side before it sends back to the watcher.
getFilters(int) - Method in interface io.etcd.jetcd.api.WatchCreateRequestOrBuilder
filters filter the events at server side before it sends back to the watcher.
getFiltersCount() - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
filters filter the events at server side before it sends back to the watcher.
getFiltersCount() - Method in class io.etcd.jetcd.api.WatchCreateRequest
filters filter the events at server side before it sends back to the watcher.
getFiltersCount() - Method in interface io.etcd.jetcd.api.WatchCreateRequestOrBuilder
filters filter the events at server side before it sends back to the watcher.
getFiltersList() - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
filters filter the events at server side before it sends back to the watcher.
getFiltersList() - Method in class io.etcd.jetcd.api.WatchCreateRequest
filters filter the events at server side before it sends back to the watcher.
getFiltersList() - Method in interface io.etcd.jetcd.api.WatchCreateRequestOrBuilder
filters filter the events at server side before it sends back to the watcher.
getFiltersValue(int) - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
filters filter the events at server side before it sends back to the watcher.
getFiltersValue(int) - Method in class io.etcd.jetcd.api.WatchCreateRequest
filters filter the events at server side before it sends back to the watcher.
getFiltersValue(int) - Method in interface io.etcd.jetcd.api.WatchCreateRequestOrBuilder
filters filter the events at server side before it sends back to the watcher.
getFiltersValueList() - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
filters filter the events at server side before it sends back to the watcher.
getFiltersValueList() - Method in class io.etcd.jetcd.api.WatchCreateRequest
filters filter the events at server side before it sends back to the watcher.
getFiltersValueList() - Method in interface io.etcd.jetcd.api.WatchCreateRequestOrBuilder
filters filter the events at server side before it sends back to the watcher.
getGetResponses() - Method in class io.etcd.jetcd.kv.TxnResponse
returns a list of GetResponse; empty list if none.
getGrantedTTL() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
GrantedTTL is the initial granted time in seconds upon lease creation/renewal.
getGrantedTTL() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
GrantedTTL is the initial granted time in seconds upon lease creation/renewal.
getGrantedTTL() - Method in interface io.etcd.jetcd.api.LeaseTimeToLiveResponseOrBuilder
GrantedTTL is the initial granted time in seconds upon lease creation/renewal.
getGrantedTTL() - Method in class io.etcd.jetcd.lease.LeaseTimeToLiveResponse
GrantedTTL is the initial granted time in seconds upon lease creation/renewal.
getHash() - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
hash is the hash value computed from the responding member's MVCC keys up to a given revision.
getHash() - Method in class io.etcd.jetcd.api.HashKVResponse
hash is the hash value computed from the responding member's MVCC keys up to a given revision.
getHash() - Method in interface io.etcd.jetcd.api.HashKVResponseOrBuilder
hash is the hash value computed from the responding member's MVCC keys up to a given revision.
getHash() - Method in class io.etcd.jetcd.api.HashResponse.Builder
hash is the hash value computed from the responding member's key-value store.
getHash() - Method in class io.etcd.jetcd.api.HashResponse
hash is the hash value computed from the responding member's key-value store.
getHash() - Method in interface io.etcd.jetcd.api.HashResponseOrBuilder
hash is the hash value computed from the responding member's key-value store.
getHash() - Method in class io.etcd.jetcd.maintenance.HashKVResponse
return the hash value computed from the responding member's MVCC keys up to a given revision.
getHashKVMethod() - Static method in class io.etcd.jetcd.api.MaintenanceGrpc
 
getHashMethod() - Static method in class io.etcd.jetcd.api.MaintenanceGrpc
 
getHeader() - Method in class io.etcd.jetcd.AbstractResponse
 
getHeader() - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AlarmResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.AlarmResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthDisableResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthDisableResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.AuthDisableResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthEnableResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthEnableResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.AuthEnableResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthenticateResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.AuthenticateResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthRoleAddResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthRoleAddResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.AuthRoleAddResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.AuthRoleDeleteResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.AuthRoleGetResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.AuthRoleGrantPermissionResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthRoleListResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.AuthRoleListResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.AuthRoleRevokePermissionResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthUserAddResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthUserAddResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.AuthUserAddResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.AuthUserChangePasswordResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.AuthUserDeleteResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthUserGetResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.AuthUserGetResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.AuthUserGrantRoleResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthUserListResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.AuthUserListResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.AuthUserRevokeRoleResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.CompactionResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.CompactionResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.CompactionResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.DefragmentResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.DefragmentResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.DefragmentResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.DeleteRangeResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.DeleteRangeResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.HashKVResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.HashKVResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.HashResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.HashResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.HashResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.LeaseGrantResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.LeaseGrantResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.LeaseKeepAliveResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.LeaseRevokeResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.LeaseRevokeResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.LeaseRevokeResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.LeaseTimeToLiveResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.lock.LockResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.lock.LockResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.lock.LockResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.lock.UnlockResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.lock.UnlockResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.lock.UnlockResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.MemberAddResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.MemberAddResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.MemberListResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.MemberListResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.MemberRemoveResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.MemberRemoveResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.MemberUpdateResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.MemberUpdateResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.MoveLeaderResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.MoveLeaderResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.MoveLeaderResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.PutResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.PutResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.PutResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.RangeResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.RangeResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.RangeResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
header has the current key-value store information.
getHeader() - Method in class io.etcd.jetcd.api.SnapshotResponse
header has the current key-value store information.
getHeader() - Method in interface io.etcd.jetcd.api.SnapshotResponseOrBuilder
header has the current key-value store information.
getHeader() - Method in class io.etcd.jetcd.api.StatusResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.StatusResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.StatusResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.TxnResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.TxnResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.TxnResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in class io.etcd.jetcd.api.WatchResponse
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.api.WatchResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeader() - Method in interface io.etcd.jetcd.Response
 
getHeaderBuilder() - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.AuthDisableResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.AuthEnableResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.AuthRoleAddResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.AuthUserAddResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.CompactionResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.DefragmentResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.HashResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.LeaseRevokeResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.lock.LockResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.lock.UnlockResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.MoveLeaderResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.PutResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.RangeResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
header has the current key-value store information.
getHeaderBuilder() - Method in class io.etcd.jetcd.api.StatusResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.TxnResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderBuilder() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AlarmResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.AlarmResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthDisableResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthDisableResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.AuthDisableResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthEnableResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthEnableResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.AuthEnableResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthenticateResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.AuthenticateResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthRoleAddResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthRoleAddResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.AuthRoleAddResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.AuthRoleDeleteResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.AuthRoleGetResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.AuthRoleGrantPermissionResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthRoleListResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.AuthRoleListResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.AuthRoleRevokePermissionResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthUserAddResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthUserAddResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.AuthUserAddResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.AuthUserChangePasswordResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.AuthUserDeleteResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthUserGetResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.AuthUserGetResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.AuthUserGrantRoleResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthUserListResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.AuthUserListResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.AuthUserRevokeRoleResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.CompactionResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.CompactionResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.CompactionResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.DefragmentResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.DefragmentResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.DefragmentResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.DeleteRangeResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.DeleteRangeResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.HashKVResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.HashKVResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.HashResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.HashResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.HashResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.LeaseGrantResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.LeaseGrantResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.LeaseKeepAliveResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.LeaseRevokeResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.LeaseRevokeResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.LeaseRevokeResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.LeaseTimeToLiveResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.lock.LockResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.lock.LockResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.lock.LockResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.lock.UnlockResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.lock.UnlockResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.lock.UnlockResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.MemberAddResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.MemberAddResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.MemberListResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.MemberListResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.MemberRemoveResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.MemberRemoveResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.MemberUpdateResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.MemberUpdateResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.MoveLeaderResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.MoveLeaderResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.MoveLeaderResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.PutResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.PutResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.PutResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.RangeResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.RangeResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.RangeResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
header has the current key-value store information.
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.SnapshotResponse
header has the current key-value store information.
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.SnapshotResponseOrBuilder
header has the current key-value store information.
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.StatusResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.StatusResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.StatusResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.TxnResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.TxnResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.TxnResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in class io.etcd.jetcd.api.WatchResponse
.etcdserverpb.ResponseHeader header = 1;
getHeaderOrBuilder() - Method in interface io.etcd.jetcd.api.WatchResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
getID() - Method in class io.etcd.jetcd.api.LeaseGrantRequest.Builder
ID is the requested ID for the lease.
getID() - Method in class io.etcd.jetcd.api.LeaseGrantRequest
ID is the requested ID for the lease.
getID() - Method in interface io.etcd.jetcd.api.LeaseGrantRequestOrBuilder
ID is the requested ID for the lease.
getID() - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
ID is the lease ID for the granted lease.
getID() - Method in class io.etcd.jetcd.api.LeaseGrantResponse
ID is the lease ID for the granted lease.
getID() - Method in interface io.etcd.jetcd.api.LeaseGrantResponseOrBuilder
ID is the lease ID for the granted lease.
getID() - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest.Builder
ID is the lease ID for the lease to keep alive.
getID() - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
ID is the lease ID for the lease to keep alive.
getID() - Method in interface io.etcd.jetcd.api.LeaseKeepAliveRequestOrBuilder
ID is the lease ID for the lease to keep alive.
getID() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
ID is the lease ID from the keep alive request.
getID() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
ID is the lease ID from the keep alive request.
getID() - Method in interface io.etcd.jetcd.api.LeaseKeepAliveResponseOrBuilder
ID is the lease ID from the keep alive request.
getID() - Method in class io.etcd.jetcd.api.LeaseRevokeRequest.Builder
ID is the lease ID to revoke.
getID() - Method in class io.etcd.jetcd.api.LeaseRevokeRequest
ID is the lease ID to revoke.
getID() - Method in interface io.etcd.jetcd.api.LeaseRevokeRequestOrBuilder
ID is the lease ID to revoke.
getID() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest.Builder
ID is the lease ID for the lease.
getID() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
ID is the lease ID for the lease.
getID() - Method in interface io.etcd.jetcd.api.LeaseTimeToLiveRequestOrBuilder
ID is the lease ID for the lease.
getID() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
ID is the lease ID from the keep alive request.
getID() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
ID is the lease ID from the keep alive request.
getID() - Method in interface io.etcd.jetcd.api.LeaseTimeToLiveResponseOrBuilder
ID is the lease ID from the keep alive request.
getID() - Method in class io.etcd.jetcd.api.Member.Builder
ID is the member ID for this member.
getID() - Method in class io.etcd.jetcd.api.Member
ID is the member ID for this member.
getID() - Method in interface io.etcd.jetcd.api.MemberOrBuilder
ID is the member ID for this member.
getID() - Method in class io.etcd.jetcd.api.MemberRemoveRequest.Builder
ID is the member ID of the member to remove.
getID() - Method in class io.etcd.jetcd.api.MemberRemoveRequest
ID is the member ID of the member to remove.
getID() - Method in interface io.etcd.jetcd.api.MemberRemoveRequestOrBuilder
ID is the member ID of the member to remove.
getID() - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
ID is the member ID of the member to update.
getID() - Method in class io.etcd.jetcd.api.MemberUpdateRequest
ID is the member ID of the member to update.
getID() - Method in interface io.etcd.jetcd.api.MemberUpdateRequestOrBuilder
ID is the member ID of the member to update.
getId() - Method in class io.etcd.jetcd.cluster.Member
returns the member ID for this member.
getID() - Method in class io.etcd.jetcd.lease.LeaseGrantResponse
ID is the lease ID for the granted lease.
getID() - Method in class io.etcd.jetcd.lease.LeaseKeepAliveResponse
ID is the lease ID from the keep alive request.
getID() - Method in class io.etcd.jetcd.lease.LeaseTimeToLiveResponse
ID is the lease ID from the keep alive request.
getIgnoreLease() - Method in class io.etcd.jetcd.api.PutRequest.Builder
If ignore_lease is set, etcd updates the key using its current lease.
getIgnoreLease() - Method in class io.etcd.jetcd.api.PutRequest
If ignore_lease is set, etcd updates the key using its current lease.
getIgnoreLease() - Method in interface io.etcd.jetcd.api.PutRequestOrBuilder
If ignore_lease is set, etcd updates the key using its current lease.
getIgnoreValue() - Method in class io.etcd.jetcd.api.PutRequest.Builder
If ignore_value is set, etcd updates the key using its current value.
getIgnoreValue() - Method in class io.etcd.jetcd.api.PutRequest
If ignore_value is set, etcd updates the key using its current value.
getIgnoreValue() - Method in interface io.etcd.jetcd.api.PutRequestOrBuilder
If ignore_value is set, etcd updates the key using its current value.
getKey() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
string key = 2;
getKey() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
string key = 2;
getKey() - Method in interface io.etcd.jetcd.api.AuthRoleRevokePermissionRequestOrBuilder
string key = 2;
getKey() - Method in class io.etcd.jetcd.api.Compare.Builder
key is the subject key for the comparison operation.
getKey() - Method in class io.etcd.jetcd.api.Compare
key is the subject key for the comparison operation.
getKey() - Method in interface io.etcd.jetcd.api.CompareOrBuilder
key is the subject key for the comparison operation.
getKey() - Method in class io.etcd.jetcd.api.DeleteRangeRequest.Builder
key is the first key to delete in the range.
getKey() - Method in class io.etcd.jetcd.api.DeleteRangeRequest
key is the first key to delete in the range.
getKey() - Method in interface io.etcd.jetcd.api.DeleteRangeRequestOrBuilder
key is the first key to delete in the range.
getKey() - Method in class io.etcd.jetcd.api.KeyValue.Builder
key is the key in bytes.
getKey() - Method in class io.etcd.jetcd.api.KeyValue
key is the key in bytes.
getKey() - Method in interface io.etcd.jetcd.api.KeyValueOrBuilder
key is the key in bytes.
getKey() - Method in class io.etcd.jetcd.api.lock.LockResponse.Builder
key is a key that will exist on etcd for the duration that the Lock caller owns the lock.
getKey() - Method in class io.etcd.jetcd.api.lock.LockResponse
key is a key that will exist on etcd for the duration that the Lock caller owns the lock.
getKey() - Method in interface io.etcd.jetcd.api.lock.LockResponseOrBuilder
key is a key that will exist on etcd for the duration that the Lock caller owns the lock.
getKey() - Method in class io.etcd.jetcd.api.lock.UnlockRequest.Builder
key is the lock ownership key granted by Lock.
getKey() - Method in class io.etcd.jetcd.api.lock.UnlockRequest
key is the lock ownership key granted by Lock.
getKey() - Method in interface io.etcd.jetcd.api.lock.UnlockRequestOrBuilder
key is the lock ownership key granted by Lock.
getKey() - Method in class io.etcd.jetcd.api.Permission.Builder
bytes key = 2;
getKey() - Method in class io.etcd.jetcd.api.Permission
bytes key = 2;
getKey() - Method in interface io.etcd.jetcd.api.PermissionOrBuilder
bytes key = 2;
getKey() - Method in class io.etcd.jetcd.api.PutRequest.Builder
key is the key, in bytes, to put into the key-value store.
getKey() - Method in class io.etcd.jetcd.api.PutRequest
key is the key, in bytes, to put into the key-value store.
getKey() - Method in interface io.etcd.jetcd.api.PutRequestOrBuilder
key is the key, in bytes, to put into the key-value store.
getKey() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
key is the first key for the range.
getKey() - Method in class io.etcd.jetcd.api.RangeRequest
key is the first key for the range.
getKey() - Method in interface io.etcd.jetcd.api.RangeRequestOrBuilder
key is the first key for the range.
getKey() - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
key is the key to register for watching.
getKey() - Method in class io.etcd.jetcd.api.WatchCreateRequest
key is the key to register for watching.
getKey() - Method in interface io.etcd.jetcd.api.WatchCreateRequestOrBuilder
key is the key to register for watching.
getKey() - Method in class io.etcd.jetcd.auth.Permission
 
getKey() - Method in class io.etcd.jetcd.KeyValue
 
getKey() - Method in class io.etcd.jetcd.lock.LockResponse
key is a key that will exist on etcd for the duration that the Lock caller owns the lock.
getKeyBytes() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
string key = 2;
getKeyBytes() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
string key = 2;
getKeyBytes() - Method in interface io.etcd.jetcd.api.AuthRoleRevokePermissionRequestOrBuilder
string key = 2;
getKeyPermission(int) - Method in class io.etcd.jetcd.api.Role.Builder
repeated .authpb.Permission keyPermission = 2;
getKeyPermission(int) - Method in class io.etcd.jetcd.api.Role
repeated .authpb.Permission keyPermission = 2;
getKeyPermission(int) - Method in interface io.etcd.jetcd.api.RoleOrBuilder
repeated .authpb.Permission keyPermission = 2;
getKeyPermissionBuilder(int) - Method in class io.etcd.jetcd.api.Role.Builder
repeated .authpb.Permission keyPermission = 2;
getKeyPermissionBuilderList() - Method in class io.etcd.jetcd.api.Role.Builder
repeated .authpb.Permission keyPermission = 2;
getKeyPermissionCount() - Method in class io.etcd.jetcd.api.Role.Builder
repeated .authpb.Permission keyPermission = 2;
getKeyPermissionCount() - Method in class io.etcd.jetcd.api.Role
repeated .authpb.Permission keyPermission = 2;
getKeyPermissionCount() - Method in interface io.etcd.jetcd.api.RoleOrBuilder
repeated .authpb.Permission keyPermission = 2;
getKeyPermissionList() - Method in class io.etcd.jetcd.api.Role.Builder
repeated .authpb.Permission keyPermission = 2;
getKeyPermissionList() - Method in class io.etcd.jetcd.api.Role
repeated .authpb.Permission keyPermission = 2;
getKeyPermissionList() - Method in interface io.etcd.jetcd.api.RoleOrBuilder
repeated .authpb.Permission keyPermission = 2;
getKeyPermissionOrBuilder(int) - Method in class io.etcd.jetcd.api.Role.Builder
repeated .authpb.Permission keyPermission = 2;
getKeyPermissionOrBuilder(int) - Method in class io.etcd.jetcd.api.Role
repeated .authpb.Permission keyPermission = 2;
getKeyPermissionOrBuilder(int) - Method in interface io.etcd.jetcd.api.RoleOrBuilder
repeated .authpb.Permission keyPermission = 2;
getKeyPermissionOrBuilderList() - Method in class io.etcd.jetcd.api.Role.Builder
repeated .authpb.Permission keyPermission = 2;
getKeyPermissionOrBuilderList() - Method in class io.etcd.jetcd.api.Role
repeated .authpb.Permission keyPermission = 2;
getKeyPermissionOrBuilderList() - Method in interface io.etcd.jetcd.api.RoleOrBuilder
repeated .authpb.Permission keyPermission = 2;
getKeys() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest.Builder
keys is true to query all the keys attached to this lease.
getKeys() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
keys is true to query all the keys attached to this lease.
getKeys() - Method in interface io.etcd.jetcd.api.LeaseTimeToLiveRequestOrBuilder
keys is true to query all the keys attached to this lease.
getKeys(int) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
Keys is the list of keys attached to this lease.
getKeys(int) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
Keys is the list of keys attached to this lease.
getKeys(int) - Method in interface io.etcd.jetcd.api.LeaseTimeToLiveResponseOrBuilder
Keys is the list of keys attached to this lease.
getKeys() - Method in class io.etcd.jetcd.lease.LeaseTimeToLiveResponse
Keys is the list of keys attached to this lease.
getKeysCount() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
Keys is the list of keys attached to this lease.
getKeysCount() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
Keys is the list of keys attached to this lease.
getKeysCount() - Method in interface io.etcd.jetcd.api.LeaseTimeToLiveResponseOrBuilder
Keys is the list of keys attached to this lease.
getKeysList() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
Keys is the list of keys attached to this lease.
getKeysList() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
Keys is the list of keys attached to this lease.
getKeysList() - Method in interface io.etcd.jetcd.api.LeaseTimeToLiveResponseOrBuilder
Keys is the list of keys attached to this lease.
getKeysOnly() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
keys_only when set returns only the keys and not the values.
getKeysOnly() - Method in class io.etcd.jetcd.api.RangeRequest
keys_only when set returns only the keys and not the values.
getKeysOnly() - Method in interface io.etcd.jetcd.api.RangeRequestOrBuilder
keys_only when set returns only the keys and not the values.
getKeyValue() - Method in class io.etcd.jetcd.watch.WatchEvent
 
getKv() - Method in class io.etcd.jetcd.api.Event.Builder
kv holds the KeyValue for the event.
getKv() - Method in class io.etcd.jetcd.api.Event
kv holds the KeyValue for the event.
getKv() - Method in interface io.etcd.jetcd.api.EventOrBuilder
kv holds the KeyValue for the event.
getKvBuilder() - Method in class io.etcd.jetcd.api.Event.Builder
kv holds the KeyValue for the event.
getKVClient() - Method in interface io.etcd.jetcd.Client
 
getKvOrBuilder() - Method in class io.etcd.jetcd.api.Event.Builder
kv holds the KeyValue for the event.
getKvOrBuilder() - Method in class io.etcd.jetcd.api.Event
kv holds the KeyValue for the event.
getKvOrBuilder() - Method in interface io.etcd.jetcd.api.EventOrBuilder
kv holds the KeyValue for the event.
getKvs(int) - Method in class io.etcd.jetcd.api.RangeResponse.Builder
kvs is the list of key-value pairs matched by the range request.
getKvs(int) - Method in class io.etcd.jetcd.api.RangeResponse
kvs is the list of key-value pairs matched by the range request.
getKvs(int) - Method in interface io.etcd.jetcd.api.RangeResponseOrBuilder
kvs is the list of key-value pairs matched by the range request.
getKvs() - Method in class io.etcd.jetcd.kv.GetResponse
return a list of key-value pairs matched by the range request.
getKvsBuilder(int) - Method in class io.etcd.jetcd.api.RangeResponse.Builder
kvs is the list of key-value pairs matched by the range request.
getKvsBuilderList() - Method in class io.etcd.jetcd.api.RangeResponse.Builder
kvs is the list of key-value pairs matched by the range request.
getKvsCount() - Method in class io.etcd.jetcd.api.RangeResponse.Builder
kvs is the list of key-value pairs matched by the range request.
getKvsCount() - Method in class io.etcd.jetcd.api.RangeResponse
kvs is the list of key-value pairs matched by the range request.
getKvsCount() - Method in interface io.etcd.jetcd.api.RangeResponseOrBuilder
kvs is the list of key-value pairs matched by the range request.
getKvsList() - Method in class io.etcd.jetcd.api.RangeResponse.Builder
kvs is the list of key-value pairs matched by the range request.
getKvsList() - Method in class io.etcd.jetcd.api.RangeResponse
kvs is the list of key-value pairs matched by the range request.
getKvsList() - Method in interface io.etcd.jetcd.api.RangeResponseOrBuilder
kvs is the list of key-value pairs matched by the range request.
getKvsOrBuilder(int) - Method in class io.etcd.jetcd.api.RangeResponse.Builder
kvs is the list of key-value pairs matched by the range request.
getKvsOrBuilder(int) - Method in class io.etcd.jetcd.api.RangeResponse
kvs is the list of key-value pairs matched by the range request.
getKvsOrBuilder(int) - Method in interface io.etcd.jetcd.api.RangeResponseOrBuilder
kvs is the list of key-value pairs matched by the range request.
getKvsOrBuilderList() - Method in class io.etcd.jetcd.api.RangeResponse.Builder
kvs is the list of key-value pairs matched by the range request.
getKvsOrBuilderList() - Method in class io.etcd.jetcd.api.RangeResponse
kvs is the list of key-value pairs matched by the range request.
getKvsOrBuilderList() - Method in interface io.etcd.jetcd.api.RangeResponseOrBuilder
kvs is the list of key-value pairs matched by the range request.
getLeader() - Method in class io.etcd.jetcd.api.StatusResponse.Builder
leader is the member ID which the responding member believes is the current leader.
getLeader() - Method in class io.etcd.jetcd.api.StatusResponse
leader is the member ID which the responding member believes is the current leader.
getLeader() - Method in interface io.etcd.jetcd.api.StatusResponseOrBuilder
leader is the member ID which the responding member believes is the current leader.
getLeader() - Method in class io.etcd.jetcd.maintenance.StatusResponse
return the the member ID which the responding member believes is the current leader.
getLease() - Method in class io.etcd.jetcd.api.KeyValue.Builder
lease is the ID of the lease that attached to key.
getLease() - Method in class io.etcd.jetcd.api.KeyValue
lease is the ID of the lease that attached to key.
getLease() - Method in interface io.etcd.jetcd.api.KeyValueOrBuilder
lease is the ID of the lease that attached to key.
getLease() - Method in class io.etcd.jetcd.api.lock.LockRequest.Builder
lease is the ID of the lease that will be attached to ownership of the lock.
getLease() - Method in class io.etcd.jetcd.api.lock.LockRequest
lease is the ID of the lease that will be attached to ownership of the lock.
getLease() - Method in interface io.etcd.jetcd.api.lock.LockRequestOrBuilder
lease is the ID of the lease that will be attached to ownership of the lock.
getLease() - Method in class io.etcd.jetcd.api.PutRequest.Builder
lease is the lease ID to associate with the key in the key-value store.
getLease() - Method in class io.etcd.jetcd.api.PutRequest
lease is the lease ID to associate with the key in the key-value store.
getLease() - Method in interface io.etcd.jetcd.api.PutRequestOrBuilder
lease is the lease ID to associate with the key in the key-value store.
getLease() - Method in class io.etcd.jetcd.KeyValue
 
getLeaseClient() - Method in interface io.etcd.jetcd.Client
 
getLeaseGrantMethod() - Static method in class io.etcd.jetcd.api.LeaseGrpc
 
getLeaseId() - Method in class io.etcd.jetcd.options.PutOption
Get the lease id.
getLeaseKeepAliveMethod() - Static method in class io.etcd.jetcd.api.LeaseGrpc
 
getLeaseRevokeMethod() - Static method in class io.etcd.jetcd.api.LeaseGrpc
 
getLeaseTimeToLiveMethod() - Static method in class io.etcd.jetcd.api.LeaseGrpc
 
getLimit() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
limit is a limit on the number of keys returned for the request.
getLimit() - Method in class io.etcd.jetcd.api.RangeRequest
limit is a limit on the number of keys returned for the request.
getLimit() - Method in interface io.etcd.jetcd.api.RangeRequestOrBuilder
limit is a limit on the number of keys returned for the request.
getLimit() - Method in class io.etcd.jetcd.options.GetOption
Get the maximum number of keys to return for a get request.
getLockClient() - Method in interface io.etcd.jetcd.Client
 
getLockMethod() - Static method in class io.etcd.jetcd.api.lock.LockGrpc
 
getMaintenanceClient() - Method in interface io.etcd.jetcd.Client
 
getMaxCreateRevision() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
max_create_revision is the upper bound for returned key create revisions; all keys with greater create revisions will be filtered away.
getMaxCreateRevision() - Method in class io.etcd.jetcd.api.RangeRequest
max_create_revision is the upper bound for returned key create revisions; all keys with greater create revisions will be filtered away.
getMaxCreateRevision() - Method in interface io.etcd.jetcd.api.RangeRequestOrBuilder
max_create_revision is the upper bound for returned key create revisions; all keys with greater create revisions will be filtered away.
getMaxModRevision() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
max_mod_revision is the upper bound for returned key mod revisions; all keys with greater mod revisions will be filtered away.
getMaxModRevision() - Method in class io.etcd.jetcd.api.RangeRequest
max_mod_revision is the upper bound for returned key mod revisions; all keys with greater mod revisions will be filtered away.
getMaxModRevision() - Method in interface io.etcd.jetcd.api.RangeRequestOrBuilder
max_mod_revision is the upper bound for returned key mod revisions; all keys with greater mod revisions will be filtered away.
getMember() - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
member is the member information for the added member.
getMember() - Method in class io.etcd.jetcd.api.MemberAddResponse
member is the member information for the added member.
getMember() - Method in interface io.etcd.jetcd.api.MemberAddResponseOrBuilder
member is the member information for the added member.
getMember() - Method in class io.etcd.jetcd.cluster.MemberAddResponse
returns the member information for the added member.
getMemberAddMethod() - Static method in class io.etcd.jetcd.api.ClusterGrpc
 
getMemberBuilder() - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
member is the member information for the added member.
getMemberID() - Method in class io.etcd.jetcd.api.AlarmMember.Builder
memberID is the ID of the member associated with the raised alarm.
getMemberID() - Method in class io.etcd.jetcd.api.AlarmMember
memberID is the ID of the member associated with the raised alarm.
getMemberID() - Method in interface io.etcd.jetcd.api.AlarmMemberOrBuilder
memberID is the ID of the member associated with the raised alarm.
getMemberID() - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
memberID is the ID of the member associated with the alarm.
getMemberID() - Method in class io.etcd.jetcd.api.AlarmRequest
memberID is the ID of the member associated with the alarm.
getMemberID() - Method in interface io.etcd.jetcd.api.AlarmRequestOrBuilder
memberID is the ID of the member associated with the alarm.
getMemberId() - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
member_id is the ID of the member which sent the response.
getMemberId() - Method in class io.etcd.jetcd.api.ResponseHeader
member_id is the ID of the member which sent the response.
getMemberId() - Method in interface io.etcd.jetcd.api.ResponseHeaderOrBuilder
member_id is the ID of the member which sent the response.
getMemberId() - Method in class io.etcd.jetcd.maintenance.AlarmMember
returns the ID of the member associated with the raised alarm.
getMemberId() - Method in interface io.etcd.jetcd.Response.Header
 
getMemberListMethod() - Static method in class io.etcd.jetcd.api.ClusterGrpc
 
getMemberOrBuilder() - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
member is the member information for the added member.
getMemberOrBuilder() - Method in class io.etcd.jetcd.api.MemberAddResponse
member is the member information for the added member.
getMemberOrBuilder() - Method in interface io.etcd.jetcd.api.MemberAddResponseOrBuilder
member is the member information for the added member.
getMemberRemoveMethod() - Static method in class io.etcd.jetcd.api.ClusterGrpc
 
getMembers(int) - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
members is a list of all members after adding the new member.
getMembers(int) - Method in class io.etcd.jetcd.api.MemberAddResponse
members is a list of all members after adding the new member.
getMembers(int) - Method in interface io.etcd.jetcd.api.MemberAddResponseOrBuilder
members is a list of all members after adding the new member.
getMembers(int) - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
members is a list of all members associated with the cluster.
getMembers(int) - Method in class io.etcd.jetcd.api.MemberListResponse
members is a list of all members associated with the cluster.
getMembers(int) - Method in interface io.etcd.jetcd.api.MemberListResponseOrBuilder
members is a list of all members associated with the cluster.
getMembers(int) - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
members is a list of all members after removing the member.
getMembers(int) - Method in class io.etcd.jetcd.api.MemberRemoveResponse
members is a list of all members after removing the member.
getMembers(int) - Method in interface io.etcd.jetcd.api.MemberRemoveResponseOrBuilder
members is a list of all members after removing the member.
getMembers(int) - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
members is a list of all members after updating the member.
getMembers(int) - Method in class io.etcd.jetcd.api.MemberUpdateResponse
members is a list of all members after updating the member.
getMembers(int) - Method in interface io.etcd.jetcd.api.MemberUpdateResponseOrBuilder
members is a list of all members after updating the member.
getMembers() - Method in class io.etcd.jetcd.cluster.MemberAddResponse
returns a list of all members after adding the new member.
getMembers() - Method in class io.etcd.jetcd.cluster.MemberListResponse
returns a list of members.
getMembers() - Method in class io.etcd.jetcd.cluster.MemberRemoveResponse
returns a list of all members after removing the member.
getMembers() - Method in class io.etcd.jetcd.cluster.MemberUpdateResponse
returns a list of all members after updating the member.
getMembersBuilder(int) - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
members is a list of all members after adding the new member.
getMembersBuilder(int) - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
members is a list of all members associated with the cluster.
getMembersBuilder(int) - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
members is a list of all members after removing the member.
getMembersBuilder(int) - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
members is a list of all members after updating the member.
getMembersBuilderList() - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
members is a list of all members after adding the new member.
getMembersBuilderList() - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
members is a list of all members associated with the cluster.
getMembersBuilderList() - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
members is a list of all members after removing the member.
getMembersBuilderList() - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
members is a list of all members after updating the member.
getMembersCount() - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
members is a list of all members after adding the new member.
getMembersCount() - Method in class io.etcd.jetcd.api.MemberAddResponse
members is a list of all members after adding the new member.
getMembersCount() - Method in interface io.etcd.jetcd.api.MemberAddResponseOrBuilder
members is a list of all members after adding the new member.
getMembersCount() - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
members is a list of all members associated with the cluster.
getMembersCount() - Method in class io.etcd.jetcd.api.MemberListResponse
members is a list of all members associated with the cluster.
getMembersCount() - Method in interface io.etcd.jetcd.api.MemberListResponseOrBuilder
members is a list of all members associated with the cluster.
getMembersCount() - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
members is a list of all members after removing the member.
getMembersCount() - Method in class io.etcd.jetcd.api.MemberRemoveResponse
members is a list of all members after removing the member.
getMembersCount() - Method in interface io.etcd.jetcd.api.MemberRemoveResponseOrBuilder
members is a list of all members after removing the member.
getMembersCount() - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
members is a list of all members after updating the member.
getMembersCount() - Method in class io.etcd.jetcd.api.MemberUpdateResponse
members is a list of all members after updating the member.
getMembersCount() - Method in interface io.etcd.jetcd.api.MemberUpdateResponseOrBuilder
members is a list of all members after updating the member.
getMembersList() - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
members is a list of all members after adding the new member.
getMembersList() - Method in class io.etcd.jetcd.api.MemberAddResponse
members is a list of all members after adding the new member.
getMembersList() - Method in interface io.etcd.jetcd.api.MemberAddResponseOrBuilder
members is a list of all members after adding the new member.
getMembersList() - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
members is a list of all members associated with the cluster.
getMembersList() - Method in class io.etcd.jetcd.api.MemberListResponse
members is a list of all members associated with the cluster.
getMembersList() - Method in interface io.etcd.jetcd.api.MemberListResponseOrBuilder
members is a list of all members associated with the cluster.
getMembersList() - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
members is a list of all members after removing the member.
getMembersList() - Method in class io.etcd.jetcd.api.MemberRemoveResponse
members is a list of all members after removing the member.
getMembersList() - Method in interface io.etcd.jetcd.api.MemberRemoveResponseOrBuilder
members is a list of all members after removing the member.
getMembersList() - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
members is a list of all members after updating the member.
getMembersList() - Method in class io.etcd.jetcd.api.MemberUpdateResponse
members is a list of all members after updating the member.
getMembersList() - Method in interface io.etcd.jetcd.api.MemberUpdateResponseOrBuilder
members is a list of all members after updating the member.
getMembersOrBuilder(int) - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
members is a list of all members after adding the new member.
getMembersOrBuilder(int) - Method in class io.etcd.jetcd.api.MemberAddResponse
members is a list of all members after adding the new member.
getMembersOrBuilder(int) - Method in interface io.etcd.jetcd.api.MemberAddResponseOrBuilder
members is a list of all members after adding the new member.
getMembersOrBuilder(int) - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
members is a list of all members associated with the cluster.
getMembersOrBuilder(int) - Method in class io.etcd.jetcd.api.MemberListResponse
members is a list of all members associated with the cluster.
getMembersOrBuilder(int) - Method in interface io.etcd.jetcd.api.MemberListResponseOrBuilder
members is a list of all members associated with the cluster.
getMembersOrBuilder(int) - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
members is a list of all members after removing the member.
getMembersOrBuilder(int) - Method in class io.etcd.jetcd.api.MemberRemoveResponse
members is a list of all members after removing the member.
getMembersOrBuilder(int) - Method in interface io.etcd.jetcd.api.MemberRemoveResponseOrBuilder
members is a list of all members after removing the member.
getMembersOrBuilder(int) - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
members is a list of all members after updating the member.
getMembersOrBuilder(int) - Method in class io.etcd.jetcd.api.MemberUpdateResponse
members is a list of all members after updating the member.
getMembersOrBuilder(int) - Method in interface io.etcd.jetcd.api.MemberUpdateResponseOrBuilder
members is a list of all members after updating the member.
getMembersOrBuilderList() - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
members is a list of all members after adding the new member.
getMembersOrBuilderList() - Method in class io.etcd.jetcd.api.MemberAddResponse
members is a list of all members after adding the new member.
getMembersOrBuilderList() - Method in interface io.etcd.jetcd.api.MemberAddResponseOrBuilder
members is a list of all members after adding the new member.
getMembersOrBuilderList() - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
members is a list of all members associated with the cluster.
getMembersOrBuilderList() - Method in class io.etcd.jetcd.api.MemberListResponse
members is a list of all members associated with the cluster.
getMembersOrBuilderList() - Method in interface io.etcd.jetcd.api.MemberListResponseOrBuilder
members is a list of all members associated with the cluster.
getMembersOrBuilderList() - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
members is a list of all members after removing the member.
getMembersOrBuilderList() - Method in class io.etcd.jetcd.api.MemberRemoveResponse
members is a list of all members after removing the member.
getMembersOrBuilderList() - Method in interface io.etcd.jetcd.api.MemberRemoveResponseOrBuilder
members is a list of all members after removing the member.
getMembersOrBuilderList() - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
members is a list of all members after updating the member.
getMembersOrBuilderList() - Method in class io.etcd.jetcd.api.MemberUpdateResponse
members is a list of all members after updating the member.
getMembersOrBuilderList() - Method in interface io.etcd.jetcd.api.MemberUpdateResponseOrBuilder
members is a list of all members after updating the member.
getMemberUpdateMethod() - Static method in class io.etcd.jetcd.api.ClusterGrpc
 
getMinCreateRevision() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
min_create_revision is the lower bound for returned key create revisions; all keys with lesser create trevisions will be filtered away.
getMinCreateRevision() - Method in class io.etcd.jetcd.api.RangeRequest
min_create_revision is the lower bound for returned key create revisions; all keys with lesser create trevisions will be filtered away.
getMinCreateRevision() - Method in interface io.etcd.jetcd.api.RangeRequestOrBuilder
min_create_revision is the lower bound for returned key create revisions; all keys with lesser create trevisions will be filtered away.
getMinModRevision() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
min_mod_revision is the lower bound for returned key mod revisions; all keys with lesser mod revisions will be filtered away.
getMinModRevision() - Method in class io.etcd.jetcd.api.RangeRequest
min_mod_revision is the lower bound for returned key mod revisions; all keys with lesser mod revisions will be filtered away.
getMinModRevision() - Method in interface io.etcd.jetcd.api.RangeRequestOrBuilder
min_mod_revision is the lower bound for returned key mod revisions; all keys with lesser mod revisions will be filtered away.
getModRevision() - Method in class io.etcd.jetcd.api.Compare.Builder
mod_revision is the last modified revision of the given key.
getModRevision() - Method in class io.etcd.jetcd.api.Compare
mod_revision is the last modified revision of the given key.
getModRevision() - Method in interface io.etcd.jetcd.api.CompareOrBuilder
mod_revision is the last modified revision of the given key.
getModRevision() - Method in class io.etcd.jetcd.api.KeyValue.Builder
mod_revision is the revision of last modification on this key.
getModRevision() - Method in class io.etcd.jetcd.api.KeyValue
mod_revision is the revision of last modification on this key.
getModRevision() - Method in interface io.etcd.jetcd.api.KeyValueOrBuilder
mod_revision is the revision of last modification on this key.
getModRevision() - Method in class io.etcd.jetcd.KeyValue
 
getMore() - Method in class io.etcd.jetcd.api.RangeResponse.Builder
more indicates if there are more keys to return in the requested range.
getMore() - Method in class io.etcd.jetcd.api.RangeResponse
more indicates if there are more keys to return in the requested range.
getMore() - Method in interface io.etcd.jetcd.api.RangeResponseOrBuilder
more indicates if there are more keys to return in the requested range.
getMoveLeaderMethod() - Static method in class io.etcd.jetcd.api.MaintenanceGrpc
 
getName() - Method in class io.etcd.jetcd.api.AuthenticateRequest.Builder
string name = 1;
getName() - Method in class io.etcd.jetcd.api.AuthenticateRequest
string name = 1;
getName() - Method in interface io.etcd.jetcd.api.AuthenticateRequestOrBuilder
string name = 1;
getName() - Method in class io.etcd.jetcd.api.AuthRoleAddRequest.Builder
name is the name of the role to add to the authentication system.
getName() - Method in class io.etcd.jetcd.api.AuthRoleAddRequest
name is the name of the role to add to the authentication system.
getName() - Method in interface io.etcd.jetcd.api.AuthRoleAddRequestOrBuilder
name is the name of the role to add to the authentication system.
getName() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
name is the name of the role which will be granted the permission.
getName() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
name is the name of the role which will be granted the permission.
getName() - Method in interface io.etcd.jetcd.api.AuthRoleGrantPermissionRequestOrBuilder
name is the name of the role which will be granted the permission.
getName() - Method in class io.etcd.jetcd.api.AuthUserAddRequest.Builder
string name = 1;
getName() - Method in class io.etcd.jetcd.api.AuthUserAddRequest
string name = 1;
getName() - Method in interface io.etcd.jetcd.api.AuthUserAddRequestOrBuilder
string name = 1;
getName() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest.Builder
name is the name of the user whose password is being changed.
getName() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
name is the name of the user whose password is being changed.
getName() - Method in interface io.etcd.jetcd.api.AuthUserChangePasswordRequestOrBuilder
name is the name of the user whose password is being changed.
getName() - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest.Builder
name is the name of the user to delete.
getName() - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest
name is the name of the user to delete.
getName() - Method in interface io.etcd.jetcd.api.AuthUserDeleteRequestOrBuilder
name is the name of the user to delete.
getName() - Method in class io.etcd.jetcd.api.AuthUserGetRequest.Builder
string name = 1;
getName() - Method in class io.etcd.jetcd.api.AuthUserGetRequest
string name = 1;
getName() - Method in interface io.etcd.jetcd.api.AuthUserGetRequestOrBuilder
string name = 1;
getName() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest.Builder
string name = 1;
getName() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
string name = 1;
getName() - Method in interface io.etcd.jetcd.api.AuthUserRevokeRoleRequestOrBuilder
string name = 1;
getName() - Method in class io.etcd.jetcd.api.lock.LockRequest.Builder
name is the identifier for the distributed shared lock to be acquired.
getName() - Method in class io.etcd.jetcd.api.lock.LockRequest
name is the identifier for the distributed shared lock to be acquired.
getName() - Method in interface io.etcd.jetcd.api.lock.LockRequestOrBuilder
name is the identifier for the distributed shared lock to be acquired.
getName() - Method in class io.etcd.jetcd.api.Member.Builder
name is the human-readable name of the member.
getName() - Method in class io.etcd.jetcd.api.Member
name is the human-readable name of the member.
getName() - Method in interface io.etcd.jetcd.api.MemberOrBuilder
name is the human-readable name of the member.
getName() - Method in class io.etcd.jetcd.api.Role.Builder
bytes name = 1;
getName() - Method in class io.etcd.jetcd.api.Role
bytes name = 1;
getName() - Method in interface io.etcd.jetcd.api.RoleOrBuilder
bytes name = 1;
getName() - Method in class io.etcd.jetcd.api.User.Builder
bytes name = 1;
getName() - Method in class io.etcd.jetcd.api.User
bytes name = 1;
getName() - Method in interface io.etcd.jetcd.api.UserOrBuilder
bytes name = 1;
getName() - Method in class io.etcd.jetcd.cluster.Member
returns the human-readable name of the member.
getNameBytes() - Method in class io.etcd.jetcd.api.AuthenticateRequest.Builder
string name = 1;
getNameBytes() - Method in class io.etcd.jetcd.api.AuthenticateRequest
string name = 1;
getNameBytes() - Method in interface io.etcd.jetcd.api.AuthenticateRequestOrBuilder
string name = 1;
getNameBytes() - Method in class io.etcd.jetcd.api.AuthRoleAddRequest.Builder
name is the name of the role to add to the authentication system.
getNameBytes() - Method in class io.etcd.jetcd.api.AuthRoleAddRequest
name is the name of the role to add to the authentication system.
getNameBytes() - Method in interface io.etcd.jetcd.api.AuthRoleAddRequestOrBuilder
name is the name of the role to add to the authentication system.
getNameBytes() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
name is the name of the role which will be granted the permission.
getNameBytes() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
name is the name of the role which will be granted the permission.
getNameBytes() - Method in interface io.etcd.jetcd.api.AuthRoleGrantPermissionRequestOrBuilder
name is the name of the role which will be granted the permission.
getNameBytes() - Method in class io.etcd.jetcd.api.AuthUserAddRequest.Builder
string name = 1;
getNameBytes() - Method in class io.etcd.jetcd.api.AuthUserAddRequest
string name = 1;
getNameBytes() - Method in interface io.etcd.jetcd.api.AuthUserAddRequestOrBuilder
string name = 1;
getNameBytes() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest.Builder
name is the name of the user whose password is being changed.
getNameBytes() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
name is the name of the user whose password is being changed.
getNameBytes() - Method in interface io.etcd.jetcd.api.AuthUserChangePasswordRequestOrBuilder
name is the name of the user whose password is being changed.
getNameBytes() - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest.Builder
name is the name of the user to delete.
getNameBytes() - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest
name is the name of the user to delete.
getNameBytes() - Method in interface io.etcd.jetcd.api.AuthUserDeleteRequestOrBuilder
name is the name of the user to delete.
getNameBytes() - Method in class io.etcd.jetcd.api.AuthUserGetRequest.Builder
string name = 1;
getNameBytes() - Method in class io.etcd.jetcd.api.AuthUserGetRequest
string name = 1;
getNameBytes() - Method in interface io.etcd.jetcd.api.AuthUserGetRequestOrBuilder
string name = 1;
getNameBytes() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest.Builder
string name = 1;
getNameBytes() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
string name = 1;
getNameBytes() - Method in interface io.etcd.jetcd.api.AuthUserRevokeRoleRequestOrBuilder
string name = 1;
getNameBytes() - Method in class io.etcd.jetcd.api.Member.Builder
name is the human-readable name of the member.
getNameBytes() - Method in class io.etcd.jetcd.api.Member
name is the human-readable name of the member.
getNameBytes() - Method in interface io.etcd.jetcd.api.MemberOrBuilder
name is the human-readable name of the member.
getNumber() - Method in enum io.etcd.jetcd.api.AlarmRequest.AlarmAction
 
getNumber() - Method in enum io.etcd.jetcd.api.AlarmType
 
getNumber() - Method in enum io.etcd.jetcd.api.Compare.CompareResult
 
getNumber() - Method in enum io.etcd.jetcd.api.Compare.CompareTarget
 
getNumber() - Method in enum io.etcd.jetcd.api.Compare.TargetUnionCase
 
getNumber() - Method in enum io.etcd.jetcd.api.Event.EventType
 
getNumber() - Method in enum io.etcd.jetcd.api.Permission.Type
 
getNumber() - Method in enum io.etcd.jetcd.api.RangeRequest.SortOrder
 
getNumber() - Method in enum io.etcd.jetcd.api.RangeRequest.SortTarget
 
getNumber() - Method in enum io.etcd.jetcd.api.RequestOp.RequestCase
 
getNumber() - Method in enum io.etcd.jetcd.api.ResponseOp.ResponseCase
 
getNumber() - Method in enum io.etcd.jetcd.api.WatchCreateRequest.FilterType
 
getNumber() - Method in enum io.etcd.jetcd.api.WatchRequest.RequestUnionCase
 
GetOp(ByteString, GetOption) - Constructor for class io.etcd.jetcd.op.Op.GetOp
 
GetOption - Class in io.etcd.jetcd.options
The option for get operation.
GetOption.Builder - Class in io.etcd.jetcd.options
 
GetOption.SortOrder - Enum in io.etcd.jetcd.options
 
GetOption.SortTarget - Enum in io.etcd.jetcd.options
 
getParserForType() - Method in class io.etcd.jetcd.api.AlarmMember
 
getParserForType() - Method in class io.etcd.jetcd.api.AlarmRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.AlarmResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthDisableRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthDisableResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthEnableRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthEnableResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthenticateRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthenticateResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthRoleAddRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthRoleAddResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthRoleGetRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthRoleListRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthRoleListResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthUserAddRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthUserAddResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthUserGetRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthUserGetResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthUserListRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthUserListResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.CompactionRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.CompactionResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.Compare
 
getParserForType() - Method in class io.etcd.jetcd.api.DefragmentRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.DefragmentResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.DeleteRangeRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.DeleteRangeResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.Event
 
getParserForType() - Method in class io.etcd.jetcd.api.HashKVRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.HashKVResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.HashRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.HashResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.KeyValue
 
getParserForType() - Method in class io.etcd.jetcd.api.LeaseGrantRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.LeaseGrantResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.LeaseRevokeRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.LeaseRevokeResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.lock.LockRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.lock.LockResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.lock.UnlockRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.lock.UnlockResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.Member
 
getParserForType() - Method in class io.etcd.jetcd.api.MemberAddRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.MemberAddResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.MemberListRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.MemberListResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.MemberRemoveRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.MemberRemoveResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.MemberUpdateRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.MemberUpdateResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.MoveLeaderRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.MoveLeaderResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.Permission
 
getParserForType() - Method in class io.etcd.jetcd.api.PutRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.PutResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.RangeRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.RangeResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.RequestOp
 
getParserForType() - Method in class io.etcd.jetcd.api.ResponseHeader
 
getParserForType() - Method in class io.etcd.jetcd.api.ResponseOp
 
getParserForType() - Method in class io.etcd.jetcd.api.Role
 
getParserForType() - Method in class io.etcd.jetcd.api.SnapshotRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.SnapshotResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.StatusRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.StatusResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.TxnRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.TxnResponse
 
getParserForType() - Method in class io.etcd.jetcd.api.User
 
getParserForType() - Method in class io.etcd.jetcd.api.WatchCancelRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.WatchCreateRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.WatchRequest
 
getParserForType() - Method in class io.etcd.jetcd.api.WatchResponse
 
getPassword() - Method in class io.etcd.jetcd.api.AuthenticateRequest.Builder
string password = 2;
getPassword() - Method in class io.etcd.jetcd.api.AuthenticateRequest
string password = 2;
getPassword() - Method in interface io.etcd.jetcd.api.AuthenticateRequestOrBuilder
string password = 2;
getPassword() - Method in class io.etcd.jetcd.api.AuthUserAddRequest.Builder
string password = 2;
getPassword() - Method in class io.etcd.jetcd.api.AuthUserAddRequest
string password = 2;
getPassword() - Method in interface io.etcd.jetcd.api.AuthUserAddRequestOrBuilder
string password = 2;
getPassword() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest.Builder
password is the new password for the user.
getPassword() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
password is the new password for the user.
getPassword() - Method in interface io.etcd.jetcd.api.AuthUserChangePasswordRequestOrBuilder
password is the new password for the user.
getPassword() - Method in class io.etcd.jetcd.api.User.Builder
bytes password = 2;
getPassword() - Method in class io.etcd.jetcd.api.User
bytes password = 2;
getPassword() - Method in interface io.etcd.jetcd.api.UserOrBuilder
bytes password = 2;
getPasswordBytes() - Method in class io.etcd.jetcd.api.AuthenticateRequest.Builder
string password = 2;
getPasswordBytes() - Method in class io.etcd.jetcd.api.AuthenticateRequest
string password = 2;
getPasswordBytes() - Method in interface io.etcd.jetcd.api.AuthenticateRequestOrBuilder
string password = 2;
getPasswordBytes() - Method in class io.etcd.jetcd.api.AuthUserAddRequest.Builder
string password = 2;
getPasswordBytes() - Method in class io.etcd.jetcd.api.AuthUserAddRequest
string password = 2;
getPasswordBytes() - Method in interface io.etcd.jetcd.api.AuthUserAddRequestOrBuilder
string password = 2;
getPasswordBytes() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest.Builder
password is the new password for the user.
getPasswordBytes() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
password is the new password for the user.
getPasswordBytes() - Method in interface io.etcd.jetcd.api.AuthUserChangePasswordRequestOrBuilder
password is the new password for the user.
getPeerURIs() - Method in class io.etcd.jetcd.cluster.Member
returns the list of URLs the member exposes to the cluster for communication.
getPeerURLs(int) - Method in class io.etcd.jetcd.api.Member.Builder
peerURLs is the list of URLs the member exposes to the cluster for communication.
getPeerURLs(int) - Method in class io.etcd.jetcd.api.Member
peerURLs is the list of URLs the member exposes to the cluster for communication.
getPeerURLs(int) - Method in class io.etcd.jetcd.api.MemberAddRequest.Builder
peerURLs is the list of URLs the added member will use to communicate with the cluster.
getPeerURLs(int) - Method in class io.etcd.jetcd.api.MemberAddRequest
peerURLs is the list of URLs the added member will use to communicate with the cluster.
getPeerURLs(int) - Method in interface io.etcd.jetcd.api.MemberAddRequestOrBuilder
peerURLs is the list of URLs the added member will use to communicate with the cluster.
getPeerURLs(int) - Method in interface io.etcd.jetcd.api.MemberOrBuilder
peerURLs is the list of URLs the member exposes to the cluster for communication.
getPeerURLs(int) - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
peerURLs is the new list of URLs the member will use to communicate with the cluster.
getPeerURLs(int) - Method in class io.etcd.jetcd.api.MemberUpdateRequest
peerURLs is the new list of URLs the member will use to communicate with the cluster.
getPeerURLs(int) - Method in interface io.etcd.jetcd.api.MemberUpdateRequestOrBuilder
peerURLs is the new list of URLs the member will use to communicate with the cluster.
getPeerURLsBytes(int) - Method in class io.etcd.jetcd.api.Member.Builder
peerURLs is the list of URLs the member exposes to the cluster for communication.
getPeerURLsBytes(int) - Method in class io.etcd.jetcd.api.Member
peerURLs is the list of URLs the member exposes to the cluster for communication.
getPeerURLsBytes(int) - Method in class io.etcd.jetcd.api.MemberAddRequest.Builder
peerURLs is the list of URLs the added member will use to communicate with the cluster.
getPeerURLsBytes(int) - Method in class io.etcd.jetcd.api.MemberAddRequest
peerURLs is the list of URLs the added member will use to communicate with the cluster.
getPeerURLsBytes(int) - Method in interface io.etcd.jetcd.api.MemberAddRequestOrBuilder
peerURLs is the list of URLs the added member will use to communicate with the cluster.
getPeerURLsBytes(int) - Method in interface io.etcd.jetcd.api.MemberOrBuilder
peerURLs is the list of URLs the member exposes to the cluster for communication.
getPeerURLsBytes(int) - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
peerURLs is the new list of URLs the member will use to communicate with the cluster.
getPeerURLsBytes(int) - Method in class io.etcd.jetcd.api.MemberUpdateRequest
peerURLs is the new list of URLs the member will use to communicate with the cluster.
getPeerURLsBytes(int) - Method in interface io.etcd.jetcd.api.MemberUpdateRequestOrBuilder
peerURLs is the new list of URLs the member will use to communicate with the cluster.
getPeerURLsCount() - Method in class io.etcd.jetcd.api.Member.Builder
peerURLs is the list of URLs the member exposes to the cluster for communication.
getPeerURLsCount() - Method in class io.etcd.jetcd.api.Member
peerURLs is the list of URLs the member exposes to the cluster for communication.
getPeerURLsCount() - Method in class io.etcd.jetcd.api.MemberAddRequest.Builder
peerURLs is the list of URLs the added member will use to communicate with the cluster.
getPeerURLsCount() - Method in class io.etcd.jetcd.api.MemberAddRequest
peerURLs is the list of URLs the added member will use to communicate with the cluster.
getPeerURLsCount() - Method in interface io.etcd.jetcd.api.MemberAddRequestOrBuilder
peerURLs is the list of URLs the added member will use to communicate with the cluster.
getPeerURLsCount() - Method in interface io.etcd.jetcd.api.MemberOrBuilder
peerURLs is the list of URLs the member exposes to the cluster for communication.
getPeerURLsCount() - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
peerURLs is the new list of URLs the member will use to communicate with the cluster.
getPeerURLsCount() - Method in class io.etcd.jetcd.api.MemberUpdateRequest
peerURLs is the new list of URLs the member will use to communicate with the cluster.
getPeerURLsCount() - Method in interface io.etcd.jetcd.api.MemberUpdateRequestOrBuilder
peerURLs is the new list of URLs the member will use to communicate with the cluster.
getPeerURLsList() - Method in class io.etcd.jetcd.api.Member.Builder
peerURLs is the list of URLs the member exposes to the cluster for communication.
getPeerURLsList() - Method in class io.etcd.jetcd.api.Member
peerURLs is the list of URLs the member exposes to the cluster for communication.
getPeerURLsList() - Method in class io.etcd.jetcd.api.MemberAddRequest.Builder
peerURLs is the list of URLs the added member will use to communicate with the cluster.
getPeerURLsList() - Method in class io.etcd.jetcd.api.MemberAddRequest
peerURLs is the list of URLs the added member will use to communicate with the cluster.
getPeerURLsList() - Method in interface io.etcd.jetcd.api.MemberAddRequestOrBuilder
peerURLs is the list of URLs the added member will use to communicate with the cluster.
getPeerURLsList() - Method in interface io.etcd.jetcd.api.MemberOrBuilder
peerURLs is the list of URLs the member exposes to the cluster for communication.
getPeerURLsList() - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
peerURLs is the new list of URLs the member will use to communicate with the cluster.
getPeerURLsList() - Method in class io.etcd.jetcd.api.MemberUpdateRequest
peerURLs is the new list of URLs the member will use to communicate with the cluster.
getPeerURLsList() - Method in interface io.etcd.jetcd.api.MemberUpdateRequestOrBuilder
peerURLs is the new list of URLs the member will use to communicate with the cluster.
getPerm(int) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
repeated .authpb.Permission perm = 2;
getPerm(int) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse
repeated .authpb.Permission perm = 2;
getPerm(int) - Method in interface io.etcd.jetcd.api.AuthRoleGetResponseOrBuilder
repeated .authpb.Permission perm = 2;
getPerm() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
perm is the permission to grant to the role.
getPerm() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
perm is the permission to grant to the role.
getPerm() - Method in interface io.etcd.jetcd.api.AuthRoleGrantPermissionRequestOrBuilder
perm is the permission to grant to the role.
getPermBuilder(int) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
repeated .authpb.Permission perm = 2;
getPermBuilder() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
perm is the permission to grant to the role.
getPermBuilderList() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
repeated .authpb.Permission perm = 2;
getPermCount() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
repeated .authpb.Permission perm = 2;
getPermCount() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse
repeated .authpb.Permission perm = 2;
getPermCount() - Method in interface io.etcd.jetcd.api.AuthRoleGetResponseOrBuilder
repeated .authpb.Permission perm = 2;
getPermissions() - Method in class io.etcd.jetcd.auth.AuthRoleGetResponse
 
getPermList() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
repeated .authpb.Permission perm = 2;
getPermList() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse
repeated .authpb.Permission perm = 2;
getPermList() - Method in interface io.etcd.jetcd.api.AuthRoleGetResponseOrBuilder
repeated .authpb.Permission perm = 2;
getPermOrBuilder(int) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
repeated .authpb.Permission perm = 2;
getPermOrBuilder(int) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse
repeated .authpb.Permission perm = 2;
getPermOrBuilder(int) - Method in interface io.etcd.jetcd.api.AuthRoleGetResponseOrBuilder
repeated .authpb.Permission perm = 2;
getPermOrBuilder() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
perm is the permission to grant to the role.
getPermOrBuilder() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
perm is the permission to grant to the role.
getPermOrBuilder() - Method in interface io.etcd.jetcd.api.AuthRoleGrantPermissionRequestOrBuilder
perm is the permission to grant to the role.
getPermOrBuilderList() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
repeated .authpb.Permission perm = 2;
getPermOrBuilderList() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse
repeated .authpb.Permission perm = 2;
getPermOrBuilderList() - Method in interface io.etcd.jetcd.api.AuthRoleGetResponseOrBuilder
repeated .authpb.Permission perm = 2;
getPermType() - Method in class io.etcd.jetcd.api.Permission.Builder
.authpb.Permission.Type permType = 1;
getPermType() - Method in class io.etcd.jetcd.api.Permission
.authpb.Permission.Type permType = 1;
getPermType() - Method in interface io.etcd.jetcd.api.PermissionOrBuilder
.authpb.Permission.Type permType = 1;
getPermType() - Method in class io.etcd.jetcd.auth.Permission
returns the type of Permission: READ, WRITE, READWRITE, or UNRECOGNIZED.
getPermTypeValue() - Method in class io.etcd.jetcd.api.Permission.Builder
.authpb.Permission.Type permType = 1;
getPermTypeValue() - Method in class io.etcd.jetcd.api.Permission
.authpb.Permission.Type permType = 1;
getPermTypeValue() - Method in interface io.etcd.jetcd.api.PermissionOrBuilder
.authpb.Permission.Type permType = 1;
getPhysical() - Method in class io.etcd.jetcd.api.CompactionRequest.Builder
physical is set so the RPC will wait until the compaction is physically applied to the local database such that compacted entries are totally removed from the backend database.
getPhysical() - Method in class io.etcd.jetcd.api.CompactionRequest
physical is set so the RPC will wait until the compaction is physically applied to the local database such that compacted entries are totally removed from the backend database.
getPhysical() - Method in interface io.etcd.jetcd.api.CompactionRequestOrBuilder
physical is set so the RPC will wait until the compaction is physically applied to the local database such that compacted entries are totally removed from the backend database.
getPrevKv() - Method in class io.etcd.jetcd.api.DeleteRangeRequest.Builder
If prev_kv is set, etcd gets the previous key-value pairs before deleting it.
getPrevKv() - Method in class io.etcd.jetcd.api.DeleteRangeRequest
If prev_kv is set, etcd gets the previous key-value pairs before deleting it.
getPrevKv() - Method in interface io.etcd.jetcd.api.DeleteRangeRequestOrBuilder
If prev_kv is set, etcd gets the previous key-value pairs before deleting it.
getPrevKv() - Method in class io.etcd.jetcd.api.Event.Builder
prev_kv holds the key-value pair before the event happens.
getPrevKv() - Method in class io.etcd.jetcd.api.Event
prev_kv holds the key-value pair before the event happens.
getPrevKv() - Method in interface io.etcd.jetcd.api.EventOrBuilder
prev_kv holds the key-value pair before the event happens.
getPrevKv() - Method in class io.etcd.jetcd.api.PutRequest.Builder
If prev_kv is set, etcd gets the previous key-value pair before changing it.
getPrevKv() - Method in class io.etcd.jetcd.api.PutRequest
If prev_kv is set, etcd gets the previous key-value pair before changing it.
getPrevKv() - Method in interface io.etcd.jetcd.api.PutRequestOrBuilder
If prev_kv is set, etcd gets the previous key-value pair before changing it.
getPrevKv() - Method in class io.etcd.jetcd.api.PutResponse.Builder
if prev_kv is set in the request, the previous key-value pair will be returned.
getPrevKv() - Method in class io.etcd.jetcd.api.PutResponse
if prev_kv is set in the request, the previous key-value pair will be returned.
getPrevKv() - Method in interface io.etcd.jetcd.api.PutResponseOrBuilder
if prev_kv is set in the request, the previous key-value pair will be returned.
getPrevKv() - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
If prev_kv is set, created watcher gets the previous KV before the event happens.
getPrevKv() - Method in class io.etcd.jetcd.api.WatchCreateRequest
If prev_kv is set, created watcher gets the previous KV before the event happens.
getPrevKv() - Method in interface io.etcd.jetcd.api.WatchCreateRequestOrBuilder
If prev_kv is set, created watcher gets the previous KV before the event happens.
getPrevKv() - Method in class io.etcd.jetcd.kv.PutResponse
return previous key-value pair.
getPrevKV() - Method in class io.etcd.jetcd.options.PutOption
Get the previous KV.
getPrevKV() - Method in class io.etcd.jetcd.watch.WatchEvent
 
getPrevKvBuilder() - Method in class io.etcd.jetcd.api.Event.Builder
prev_kv holds the key-value pair before the event happens.
getPrevKvBuilder() - Method in class io.etcd.jetcd.api.PutResponse.Builder
if prev_kv is set in the request, the previous key-value pair will be returned.
getPrevKvOrBuilder() - Method in class io.etcd.jetcd.api.Event.Builder
prev_kv holds the key-value pair before the event happens.
getPrevKvOrBuilder() - Method in class io.etcd.jetcd.api.Event
prev_kv holds the key-value pair before the event happens.
getPrevKvOrBuilder() - Method in interface io.etcd.jetcd.api.EventOrBuilder
prev_kv holds the key-value pair before the event happens.
getPrevKvOrBuilder() - Method in class io.etcd.jetcd.api.PutResponse.Builder
if prev_kv is set in the request, the previous key-value pair will be returned.
getPrevKvOrBuilder() - Method in class io.etcd.jetcd.api.PutResponse
if prev_kv is set in the request, the previous key-value pair will be returned.
getPrevKvOrBuilder() - Method in interface io.etcd.jetcd.api.PutResponseOrBuilder
if prev_kv is set in the request, the previous key-value pair will be returned.
getPrevKvs(int) - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
if prev_kv is set in the request, the previous key-value pairs will be returned.
getPrevKvs(int) - Method in class io.etcd.jetcd.api.DeleteRangeResponse
if prev_kv is set in the request, the previous key-value pairs will be returned.
getPrevKvs(int) - Method in interface io.etcd.jetcd.api.DeleteRangeResponseOrBuilder
if prev_kv is set in the request, the previous key-value pairs will be returned.
getPrevKvs() - Method in class io.etcd.jetcd.kv.DeleteResponse
return previous key-value pairs.
getPrevKvsBuilder(int) - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
if prev_kv is set in the request, the previous key-value pairs will be returned.
getPrevKvsBuilderList() - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
if prev_kv is set in the request, the previous key-value pairs will be returned.
getPrevKvsCount() - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
if prev_kv is set in the request, the previous key-value pairs will be returned.
getPrevKvsCount() - Method in class io.etcd.jetcd.api.DeleteRangeResponse
if prev_kv is set in the request, the previous key-value pairs will be returned.
getPrevKvsCount() - Method in interface io.etcd.jetcd.api.DeleteRangeResponseOrBuilder
if prev_kv is set in the request, the previous key-value pairs will be returned.
getPrevKvsList() - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
if prev_kv is set in the request, the previous key-value pairs will be returned.
getPrevKvsList() - Method in class io.etcd.jetcd.api.DeleteRangeResponse
if prev_kv is set in the request, the previous key-value pairs will be returned.
getPrevKvsList() - Method in interface io.etcd.jetcd.api.DeleteRangeResponseOrBuilder
if prev_kv is set in the request, the previous key-value pairs will be returned.
getPrevKvsOrBuilder(int) - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
if prev_kv is set in the request, the previous key-value pairs will be returned.
getPrevKvsOrBuilder(int) - Method in class io.etcd.jetcd.api.DeleteRangeResponse
if prev_kv is set in the request, the previous key-value pairs will be returned.
getPrevKvsOrBuilder(int) - Method in interface io.etcd.jetcd.api.DeleteRangeResponseOrBuilder
if prev_kv is set in the request, the previous key-value pairs will be returned.
getPrevKvsOrBuilderList() - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
if prev_kv is set in the request, the previous key-value pairs will be returned.
getPrevKvsOrBuilderList() - Method in class io.etcd.jetcd.api.DeleteRangeResponse
if prev_kv is set in the request, the previous key-value pairs will be returned.
getPrevKvsOrBuilderList() - Method in interface io.etcd.jetcd.api.DeleteRangeResponseOrBuilder
if prev_kv is set in the request, the previous key-value pairs will be returned.
getProgressNotify() - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
progress_notify is set so that the etcd server will periodically send a WatchResponse with no events to the new watcher if there are no recent events.
getProgressNotify() - Method in class io.etcd.jetcd.api.WatchCreateRequest
progress_notify is set so that the etcd server will periodically send a WatchResponse with no events to the new watcher if there are no recent events.
getProgressNotify() - Method in interface io.etcd.jetcd.api.WatchCreateRequestOrBuilder
progress_notify is set so that the etcd server will periodically send a WatchResponse with no events to the new watcher if there are no recent events.
getPutMethod() - Static method in class io.etcd.jetcd.api.KVGrpc
 
getPutResponses() - Method in class io.etcd.jetcd.kv.TxnResponse
returns a list of PutResponse; empty list if none.
getRaftIndex() - Method in class io.etcd.jetcd.api.StatusResponse.Builder
raftIndex is the current raft index of the responding member.
getRaftIndex() - Method in class io.etcd.jetcd.api.StatusResponse
raftIndex is the current raft index of the responding member.
getRaftIndex() - Method in interface io.etcd.jetcd.api.StatusResponseOrBuilder
raftIndex is the current raft index of the responding member.
getRaftIndex() - Method in class io.etcd.jetcd.maintenance.StatusResponse
the current raft index of the responding member.
getRaftTerm() - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
raft_term is the raft term when the request was applied.
getRaftTerm() - Method in class io.etcd.jetcd.api.ResponseHeader
raft_term is the raft term when the request was applied.
getRaftTerm() - Method in interface io.etcd.jetcd.api.ResponseHeaderOrBuilder
raft_term is the raft term when the request was applied.
getRaftTerm() - Method in class io.etcd.jetcd.api.StatusResponse.Builder
raftTerm is the current raft term of the responding member.
getRaftTerm() - Method in class io.etcd.jetcd.api.StatusResponse
raftTerm is the current raft term of the responding member.
getRaftTerm() - Method in interface io.etcd.jetcd.api.StatusResponseOrBuilder
raftTerm is the current raft term of the responding member.
getRaftTerm() - Method in class io.etcd.jetcd.maintenance.StatusResponse
the current raft term of the responding member.
getRaftTerm() - Method in interface io.etcd.jetcd.Response.Header
 
getRangeEnd() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
string range_end = 3;
getRangeEnd() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
string range_end = 3;
getRangeEnd() - Method in interface io.etcd.jetcd.api.AuthRoleRevokePermissionRequestOrBuilder
string range_end = 3;
getRangeEnd() - Method in class io.etcd.jetcd.api.Compare.Builder
range_end compares the given target to all keys in the range [key, range_end).
getRangeEnd() - Method in class io.etcd.jetcd.api.Compare
range_end compares the given target to all keys in the range [key, range_end).
getRangeEnd() - Method in interface io.etcd.jetcd.api.CompareOrBuilder
range_end compares the given target to all keys in the range [key, range_end).
getRangeEnd() - Method in class io.etcd.jetcd.api.DeleteRangeRequest.Builder
range_end is the key following the last key to delete for the range [key, range_end).
getRangeEnd() - Method in class io.etcd.jetcd.api.DeleteRangeRequest
range_end is the key following the last key to delete for the range [key, range_end).
getRangeEnd() - Method in interface io.etcd.jetcd.api.DeleteRangeRequestOrBuilder
range_end is the key following the last key to delete for the range [key, range_end).
getRangeEnd() - Method in class io.etcd.jetcd.api.Permission.Builder
bytes range_end = 3;
getRangeEnd() - Method in class io.etcd.jetcd.api.Permission
bytes range_end = 3;
getRangeEnd() - Method in interface io.etcd.jetcd.api.PermissionOrBuilder
bytes range_end = 3;
getRangeEnd() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
range_end is the upper bound on the requested range [key, range_end).
getRangeEnd() - Method in class io.etcd.jetcd.api.RangeRequest
range_end is the upper bound on the requested range [key, range_end).
getRangeEnd() - Method in interface io.etcd.jetcd.api.RangeRequestOrBuilder
range_end is the upper bound on the requested range [key, range_end).
getRangeEnd() - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
range_end is the end of the range [key, range_end) to watch.
getRangeEnd() - Method in class io.etcd.jetcd.api.WatchCreateRequest
range_end is the end of the range [key, range_end) to watch.
getRangeEnd() - Method in interface io.etcd.jetcd.api.WatchCreateRequestOrBuilder
range_end is the end of the range [key, range_end) to watch.
getRangeEnd() - Method in class io.etcd.jetcd.auth.Permission
 
getRangeEndBytes() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
string range_end = 3;
getRangeEndBytes() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
string range_end = 3;
getRangeEndBytes() - Method in interface io.etcd.jetcd.api.AuthRoleRevokePermissionRequestOrBuilder
string range_end = 3;
getRangeMethod() - Static method in class io.etcd.jetcd.api.KVGrpc
 
getRemainingBytes() - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
remaining_bytes is the number of blob bytes to be sent after this message
getRemainingBytes() - Method in class io.etcd.jetcd.api.SnapshotResponse
remaining_bytes is the number of blob bytes to be sent after this message
getRemainingBytes() - Method in interface io.etcd.jetcd.api.SnapshotResponseOrBuilder
remaining_bytes is the number of blob bytes to be sent after this message
getRemainingBytes() - Method in class io.etcd.jetcd.maintenance.SnapshotResponse
 
getRequestCase() - Method in class io.etcd.jetcd.api.RequestOp.Builder
 
getRequestCase() - Method in class io.etcd.jetcd.api.RequestOp
 
getRequestCase() - Method in interface io.etcd.jetcd.api.RequestOpOrBuilder
 
getRequestDeleteRange() - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.DeleteRangeRequest request_delete_range = 3;
getRequestDeleteRange() - Method in class io.etcd.jetcd.api.RequestOp
.etcdserverpb.DeleteRangeRequest request_delete_range = 3;
getRequestDeleteRange() - Method in interface io.etcd.jetcd.api.RequestOpOrBuilder
.etcdserverpb.DeleteRangeRequest request_delete_range = 3;
getRequestDeleteRangeBuilder() - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.DeleteRangeRequest request_delete_range = 3;
getRequestDeleteRangeOrBuilder() - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.DeleteRangeRequest request_delete_range = 3;
getRequestDeleteRangeOrBuilder() - Method in class io.etcd.jetcd.api.RequestOp
.etcdserverpb.DeleteRangeRequest request_delete_range = 3;
getRequestDeleteRangeOrBuilder() - Method in interface io.etcd.jetcd.api.RequestOpOrBuilder
.etcdserverpb.DeleteRangeRequest request_delete_range = 3;
getRequestPut() - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.PutRequest request_put = 2;
getRequestPut() - Method in class io.etcd.jetcd.api.RequestOp
.etcdserverpb.PutRequest request_put = 2;
getRequestPut() - Method in interface io.etcd.jetcd.api.RequestOpOrBuilder
.etcdserverpb.PutRequest request_put = 2;
getRequestPutBuilder() - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.PutRequest request_put = 2;
getRequestPutOrBuilder() - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.PutRequest request_put = 2;
getRequestPutOrBuilder() - Method in class io.etcd.jetcd.api.RequestOp
.etcdserverpb.PutRequest request_put = 2;
getRequestPutOrBuilder() - Method in interface io.etcd.jetcd.api.RequestOpOrBuilder
.etcdserverpb.PutRequest request_put = 2;
getRequestRange() - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.RangeRequest request_range = 1;
getRequestRange() - Method in class io.etcd.jetcd.api.RequestOp
.etcdserverpb.RangeRequest request_range = 1;
getRequestRange() - Method in interface io.etcd.jetcd.api.RequestOpOrBuilder
.etcdserverpb.RangeRequest request_range = 1;
getRequestRangeBuilder() - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.RangeRequest request_range = 1;
getRequestRangeOrBuilder() - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.RangeRequest request_range = 1;
getRequestRangeOrBuilder() - Method in class io.etcd.jetcd.api.RequestOp
.etcdserverpb.RangeRequest request_range = 1;
getRequestRangeOrBuilder() - Method in interface io.etcd.jetcd.api.RequestOpOrBuilder
.etcdserverpb.RangeRequest request_range = 1;
getRequestTxn() - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.TxnRequest request_txn = 4;
getRequestTxn() - Method in class io.etcd.jetcd.api.RequestOp
.etcdserverpb.TxnRequest request_txn = 4;
getRequestTxn() - Method in interface io.etcd.jetcd.api.RequestOpOrBuilder
.etcdserverpb.TxnRequest request_txn = 4;
getRequestTxnBuilder() - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.TxnRequest request_txn = 4;
getRequestTxnOrBuilder() - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.TxnRequest request_txn = 4;
getRequestTxnOrBuilder() - Method in class io.etcd.jetcd.api.RequestOp
.etcdserverpb.TxnRequest request_txn = 4;
getRequestTxnOrBuilder() - Method in interface io.etcd.jetcd.api.RequestOpOrBuilder
.etcdserverpb.TxnRequest request_txn = 4;
getRequestUnionCase() - Method in class io.etcd.jetcd.api.WatchRequest.Builder
 
getRequestUnionCase() - Method in class io.etcd.jetcd.api.WatchRequest
 
getRequestUnionCase() - Method in interface io.etcd.jetcd.api.WatchRequestOrBuilder
 
getResponse() - Method in class io.etcd.jetcd.AbstractResponse
 
GetResponse - Class in io.etcd.jetcd.kv
 
GetResponse(RangeResponse, ByteSequence) - Constructor for class io.etcd.jetcd.kv.GetResponse
 
getResponseCase() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
 
getResponseCase() - Method in class io.etcd.jetcd.api.ResponseOp
 
getResponseCase() - Method in interface io.etcd.jetcd.api.ResponseOpOrBuilder
 
getResponseDeleteRange() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.DeleteRangeResponse response_delete_range = 3;
getResponseDeleteRange() - Method in class io.etcd.jetcd.api.ResponseOp
.etcdserverpb.DeleteRangeResponse response_delete_range = 3;
getResponseDeleteRange() - Method in interface io.etcd.jetcd.api.ResponseOpOrBuilder
.etcdserverpb.DeleteRangeResponse response_delete_range = 3;
getResponseDeleteRangeBuilder() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.DeleteRangeResponse response_delete_range = 3;
getResponseDeleteRangeOrBuilder() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.DeleteRangeResponse response_delete_range = 3;
getResponseDeleteRangeOrBuilder() - Method in class io.etcd.jetcd.api.ResponseOp
.etcdserverpb.DeleteRangeResponse response_delete_range = 3;
getResponseDeleteRangeOrBuilder() - Method in interface io.etcd.jetcd.api.ResponseOpOrBuilder
.etcdserverpb.DeleteRangeResponse response_delete_range = 3;
getResponseHeader() - Method in class io.etcd.jetcd.AbstractResponse
 
getResponsePut() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.PutResponse response_put = 2;
getResponsePut() - Method in class io.etcd.jetcd.api.ResponseOp
.etcdserverpb.PutResponse response_put = 2;
getResponsePut() - Method in interface io.etcd.jetcd.api.ResponseOpOrBuilder
.etcdserverpb.PutResponse response_put = 2;
getResponsePutBuilder() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.PutResponse response_put = 2;
getResponsePutOrBuilder() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.PutResponse response_put = 2;
getResponsePutOrBuilder() - Method in class io.etcd.jetcd.api.ResponseOp
.etcdserverpb.PutResponse response_put = 2;
getResponsePutOrBuilder() - Method in interface io.etcd.jetcd.api.ResponseOpOrBuilder
.etcdserverpb.PutResponse response_put = 2;
getResponseRange() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.RangeResponse response_range = 1;
getResponseRange() - Method in class io.etcd.jetcd.api.ResponseOp
.etcdserverpb.RangeResponse response_range = 1;
getResponseRange() - Method in interface io.etcd.jetcd.api.ResponseOpOrBuilder
.etcdserverpb.RangeResponse response_range = 1;
getResponseRangeBuilder() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.RangeResponse response_range = 1;
getResponseRangeOrBuilder() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.RangeResponse response_range = 1;
getResponseRangeOrBuilder() - Method in class io.etcd.jetcd.api.ResponseOp
.etcdserverpb.RangeResponse response_range = 1;
getResponseRangeOrBuilder() - Method in interface io.etcd.jetcd.api.ResponseOpOrBuilder
.etcdserverpb.RangeResponse response_range = 1;
getResponses(int) - Method in class io.etcd.jetcd.api.TxnResponse.Builder
responses is a list of responses corresponding to the results from applying success if succeeded is true or failure if succeeded is false.
getResponses(int) - Method in class io.etcd.jetcd.api.TxnResponse
responses is a list of responses corresponding to the results from applying success if succeeded is true or failure if succeeded is false.
getResponses(int) - Method in interface io.etcd.jetcd.api.TxnResponseOrBuilder
responses is a list of responses corresponding to the results from applying success if succeeded is true or failure if succeeded is false.
getResponsesBuilder(int) - Method in class io.etcd.jetcd.api.TxnResponse.Builder
responses is a list of responses corresponding to the results from applying success if succeeded is true or failure if succeeded is false.
getResponsesBuilderList() - Method in class io.etcd.jetcd.api.TxnResponse.Builder
responses is a list of responses corresponding to the results from applying success if succeeded is true or failure if succeeded is false.
getResponsesCount() - Method in class io.etcd.jetcd.api.TxnResponse.Builder
responses is a list of responses corresponding to the results from applying success if succeeded is true or failure if succeeded is false.
getResponsesCount() - Method in class io.etcd.jetcd.api.TxnResponse
responses is a list of responses corresponding to the results from applying success if succeeded is true or failure if succeeded is false.
getResponsesCount() - Method in interface io.etcd.jetcd.api.TxnResponseOrBuilder
responses is a list of responses corresponding to the results from applying success if succeeded is true or failure if succeeded is false.
getResponsesList() - Method in class io.etcd.jetcd.api.TxnResponse.Builder
responses is a list of responses corresponding to the results from applying success if succeeded is true or failure if succeeded is false.
getResponsesList() - Method in class io.etcd.jetcd.api.TxnResponse
responses is a list of responses corresponding to the results from applying success if succeeded is true or failure if succeeded is false.
getResponsesList() - Method in interface io.etcd.jetcd.api.TxnResponseOrBuilder
responses is a list of responses corresponding to the results from applying success if succeeded is true or failure if succeeded is false.
getResponsesOrBuilder(int) - Method in class io.etcd.jetcd.api.TxnResponse.Builder
responses is a list of responses corresponding to the results from applying success if succeeded is true or failure if succeeded is false.
getResponsesOrBuilder(int) - Method in class io.etcd.jetcd.api.TxnResponse
responses is a list of responses corresponding to the results from applying success if succeeded is true or failure if succeeded is false.
getResponsesOrBuilder(int) - Method in interface io.etcd.jetcd.api.TxnResponseOrBuilder
responses is a list of responses corresponding to the results from applying success if succeeded is true or failure if succeeded is false.
getResponsesOrBuilderList() - Method in class io.etcd.jetcd.api.TxnResponse.Builder
responses is a list of responses corresponding to the results from applying success if succeeded is true or failure if succeeded is false.
getResponsesOrBuilderList() - Method in class io.etcd.jetcd.api.TxnResponse
responses is a list of responses corresponding to the results from applying success if succeeded is true or failure if succeeded is false.
getResponsesOrBuilderList() - Method in interface io.etcd.jetcd.api.TxnResponseOrBuilder
responses is a list of responses corresponding to the results from applying success if succeeded is true or failure if succeeded is false.
getResponseTxn() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.TxnResponse response_txn = 4;
getResponseTxn() - Method in class io.etcd.jetcd.api.ResponseOp
.etcdserverpb.TxnResponse response_txn = 4;
getResponseTxn() - Method in interface io.etcd.jetcd.api.ResponseOpOrBuilder
.etcdserverpb.TxnResponse response_txn = 4;
getResponseTxnBuilder() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.TxnResponse response_txn = 4;
getResponseTxnOrBuilder() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.TxnResponse response_txn = 4;
getResponseTxnOrBuilder() - Method in class io.etcd.jetcd.api.ResponseOp
.etcdserverpb.TxnResponse response_txn = 4;
getResponseTxnOrBuilder() - Method in interface io.etcd.jetcd.api.ResponseOpOrBuilder
.etcdserverpb.TxnResponse response_txn = 4;
getResult() - Method in class io.etcd.jetcd.api.Compare.Builder
result is logical comparison operation for this comparison.
getResult() - Method in class io.etcd.jetcd.api.Compare
result is logical comparison operation for this comparison.
getResult() - Method in interface io.etcd.jetcd.api.CompareOrBuilder
result is logical comparison operation for this comparison.
getResultValue() - Method in class io.etcd.jetcd.api.Compare.Builder
result is logical comparison operation for this comparison.
getResultValue() - Method in class io.etcd.jetcd.api.Compare
result is logical comparison operation for this comparison.
getResultValue() - Method in interface io.etcd.jetcd.api.CompareOrBuilder
result is logical comparison operation for this comparison.
getRevision() - Method in class io.etcd.jetcd.api.CompactionRequest.Builder
revision is the key-value store revision for the compaction operation.
getRevision() - Method in class io.etcd.jetcd.api.CompactionRequest
revision is the key-value store revision for the compaction operation.
getRevision() - Method in interface io.etcd.jetcd.api.CompactionRequestOrBuilder
revision is the key-value store revision for the compaction operation.
getRevision() - Method in class io.etcd.jetcd.api.HashKVRequest.Builder
revision is the key-value store revision for the hash operation.
getRevision() - Method in class io.etcd.jetcd.api.HashKVRequest
revision is the key-value store revision for the hash operation.
getRevision() - Method in interface io.etcd.jetcd.api.HashKVRequestOrBuilder
revision is the key-value store revision for the hash operation.
getRevision() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
revision is the point-in-time of the key-value store to use for the range.
getRevision() - Method in class io.etcd.jetcd.api.RangeRequest
revision is the point-in-time of the key-value store to use for the range.
getRevision() - Method in interface io.etcd.jetcd.api.RangeRequestOrBuilder
revision is the point-in-time of the key-value store to use for the range.
getRevision() - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
revision is the key-value store revision when the request was applied.
getRevision() - Method in class io.etcd.jetcd.api.ResponseHeader
revision is the key-value store revision when the request was applied.
getRevision() - Method in interface io.etcd.jetcd.api.ResponseHeaderOrBuilder
revision is the key-value store revision when the request was applied.
getRevision() - Method in class io.etcd.jetcd.options.GetOption
 
getRevision() - Method in class io.etcd.jetcd.options.WatchOption
 
getRevision() - Method in interface io.etcd.jetcd.Response.Header
 
getRole() - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest.Builder
string role = 1;
getRole() - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
string role = 1;
getRole() - Method in interface io.etcd.jetcd.api.AuthRoleDeleteRequestOrBuilder
string role = 1;
getRole() - Method in class io.etcd.jetcd.api.AuthRoleGetRequest.Builder
string role = 1;
getRole() - Method in class io.etcd.jetcd.api.AuthRoleGetRequest
string role = 1;
getRole() - Method in interface io.etcd.jetcd.api.AuthRoleGetRequestOrBuilder
string role = 1;
getRole() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
string role = 1;
getRole() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
string role = 1;
getRole() - Method in interface io.etcd.jetcd.api.AuthRoleRevokePermissionRequestOrBuilder
string role = 1;
getRole() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest.Builder
role is the name of the role to grant to the user.
getRole() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
role is the name of the role to grant to the user.
getRole() - Method in interface io.etcd.jetcd.api.AuthUserGrantRoleRequestOrBuilder
role is the name of the role to grant to the user.
getRole() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest.Builder
string role = 2;
getRole() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
string role = 2;
getRole() - Method in interface io.etcd.jetcd.api.AuthUserRevokeRoleRequestOrBuilder
string role = 2;
getRoleAddMethod() - Static method in class io.etcd.jetcd.api.AuthGrpc
 
getRoleBytes() - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest.Builder
string role = 1;
getRoleBytes() - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
string role = 1;
getRoleBytes() - Method in interface io.etcd.jetcd.api.AuthRoleDeleteRequestOrBuilder
string role = 1;
getRoleBytes() - Method in class io.etcd.jetcd.api.AuthRoleGetRequest.Builder
string role = 1;
getRoleBytes() - Method in class io.etcd.jetcd.api.AuthRoleGetRequest
string role = 1;
getRoleBytes() - Method in interface io.etcd.jetcd.api.AuthRoleGetRequestOrBuilder
string role = 1;
getRoleBytes() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
string role = 1;
getRoleBytes() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
string role = 1;
getRoleBytes() - Method in interface io.etcd.jetcd.api.AuthRoleRevokePermissionRequestOrBuilder
string role = 1;
getRoleBytes() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest.Builder
role is the name of the role to grant to the user.
getRoleBytes() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
role is the name of the role to grant to the user.
getRoleBytes() - Method in interface io.etcd.jetcd.api.AuthUserGrantRoleRequestOrBuilder
role is the name of the role to grant to the user.
getRoleBytes() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest.Builder
string role = 2;
getRoleBytes() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
string role = 2;
getRoleBytes() - Method in interface io.etcd.jetcd.api.AuthUserRevokeRoleRequestOrBuilder
string role = 2;
getRoleDeleteMethod() - Static method in class io.etcd.jetcd.api.AuthGrpc
 
getRoleGetMethod() - Static method in class io.etcd.jetcd.api.AuthGrpc
 
getRoleGrantPermissionMethod() - Static method in class io.etcd.jetcd.api.AuthGrpc
 
getRoleListMethod() - Static method in class io.etcd.jetcd.api.AuthGrpc
 
getRoleRevokePermissionMethod() - Static method in class io.etcd.jetcd.api.AuthGrpc
 
getRoles(int) - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
repeated string roles = 2;
getRoles(int) - Method in class io.etcd.jetcd.api.AuthRoleListResponse
repeated string roles = 2;
getRoles(int) - Method in interface io.etcd.jetcd.api.AuthRoleListResponseOrBuilder
repeated string roles = 2;
getRoles(int) - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
repeated string roles = 2;
getRoles(int) - Method in class io.etcd.jetcd.api.AuthUserGetResponse
repeated string roles = 2;
getRoles(int) - Method in interface io.etcd.jetcd.api.AuthUserGetResponseOrBuilder
repeated string roles = 2;
getRoles(int) - Method in class io.etcd.jetcd.api.User.Builder
repeated string roles = 3;
getRoles(int) - Method in class io.etcd.jetcd.api.User
repeated string roles = 3;
getRoles(int) - Method in interface io.etcd.jetcd.api.UserOrBuilder
repeated string roles = 3;
getRoles() - Method in class io.etcd.jetcd.auth.AuthRoleListResponse
returns a list of roles.
getRoles() - Method in class io.etcd.jetcd.auth.AuthUserGetResponse
returns a list of roles.
getRolesBytes(int) - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
repeated string roles = 2;
getRolesBytes(int) - Method in class io.etcd.jetcd.api.AuthRoleListResponse
repeated string roles = 2;
getRolesBytes(int) - Method in interface io.etcd.jetcd.api.AuthRoleListResponseOrBuilder
repeated string roles = 2;
getRolesBytes(int) - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
repeated string roles = 2;
getRolesBytes(int) - Method in class io.etcd.jetcd.api.AuthUserGetResponse
repeated string roles = 2;
getRolesBytes(int) - Method in interface io.etcd.jetcd.api.AuthUserGetResponseOrBuilder
repeated string roles = 2;
getRolesBytes(int) - Method in class io.etcd.jetcd.api.User.Builder
repeated string roles = 3;
getRolesBytes(int) - Method in class io.etcd.jetcd.api.User
repeated string roles = 3;
getRolesBytes(int) - Method in interface io.etcd.jetcd.api.UserOrBuilder
repeated string roles = 3;
getRolesCount() - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
repeated string roles = 2;
getRolesCount() - Method in class io.etcd.jetcd.api.AuthRoleListResponse
repeated string roles = 2;
getRolesCount() - Method in interface io.etcd.jetcd.api.AuthRoleListResponseOrBuilder
repeated string roles = 2;
getRolesCount() - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
repeated string roles = 2;
getRolesCount() - Method in class io.etcd.jetcd.api.AuthUserGetResponse
repeated string roles = 2;
getRolesCount() - Method in interface io.etcd.jetcd.api.AuthUserGetResponseOrBuilder
repeated string roles = 2;
getRolesCount() - Method in class io.etcd.jetcd.api.User.Builder
repeated string roles = 3;
getRolesCount() - Method in class io.etcd.jetcd.api.User
repeated string roles = 3;
getRolesCount() - Method in interface io.etcd.jetcd.api.UserOrBuilder
repeated string roles = 3;
getRolesList() - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
repeated string roles = 2;
getRolesList() - Method in class io.etcd.jetcd.api.AuthRoleListResponse
repeated string roles = 2;
getRolesList() - Method in interface io.etcd.jetcd.api.AuthRoleListResponseOrBuilder
repeated string roles = 2;
getRolesList() - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
repeated string roles = 2;
getRolesList() - Method in class io.etcd.jetcd.api.AuthUserGetResponse
repeated string roles = 2;
getRolesList() - Method in interface io.etcd.jetcd.api.AuthUserGetResponseOrBuilder
repeated string roles = 2;
getRolesList() - Method in class io.etcd.jetcd.api.User.Builder
repeated string roles = 3;
getRolesList() - Method in class io.etcd.jetcd.api.User
repeated string roles = 3;
getRolesList() - Method in interface io.etcd.jetcd.api.UserOrBuilder
repeated string roles = 3;
getSerializable() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
serializable sets the range request to use serializable member-local reads.
getSerializable() - Method in class io.etcd.jetcd.api.RangeRequest
serializable sets the range request to use serializable member-local reads.
getSerializable() - Method in interface io.etcd.jetcd.api.RangeRequestOrBuilder
serializable sets the range request to use serializable member-local reads.
getSerializedSize() - Method in class io.etcd.jetcd.api.AlarmMember
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AlarmRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AlarmResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthDisableRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthDisableResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthEnableRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthEnableResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthenticateRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthenticateResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthRoleAddRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthRoleAddResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthRoleGetRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthRoleListRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthRoleListResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthUserAddRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthUserAddResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthUserGetRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthUserGetResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthUserListRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthUserListResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.CompactionRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.CompactionResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.Compare
 
getSerializedSize() - Method in class io.etcd.jetcd.api.DefragmentRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.DefragmentResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.DeleteRangeRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.DeleteRangeResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.Event
 
getSerializedSize() - Method in class io.etcd.jetcd.api.HashKVRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.HashKVResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.HashRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.HashResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.KeyValue
 
getSerializedSize() - Method in class io.etcd.jetcd.api.LeaseGrantRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.LeaseGrantResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.LeaseRevokeRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.LeaseRevokeResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.lock.LockRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.lock.LockResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.lock.UnlockRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.lock.UnlockResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.Member
 
getSerializedSize() - Method in class io.etcd.jetcd.api.MemberAddRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.MemberAddResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.MemberListRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.MemberListResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.MemberRemoveRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.MemberRemoveResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.MemberUpdateRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.MemberUpdateResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.MoveLeaderRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.MoveLeaderResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.Permission
 
getSerializedSize() - Method in class io.etcd.jetcd.api.PutRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.PutResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.RangeRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.RangeResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.RequestOp
 
getSerializedSize() - Method in class io.etcd.jetcd.api.ResponseHeader
 
getSerializedSize() - Method in class io.etcd.jetcd.api.ResponseOp
 
getSerializedSize() - Method in class io.etcd.jetcd.api.Role
 
getSerializedSize() - Method in class io.etcd.jetcd.api.SnapshotRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.SnapshotResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.StatusRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.StatusResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.TxnRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.TxnResponse
 
getSerializedSize() - Method in class io.etcd.jetcd.api.User
 
getSerializedSize() - Method in class io.etcd.jetcd.api.WatchCancelRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.WatchCreateRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.WatchRequest
 
getSerializedSize() - Method in class io.etcd.jetcd.api.WatchResponse
 
getServiceDescriptor() - Static method in class io.etcd.jetcd.api.AuthGrpc
 
getServiceDescriptor() - Static method in class io.etcd.jetcd.api.ClusterGrpc
 
getServiceDescriptor() - Static method in class io.etcd.jetcd.api.KVGrpc
 
getServiceDescriptor() - Static method in class io.etcd.jetcd.api.LeaseGrpc
 
getServiceDescriptor() - Static method in class io.etcd.jetcd.api.lock.LockGrpc
 
getServiceDescriptor() - Static method in class io.etcd.jetcd.api.MaintenanceGrpc
 
getServiceDescriptor() - Static method in class io.etcd.jetcd.api.WatchGrpc
 
getSnapshotMethod() - Static method in class io.etcd.jetcd.api.MaintenanceGrpc
 
getSortField() - Method in class io.etcd.jetcd.options.GetOption
 
getSortOrder() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
sort_order is the order for returned sorted results.
getSortOrder() - Method in class io.etcd.jetcd.api.RangeRequest
sort_order is the order for returned sorted results.
getSortOrder() - Method in interface io.etcd.jetcd.api.RangeRequestOrBuilder
sort_order is the order for returned sorted results.
getSortOrder() - Method in class io.etcd.jetcd.options.GetOption
 
getSortOrderValue() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
sort_order is the order for returned sorted results.
getSortOrderValue() - Method in class io.etcd.jetcd.api.RangeRequest
sort_order is the order for returned sorted results.
getSortOrderValue() - Method in interface io.etcd.jetcd.api.RangeRequestOrBuilder
sort_order is the order for returned sorted results.
getSortTarget() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
sort_target is the key-value field to use for sorting.
getSortTarget() - Method in class io.etcd.jetcd.api.RangeRequest
sort_target is the key-value field to use for sorting.
getSortTarget() - Method in interface io.etcd.jetcd.api.RangeRequestOrBuilder
sort_target is the key-value field to use for sorting.
getSortTargetValue() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
sort_target is the key-value field to use for sorting.
getSortTargetValue() - Method in class io.etcd.jetcd.api.RangeRequest
sort_target is the key-value field to use for sorting.
getSortTargetValue() - Method in interface io.etcd.jetcd.api.RangeRequestOrBuilder
sort_target is the key-value field to use for sorting.
getStartRevision() - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
start_revision is an optional revision to watch from (inclusive).
getStartRevision() - Method in class io.etcd.jetcd.api.WatchCreateRequest
start_revision is an optional revision to watch from (inclusive).
getStartRevision() - Method in interface io.etcd.jetcd.api.WatchCreateRequestOrBuilder
start_revision is an optional revision to watch from (inclusive).
getStatusMethod() - Static method in class io.etcd.jetcd.api.MaintenanceGrpc
 
getSucceeded() - Method in class io.etcd.jetcd.api.TxnResponse.Builder
succeeded is set to true if the compare evaluated to true or false otherwise.
getSucceeded() - Method in class io.etcd.jetcd.api.TxnResponse
succeeded is set to true if the compare evaluated to true or false otherwise.
getSucceeded() - Method in interface io.etcd.jetcd.api.TxnResponseOrBuilder
succeeded is set to true if the compare evaluated to true or false otherwise.
getSuccess(int) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
success is a list of requests which will be applied when compare evaluates to true.
getSuccess(int) - Method in class io.etcd.jetcd.api.TxnRequest
success is a list of requests which will be applied when compare evaluates to true.
getSuccess(int) - Method in interface io.etcd.jetcd.api.TxnRequestOrBuilder
success is a list of requests which will be applied when compare evaluates to true.
getSuccessBuilder(int) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
success is a list of requests which will be applied when compare evaluates to true.
getSuccessBuilderList() - Method in class io.etcd.jetcd.api.TxnRequest.Builder
success is a list of requests which will be applied when compare evaluates to true.
getSuccessCount() - Method in class io.etcd.jetcd.api.TxnRequest.Builder
success is a list of requests which will be applied when compare evaluates to true.
getSuccessCount() - Method in class io.etcd.jetcd.api.TxnRequest
success is a list of requests which will be applied when compare evaluates to true.
getSuccessCount() - Method in interface io.etcd.jetcd.api.TxnRequestOrBuilder
success is a list of requests which will be applied when compare evaluates to true.
getSuccessList() - Method in class io.etcd.jetcd.api.TxnRequest.Builder
success is a list of requests which will be applied when compare evaluates to true.
getSuccessList() - Method in class io.etcd.jetcd.api.TxnRequest
success is a list of requests which will be applied when compare evaluates to true.
getSuccessList() - Method in interface io.etcd.jetcd.api.TxnRequestOrBuilder
success is a list of requests which will be applied when compare evaluates to true.
getSuccessOrBuilder(int) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
success is a list of requests which will be applied when compare evaluates to true.
getSuccessOrBuilder(int) - Method in class io.etcd.jetcd.api.TxnRequest
success is a list of requests which will be applied when compare evaluates to true.
getSuccessOrBuilder(int) - Method in interface io.etcd.jetcd.api.TxnRequestOrBuilder
success is a list of requests which will be applied when compare evaluates to true.
getSuccessOrBuilderList() - Method in class io.etcd.jetcd.api.TxnRequest.Builder
success is a list of requests which will be applied when compare evaluates to true.
getSuccessOrBuilderList() - Method in class io.etcd.jetcd.api.TxnRequest
success is a list of requests which will be applied when compare evaluates to true.
getSuccessOrBuilderList() - Method in interface io.etcd.jetcd.api.TxnRequestOrBuilder
success is a list of requests which will be applied when compare evaluates to true.
getTarget() - Method in class io.etcd.jetcd.api.Compare.Builder
target is the key-value field to inspect for the comparison.
getTarget() - Method in class io.etcd.jetcd.api.Compare
target is the key-value field to inspect for the comparison.
getTarget() - Method in interface io.etcd.jetcd.api.CompareOrBuilder
target is the key-value field to inspect for the comparison.
getTarget() - Method in class io.etcd.jetcd.op.CmpTarget
Get the compare target used for this compare.
getTargetID() - Method in class io.etcd.jetcd.api.MoveLeaderRequest.Builder
targetID is the node ID for the new leader.
getTargetID() - Method in class io.etcd.jetcd.api.MoveLeaderRequest
targetID is the node ID for the new leader.
getTargetID() - Method in interface io.etcd.jetcd.api.MoveLeaderRequestOrBuilder
targetID is the node ID for the new leader.
getTargetUnionCase() - Method in class io.etcd.jetcd.api.Compare.Builder
 
getTargetUnionCase() - Method in class io.etcd.jetcd.api.Compare
 
getTargetUnionCase() - Method in interface io.etcd.jetcd.api.CompareOrBuilder
 
getTargetValue() - Method in class io.etcd.jetcd.api.Compare.Builder
target is the key-value field to inspect for the comparison.
getTargetValue() - Method in class io.etcd.jetcd.api.Compare
target is the key-value field to inspect for the comparison.
getTargetValue() - Method in interface io.etcd.jetcd.api.CompareOrBuilder
target is the key-value field to inspect for the comparison.
getTargetValue() - Method in class io.etcd.jetcd.op.CmpTarget
Get the compare target value of this compare.
getToken() - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
token is an authorized token that can be used in succeeding RPCs
getToken() - Method in class io.etcd.jetcd.api.AuthenticateResponse
token is an authorized token that can be used in succeeding RPCs
getToken() - Method in interface io.etcd.jetcd.api.AuthenticateResponseOrBuilder
token is an authorized token that can be used in succeeding RPCs
getTokenBytes() - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
token is an authorized token that can be used in succeeding RPCs
getTokenBytes() - Method in class io.etcd.jetcd.api.AuthenticateResponse
token is an authorized token that can be used in succeeding RPCs
getTokenBytes() - Method in interface io.etcd.jetcd.api.AuthenticateResponseOrBuilder
token is an authorized token that can be used in succeeding RPCs
getTTL() - Method in class io.etcd.jetcd.api.LeaseGrantRequest.Builder
TTL is the advisory time-to-live in seconds.
getTTL() - Method in class io.etcd.jetcd.api.LeaseGrantRequest
TTL is the advisory time-to-live in seconds.
getTTL() - Method in interface io.etcd.jetcd.api.LeaseGrantRequestOrBuilder
TTL is the advisory time-to-live in seconds.
getTTL() - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
TTL is the server chosen lease time-to-live in seconds.
getTTL() - Method in class io.etcd.jetcd.api.LeaseGrantResponse
TTL is the server chosen lease time-to-live in seconds.
getTTL() - Method in interface io.etcd.jetcd.api.LeaseGrantResponseOrBuilder
TTL is the server chosen lease time-to-live in seconds.
getTTL() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
TTL is the new time-to-live for the lease.
getTTL() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
TTL is the new time-to-live for the lease.
getTTL() - Method in interface io.etcd.jetcd.api.LeaseKeepAliveResponseOrBuilder
TTL is the new time-to-live for the lease.
getTTL() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
TTL is the remaining TTL in seconds for the lease; the lease will expire in under TTL+1 seconds.
getTTL() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
TTL is the remaining TTL in seconds for the lease; the lease will expire in under TTL+1 seconds.
getTTL() - Method in interface io.etcd.jetcd.api.LeaseTimeToLiveResponseOrBuilder
TTL is the remaining TTL in seconds for the lease; the lease will expire in under TTL+1 seconds.
getTTL() - Method in class io.etcd.jetcd.lease.LeaseGrantResponse
TTL is the server chosen lease time-to-live in seconds.
getTTL() - Method in class io.etcd.jetcd.lease.LeaseKeepAliveResponse
TTL is the new time-to-live for the lease.
getTTl() - Method in class io.etcd.jetcd.lease.LeaseTimeToLiveResponse
TTL is the remaining TTL in seconds for the lease; the lease will expire in under TTL+1 seconds.
getTxnMethod() - Static method in class io.etcd.jetcd.api.KVGrpc
 
getTxnResponses() - Method in class io.etcd.jetcd.kv.TxnResponse
 
getType() - Method in class io.etcd.jetcd.api.Event.Builder
type is the kind of event.
getType() - Method in class io.etcd.jetcd.api.Event
type is the kind of event.
getType() - Method in interface io.etcd.jetcd.api.EventOrBuilder
type is the kind of event.
getTypeValue() - Method in class io.etcd.jetcd.api.Event.Builder
type is the kind of event.
getTypeValue() - Method in class io.etcd.jetcd.api.Event
type is the kind of event.
getTypeValue() - Method in interface io.etcd.jetcd.api.EventOrBuilder
type is the kind of event.
getUnknownFields() - Method in class io.etcd.jetcd.api.AlarmMember
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AlarmRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AlarmResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthDisableRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthDisableResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthEnableRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthEnableResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthenticateRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthenticateResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthRoleAddRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthRoleAddResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthRoleGetRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthRoleListRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthRoleListResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthUserAddRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthUserAddResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthUserGetRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthUserGetResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthUserListRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthUserListResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.CompactionRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.CompactionResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.Compare
 
getUnknownFields() - Method in class io.etcd.jetcd.api.DefragmentRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.DefragmentResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.DeleteRangeRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.DeleteRangeResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.Event
 
getUnknownFields() - Method in class io.etcd.jetcd.api.HashKVRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.HashKVResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.HashRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.HashResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.KeyValue
 
getUnknownFields() - Method in class io.etcd.jetcd.api.LeaseGrantRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.LeaseGrantResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.LeaseRevokeRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.LeaseRevokeResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.lock.LockRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.lock.LockResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.lock.UnlockRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.lock.UnlockResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.Member
 
getUnknownFields() - Method in class io.etcd.jetcd.api.MemberAddRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.MemberAddResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.MemberListRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.MemberListResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.MemberRemoveRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.MemberRemoveResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.MemberUpdateRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.MemberUpdateResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.MoveLeaderRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.MoveLeaderResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.Permission
 
getUnknownFields() - Method in class io.etcd.jetcd.api.PutRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.PutResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.RangeRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.RangeResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.RequestOp
 
getUnknownFields() - Method in class io.etcd.jetcd.api.ResponseHeader
 
getUnknownFields() - Method in class io.etcd.jetcd.api.ResponseOp
 
getUnknownFields() - Method in class io.etcd.jetcd.api.Role
 
getUnknownFields() - Method in class io.etcd.jetcd.api.SnapshotRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.SnapshotResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.StatusRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.StatusResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.TxnRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.TxnResponse
 
getUnknownFields() - Method in class io.etcd.jetcd.api.User
 
getUnknownFields() - Method in class io.etcd.jetcd.api.WatchCancelRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.WatchCreateRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.WatchRequest
 
getUnknownFields() - Method in class io.etcd.jetcd.api.WatchResponse
 
getUnlockMethod() - Static method in class io.etcd.jetcd.api.lock.LockGrpc
 
getUser() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest.Builder
user is the name of the user which should be granted a given role.
getUser() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
user is the name of the user which should be granted a given role.
getUser() - Method in interface io.etcd.jetcd.api.AuthUserGrantRoleRequestOrBuilder
user is the name of the user which should be granted a given role.
getUserAddMethod() - Static method in class io.etcd.jetcd.api.AuthGrpc
 
getUserBytes() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest.Builder
user is the name of the user which should be granted a given role.
getUserBytes() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
user is the name of the user which should be granted a given role.
getUserBytes() - Method in interface io.etcd.jetcd.api.AuthUserGrantRoleRequestOrBuilder
user is the name of the user which should be granted a given role.
getUserChangePasswordMethod() - Static method in class io.etcd.jetcd.api.AuthGrpc
 
getUserDeleteMethod() - Static method in class io.etcd.jetcd.api.AuthGrpc
 
getUserGetMethod() - Static method in class io.etcd.jetcd.api.AuthGrpc
 
getUserGrantRoleMethod() - Static method in class io.etcd.jetcd.api.AuthGrpc
 
getUserListMethod() - Static method in class io.etcd.jetcd.api.AuthGrpc
 
getUserRevokeRoleMethod() - Static method in class io.etcd.jetcd.api.AuthGrpc
 
getUsers(int) - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
repeated string users = 2;
getUsers(int) - Method in class io.etcd.jetcd.api.AuthUserListResponse
repeated string users = 2;
getUsers(int) - Method in interface io.etcd.jetcd.api.AuthUserListResponseOrBuilder
repeated string users = 2;
getUsers() - Method in class io.etcd.jetcd.auth.AuthUserListResponse
returns a list of users.
getUsersBytes(int) - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
repeated string users = 2;
getUsersBytes(int) - Method in class io.etcd.jetcd.api.AuthUserListResponse
repeated string users = 2;
getUsersBytes(int) - Method in interface io.etcd.jetcd.api.AuthUserListResponseOrBuilder
repeated string users = 2;
getUsersCount() - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
repeated string users = 2;
getUsersCount() - Method in class io.etcd.jetcd.api.AuthUserListResponse
repeated string users = 2;
getUsersCount() - Method in interface io.etcd.jetcd.api.AuthUserListResponseOrBuilder
repeated string users = 2;
getUsersList() - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
repeated string users = 2;
getUsersList() - Method in class io.etcd.jetcd.api.AuthUserListResponse
repeated string users = 2;
getUsersList() - Method in interface io.etcd.jetcd.api.AuthUserListResponseOrBuilder
repeated string users = 2;
getValue() - Method in class io.etcd.jetcd.api.Compare.Builder
value is the value of the given key, in bytes.
getValue() - Method in class io.etcd.jetcd.api.Compare
value is the value of the given key, in bytes.
getValue() - Method in interface io.etcd.jetcd.api.CompareOrBuilder
value is the value of the given key, in bytes.
getValue() - Method in class io.etcd.jetcd.api.KeyValue.Builder
value is the value held by the key, in bytes.
getValue() - Method in class io.etcd.jetcd.api.KeyValue
value is the value held by the key, in bytes.
getValue() - Method in interface io.etcd.jetcd.api.KeyValueOrBuilder
value is the value held by the key, in bytes.
getValue() - Method in class io.etcd.jetcd.api.PutRequest.Builder
value is the value, in bytes, to associate with the key in the key-value store.
getValue() - Method in class io.etcd.jetcd.api.PutRequest
value is the value, in bytes, to associate with the key in the key-value store.
getValue() - Method in interface io.etcd.jetcd.api.PutRequestOrBuilder
value is the value, in bytes, to associate with the key in the key-value store.
getValue() - Method in class io.etcd.jetcd.KeyValue
 
getValueDescriptor() - Method in enum io.etcd.jetcd.api.AlarmRequest.AlarmAction
 
getValueDescriptor() - Method in enum io.etcd.jetcd.api.AlarmType
 
getValueDescriptor() - Method in enum io.etcd.jetcd.api.Compare.CompareResult
 
getValueDescriptor() - Method in enum io.etcd.jetcd.api.Compare.CompareTarget
 
getValueDescriptor() - Method in enum io.etcd.jetcd.api.Event.EventType
 
getValueDescriptor() - Method in enum io.etcd.jetcd.api.Permission.Type
 
getValueDescriptor() - Method in enum io.etcd.jetcd.api.RangeRequest.SortOrder
 
getValueDescriptor() - Method in enum io.etcd.jetcd.api.RangeRequest.SortTarget
 
getValueDescriptor() - Method in enum io.etcd.jetcd.api.WatchCreateRequest.FilterType
 
getVersion() - Method in class io.etcd.jetcd.api.Compare.Builder
version is the version of the given key
getVersion() - Method in class io.etcd.jetcd.api.Compare
version is the version of the given key
getVersion() - Method in interface io.etcd.jetcd.api.CompareOrBuilder
version is the version of the given key
getVersion() - Method in class io.etcd.jetcd.api.KeyValue.Builder
version is the version of the key.
getVersion() - Method in class io.etcd.jetcd.api.KeyValue
version is the version of the key.
getVersion() - Method in interface io.etcd.jetcd.api.KeyValueOrBuilder
version is the version of the key.
getVersion() - Method in class io.etcd.jetcd.api.StatusResponse.Builder
version is the cluster protocol version used by the responding member.
getVersion() - Method in class io.etcd.jetcd.api.StatusResponse
version is the cluster protocol version used by the responding member.
getVersion() - Method in interface io.etcd.jetcd.api.StatusResponseOrBuilder
version is the cluster protocol version used by the responding member.
getVersion() - Method in class io.etcd.jetcd.KeyValue
 
getVersion() - Method in class io.etcd.jetcd.maintenance.StatusResponse
returns the cluster protocol version used by the responding member.
getVersionBytes() - Method in class io.etcd.jetcd.api.StatusResponse.Builder
version is the cluster protocol version used by the responding member.
getVersionBytes() - Method in class io.etcd.jetcd.api.StatusResponse
version is the cluster protocol version used by the responding member.
getVersionBytes() - Method in interface io.etcd.jetcd.api.StatusResponseOrBuilder
version is the cluster protocol version used by the responding member.
getWatchClient() - Method in interface io.etcd.jetcd.Client
 
getWatchId() - Method in class io.etcd.jetcd.api.WatchCancelRequest.Builder
watch_id is the watcher id to cancel so that no more events are transmitted.
getWatchId() - Method in class io.etcd.jetcd.api.WatchCancelRequest
watch_id is the watcher id to cancel so that no more events are transmitted.
getWatchId() - Method in interface io.etcd.jetcd.api.WatchCancelRequestOrBuilder
watch_id is the watcher id to cancel so that no more events are transmitted.
getWatchId() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
watch_id is the ID of the watcher that corresponds to the response.
getWatchId() - Method in class io.etcd.jetcd.api.WatchResponse
watch_id is the ID of the watcher that corresponds to the response.
getWatchId() - Method in interface io.etcd.jetcd.api.WatchResponseOrBuilder
watch_id is the ID of the watcher that corresponds to the response.
getWatchMethod() - Static method in class io.etcd.jetcd.api.WatchGrpc
 
getWatchResponse() - Method in class io.etcd.jetcd.watch.WatchResponseWithError
 
grant(long) - Method in interface io.etcd.jetcd.Lease
New a lease with ttl value.
GRANTEDTTL_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
GREATER_VALUE - Static variable in enum io.etcd.jetcd.api.Compare.CompareResult
GREATER = 1;

H

hasCancelRequest() - Method in class io.etcd.jetcd.api.WatchRequest.Builder
.etcdserverpb.WatchCancelRequest cancel_request = 2;
hasCancelRequest() - Method in class io.etcd.jetcd.api.WatchRequest
.etcdserverpb.WatchCancelRequest cancel_request = 2;
hasCancelRequest() - Method in interface io.etcd.jetcd.api.WatchRequestOrBuilder
.etcdserverpb.WatchCancelRequest cancel_request = 2;
hasCreateRequest() - Method in class io.etcd.jetcd.api.WatchRequest.Builder
.etcdserverpb.WatchCreateRequest create_request = 1;
hasCreateRequest() - Method in class io.etcd.jetcd.api.WatchRequest
.etcdserverpb.WatchCreateRequest create_request = 1;
hasCreateRequest() - Method in interface io.etcd.jetcd.api.WatchRequestOrBuilder
.etcdserverpb.WatchCreateRequest create_request = 1;
hash(HashRequest) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceBlockingStub
Hash returns the hash of the local KV state for consistency checking purpose.
hash(HashRequest) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceFutureStub
Hash returns the hash of the local KV state for consistency checking purpose.
hash(HashRequest, StreamObserver<HashResponse>) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceImplBase
Hash returns the hash of the local KV state for consistency checking purpose.
hash(HashRequest, StreamObserver<HashResponse>) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceStub
Hash returns the hash of the local KV state for consistency checking purpose.
HASH_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.HashKVResponse
 
HASH_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.HashResponse
 
hashCode() - Method in class io.etcd.jetcd.api.AlarmMember
 
hashCode() - Method in class io.etcd.jetcd.api.AlarmRequest
 
hashCode() - Method in class io.etcd.jetcd.api.AlarmResponse
 
hashCode() - Method in class io.etcd.jetcd.api.AuthDisableRequest
 
hashCode() - Method in class io.etcd.jetcd.api.AuthDisableResponse
 
hashCode() - Method in class io.etcd.jetcd.api.AuthEnableRequest
 
hashCode() - Method in class io.etcd.jetcd.api.AuthEnableResponse
 
hashCode() - Method in class io.etcd.jetcd.api.AuthenticateRequest
 
hashCode() - Method in class io.etcd.jetcd.api.AuthenticateResponse
 
hashCode() - Method in class io.etcd.jetcd.api.AuthRoleAddRequest
 
hashCode() - Method in class io.etcd.jetcd.api.AuthRoleAddResponse
 
hashCode() - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
hashCode() - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
hashCode() - Method in class io.etcd.jetcd.api.AuthRoleGetRequest
 
hashCode() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse
 
hashCode() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
hashCode() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
hashCode() - Method in class io.etcd.jetcd.api.AuthRoleListRequest
 
hashCode() - Method in class io.etcd.jetcd.api.AuthRoleListResponse
 
hashCode() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
hashCode() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
hashCode() - Method in class io.etcd.jetcd.api.AuthUserAddRequest
 
hashCode() - Method in class io.etcd.jetcd.api.AuthUserAddResponse
 
hashCode() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
hashCode() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
hashCode() - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
hashCode() - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
hashCode() - Method in class io.etcd.jetcd.api.AuthUserGetRequest
 
hashCode() - Method in class io.etcd.jetcd.api.AuthUserGetResponse
 
hashCode() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
hashCode() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
hashCode() - Method in class io.etcd.jetcd.api.AuthUserListRequest
 
hashCode() - Method in class io.etcd.jetcd.api.AuthUserListResponse
 
hashCode() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
hashCode() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
hashCode() - Method in class io.etcd.jetcd.api.CompactionRequest
 
hashCode() - Method in class io.etcd.jetcd.api.CompactionResponse
 
hashCode() - Method in class io.etcd.jetcd.api.Compare
 
hashCode() - Method in class io.etcd.jetcd.api.DefragmentRequest
 
hashCode() - Method in class io.etcd.jetcd.api.DefragmentResponse
 
hashCode() - Method in class io.etcd.jetcd.api.DeleteRangeRequest
 
hashCode() - Method in class io.etcd.jetcd.api.DeleteRangeResponse
 
hashCode() - Method in class io.etcd.jetcd.api.Event
 
hashCode() - Method in class io.etcd.jetcd.api.HashKVRequest
 
hashCode() - Method in class io.etcd.jetcd.api.HashKVResponse
 
hashCode() - Method in class io.etcd.jetcd.api.HashRequest
 
hashCode() - Method in class io.etcd.jetcd.api.HashResponse
 
hashCode() - Method in class io.etcd.jetcd.api.KeyValue
 
hashCode() - Method in class io.etcd.jetcd.api.LeaseGrantRequest
 
hashCode() - Method in class io.etcd.jetcd.api.LeaseGrantResponse
 
hashCode() - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
hashCode() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
hashCode() - Method in class io.etcd.jetcd.api.LeaseRevokeRequest
 
hashCode() - Method in class io.etcd.jetcd.api.LeaseRevokeResponse
 
hashCode() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
hashCode() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
hashCode() - Method in class io.etcd.jetcd.api.lock.LockRequest
 
hashCode() - Method in class io.etcd.jetcd.api.lock.LockResponse
 
hashCode() - Method in class io.etcd.jetcd.api.lock.UnlockRequest
 
hashCode() - Method in class io.etcd.jetcd.api.lock.UnlockResponse
 
hashCode() - Method in class io.etcd.jetcd.api.Member
 
hashCode() - Method in class io.etcd.jetcd.api.MemberAddRequest
 
hashCode() - Method in class io.etcd.jetcd.api.MemberAddResponse
 
hashCode() - Method in class io.etcd.jetcd.api.MemberListRequest
 
hashCode() - Method in class io.etcd.jetcd.api.MemberListResponse
 
hashCode() - Method in class io.etcd.jetcd.api.MemberRemoveRequest
 
hashCode() - Method in class io.etcd.jetcd.api.MemberRemoveResponse
 
hashCode() - Method in class io.etcd.jetcd.api.MemberUpdateRequest
 
hashCode() - Method in class io.etcd.jetcd.api.MemberUpdateResponse
 
hashCode() - Method in class io.etcd.jetcd.api.MoveLeaderRequest
 
hashCode() - Method in class io.etcd.jetcd.api.MoveLeaderResponse
 
hashCode() - Method in class io.etcd.jetcd.api.Permission
 
hashCode() - Method in class io.etcd.jetcd.api.PutRequest
 
hashCode() - Method in class io.etcd.jetcd.api.PutResponse
 
hashCode() - Method in class io.etcd.jetcd.api.RangeRequest
 
hashCode() - Method in class io.etcd.jetcd.api.RangeResponse
 
hashCode() - Method in class io.etcd.jetcd.api.RequestOp
 
hashCode() - Method in class io.etcd.jetcd.api.ResponseHeader
 
hashCode() - Method in class io.etcd.jetcd.api.ResponseOp
 
hashCode() - Method in class io.etcd.jetcd.api.Role
 
hashCode() - Method in class io.etcd.jetcd.api.SnapshotRequest
 
hashCode() - Method in class io.etcd.jetcd.api.SnapshotResponse
 
hashCode() - Method in class io.etcd.jetcd.api.StatusRequest
 
hashCode() - Method in class io.etcd.jetcd.api.StatusResponse
 
hashCode() - Method in class io.etcd.jetcd.api.TxnRequest
 
hashCode() - Method in class io.etcd.jetcd.api.TxnResponse
 
hashCode() - Method in class io.etcd.jetcd.api.User
 
hashCode() - Method in class io.etcd.jetcd.api.WatchCancelRequest
 
hashCode() - Method in class io.etcd.jetcd.api.WatchCreateRequest
 
hashCode() - Method in class io.etcd.jetcd.api.WatchRequest
 
hashCode() - Method in class io.etcd.jetcd.api.WatchResponse
 
hashCode() - Method in class io.etcd.jetcd.ByteSequence
 
hasHeader() - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AlarmResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.AlarmResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthDisableResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthDisableResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.AuthDisableResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthEnableResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthEnableResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.AuthEnableResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthenticateResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.AuthenticateResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthRoleAddResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthRoleAddResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.AuthRoleAddResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.AuthRoleDeleteResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.AuthRoleGetResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.AuthRoleGrantPermissionResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthRoleListResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.AuthRoleListResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.AuthRoleRevokePermissionResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthUserAddResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthUserAddResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.AuthUserAddResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.AuthUserChangePasswordResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.AuthUserDeleteResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthUserGetResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.AuthUserGetResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.AuthUserGrantRoleResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthUserListResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.AuthUserListResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.AuthUserRevokeRoleResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.CompactionResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.CompactionResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.CompactionResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.DefragmentResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.DefragmentResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.DefragmentResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.DeleteRangeResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.DeleteRangeResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.HashKVResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.HashKVResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.HashResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.HashResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.HashResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.LeaseGrantResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.LeaseGrantResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.LeaseKeepAliveResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.LeaseRevokeResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.LeaseRevokeResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.LeaseRevokeResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.LeaseTimeToLiveResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.lock.LockResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.lock.LockResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.lock.LockResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.lock.UnlockResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.lock.UnlockResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.lock.UnlockResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.MemberAddResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.MemberAddResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.MemberListResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.MemberListResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.MemberRemoveResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.MemberRemoveResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.MemberUpdateResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.MemberUpdateResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.MoveLeaderResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.MoveLeaderResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.MoveLeaderResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.PutResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.PutResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.PutResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.RangeResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.RangeResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.RangeResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
header has the current key-value store information.
hasHeader() - Method in class io.etcd.jetcd.api.SnapshotResponse
header has the current key-value store information.
hasHeader() - Method in interface io.etcd.jetcd.api.SnapshotResponseOrBuilder
header has the current key-value store information.
hasHeader() - Method in class io.etcd.jetcd.api.StatusResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.StatusResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.StatusResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.TxnResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.TxnResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.TxnResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in class io.etcd.jetcd.api.WatchResponse
.etcdserverpb.ResponseHeader header = 1;
hasHeader() - Method in interface io.etcd.jetcd.api.WatchResponseOrBuilder
.etcdserverpb.ResponseHeader header = 1;
hashKV(HashKVRequest) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceBlockingStub
HashKV computes the hash of all MVCC keys up to a given revision.
hashKV(HashKVRequest) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceFutureStub
HashKV computes the hash of all MVCC keys up to a given revision.
hashKV(HashKVRequest, StreamObserver<HashKVResponse>) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceImplBase
HashKV computes the hash of all MVCC keys up to a given revision.
hashKV(HashKVRequest, StreamObserver<HashKVResponse>) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceStub
HashKV computes the hash of all MVCC keys up to a given revision.
hashKV(URI, long) - Method in interface io.etcd.jetcd.Maintenance
returns a hash of the KV state at the time of the RPC.
HashKVRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.HashKVRequest
HashKVRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.HashKVRequest
HashKVRequestOrBuilder - Interface in io.etcd.jetcd.api
 
HashKVResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.HashKVResponse
HashKVResponse - Class in io.etcd.jetcd.maintenance
HashKVResponse returned by Maintenance#HashKV(String, long).
HashKVResponse(HashKVResponse) - Constructor for class io.etcd.jetcd.maintenance.HashKVResponse
 
HashKVResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.HashKVResponse
HashKVResponseOrBuilder - Interface in io.etcd.jetcd.api
 
HashRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.HashRequest
HashRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.HashRequest
HashRequestOrBuilder - Interface in io.etcd.jetcd.api
 
HashResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.HashResponse
HashResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.HashResponse
HashResponseOrBuilder - Interface in io.etcd.jetcd.api
 
hasKv() - Method in class io.etcd.jetcd.api.Event.Builder
kv holds the KeyValue for the event.
hasKv() - Method in class io.etcd.jetcd.api.Event
kv holds the KeyValue for the event.
hasKv() - Method in interface io.etcd.jetcd.api.EventOrBuilder
kv holds the KeyValue for the event.
hasMember() - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
member is the member information for the added member.
hasMember() - Method in class io.etcd.jetcd.api.MemberAddResponse
member is the member information for the added member.
hasMember() - Method in interface io.etcd.jetcd.api.MemberAddResponseOrBuilder
member is the member information for the added member.
hasPerm() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
perm is the permission to grant to the role.
hasPerm() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
perm is the permission to grant to the role.
hasPerm() - Method in interface io.etcd.jetcd.api.AuthRoleGrantPermissionRequestOrBuilder
perm is the permission to grant to the role.
hasPrevKv() - Method in class io.etcd.jetcd.api.Event.Builder
prev_kv holds the key-value pair before the event happens.
hasPrevKv() - Method in class io.etcd.jetcd.api.Event
prev_kv holds the key-value pair before the event happens.
hasPrevKv() - Method in interface io.etcd.jetcd.api.EventOrBuilder
prev_kv holds the key-value pair before the event happens.
hasPrevKv() - Method in class io.etcd.jetcd.api.PutResponse.Builder
if prev_kv is set in the request, the previous key-value pair will be returned.
hasPrevKv() - Method in class io.etcd.jetcd.api.PutResponse
if prev_kv is set in the request, the previous key-value pair will be returned.
hasPrevKv() - Method in interface io.etcd.jetcd.api.PutResponseOrBuilder
if prev_kv is set in the request, the previous key-value pair will be returned.
hasPrevKv() - Method in class io.etcd.jetcd.kv.PutResponse
 
hasRequestDeleteRange() - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.DeleteRangeRequest request_delete_range = 3;
hasRequestDeleteRange() - Method in class io.etcd.jetcd.api.RequestOp
.etcdserverpb.DeleteRangeRequest request_delete_range = 3;
hasRequestDeleteRange() - Method in interface io.etcd.jetcd.api.RequestOpOrBuilder
.etcdserverpb.DeleteRangeRequest request_delete_range = 3;
hasRequestPut() - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.PutRequest request_put = 2;
hasRequestPut() - Method in class io.etcd.jetcd.api.RequestOp
.etcdserverpb.PutRequest request_put = 2;
hasRequestPut() - Method in interface io.etcd.jetcd.api.RequestOpOrBuilder
.etcdserverpb.PutRequest request_put = 2;
hasRequestRange() - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.RangeRequest request_range = 1;
hasRequestRange() - Method in class io.etcd.jetcd.api.RequestOp
.etcdserverpb.RangeRequest request_range = 1;
hasRequestRange() - Method in interface io.etcd.jetcd.api.RequestOpOrBuilder
.etcdserverpb.RangeRequest request_range = 1;
hasRequestTxn() - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.TxnRequest request_txn = 4;
hasRequestTxn() - Method in class io.etcd.jetcd.api.RequestOp
.etcdserverpb.TxnRequest request_txn = 4;
hasRequestTxn() - Method in interface io.etcd.jetcd.api.RequestOpOrBuilder
.etcdserverpb.TxnRequest request_txn = 4;
hasResponseDeleteRange() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.DeleteRangeResponse response_delete_range = 3;
hasResponseDeleteRange() - Method in class io.etcd.jetcd.api.ResponseOp
.etcdserverpb.DeleteRangeResponse response_delete_range = 3;
hasResponseDeleteRange() - Method in interface io.etcd.jetcd.api.ResponseOpOrBuilder
.etcdserverpb.DeleteRangeResponse response_delete_range = 3;
hasResponsePut() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.PutResponse response_put = 2;
hasResponsePut() - Method in class io.etcd.jetcd.api.ResponseOp
.etcdserverpb.PutResponse response_put = 2;
hasResponsePut() - Method in interface io.etcd.jetcd.api.ResponseOpOrBuilder
.etcdserverpb.PutResponse response_put = 2;
hasResponseRange() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.RangeResponse response_range = 1;
hasResponseRange() - Method in class io.etcd.jetcd.api.ResponseOp
.etcdserverpb.RangeResponse response_range = 1;
hasResponseRange() - Method in interface io.etcd.jetcd.api.ResponseOpOrBuilder
.etcdserverpb.RangeResponse response_range = 1;
hasResponseTxn() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.TxnResponse response_txn = 4;
hasResponseTxn() - Method in class io.etcd.jetcd.api.ResponseOp
.etcdserverpb.TxnResponse response_txn = 4;
hasResponseTxn() - Method in interface io.etcd.jetcd.api.ResponseOpOrBuilder
.etcdserverpb.TxnResponse response_txn = 4;
header(String, String) - Method in class io.etcd.jetcd.ClientBuilder
Sets an header to be added to http request headers.
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AlarmResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthDisableResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthEnableResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthenticateResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthRoleAddResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthRoleGetResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthRoleListResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthUserAddResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthUserGetResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthUserListResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.CompactionResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.DefragmentResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.DeleteRangeResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.HashKVResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.HashResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.LeaseGrantResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.LeaseRevokeResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.lock.LockResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.lock.UnlockResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.MemberAddResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.MemberListResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.MemberRemoveResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.MemberUpdateResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.MoveLeaderResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.PutResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.RangeResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.SnapshotResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.StatusResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.TxnResponse
 
HEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.WatchResponse
 
headers() - Method in class io.etcd.jetcd.ClientBuilder
 
headers(Map<Metadata.Key, Object>) - Method in class io.etcd.jetcd.ClientBuilder
Sets headers to be added to http request headers.

I

ID_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.LeaseGrantRequest
 
ID_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.LeaseGrantResponse
 
ID_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
ID_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
ID_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.LeaseRevokeRequest
 
ID_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
ID_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
ID_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.Member
 
ID_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.MemberRemoveRequest
 
ID_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.MemberUpdateRequest
 
If(Cmp...) - Method in class io.etcd.jetcd.op.TxnImpl
 
If(Cmp...) - Method in interface io.etcd.jetcd.Txn
takes a list of comparison.
IGNORE_LEASE_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.PutRequest
 
IGNORE_VALUE_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.PutRequest
 
interceptor(ClientInterceptor, ClientInterceptor...) - Method in class io.etcd.jetcd.ClientBuilder
Add interceptors.
interceptors() - Method in class io.etcd.jetcd.ClientBuilder
 
interceptors(List<ClientInterceptor>) - Method in class io.etcd.jetcd.ClientBuilder
Set the interceptors.
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AlarmMember.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AlarmMember
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AlarmRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AlarmResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthDisableRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthDisableRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthDisableResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthDisableResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthEnableRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthEnableRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthEnableResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthEnableResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthenticateRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthenticateRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthenticateResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthRoleAddRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthRoleAddRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthRoleAddResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthRoleAddResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthRoleGetRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthRoleGetRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthRoleListRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthRoleListRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthRoleListResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthUserAddRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthUserAddRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthUserAddResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthUserAddResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthUserGetRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthUserGetRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthUserGetResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthUserListRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthUserListRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthUserListResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.CompactionRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.CompactionRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.CompactionResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.CompactionResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.Compare.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.Compare
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.DefragmentRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.DefragmentRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.DefragmentResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.DefragmentResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.DeleteRangeRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.DeleteRangeRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.DeleteRangeResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.Event.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.Event
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.HashKVRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.HashKVRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.HashKVResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.HashRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.HashRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.HashResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.HashResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.KeyValue.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.KeyValue
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.LeaseGrantRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.LeaseGrantRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.LeaseGrantResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.LeaseRevokeRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.LeaseRevokeRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.LeaseRevokeResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.LeaseRevokeResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.lock.LockRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.lock.LockRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.lock.LockResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.lock.LockResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.lock.UnlockRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.lock.UnlockRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.lock.UnlockResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.lock.UnlockResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.Member.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.Member
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.MemberAddRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.MemberAddRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.MemberAddResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.MemberListRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.MemberListRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.MemberListResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.MemberRemoveRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.MemberRemoveRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.MemberRemoveResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.MemberUpdateRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.MemberUpdateResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.MoveLeaderRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.MoveLeaderRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.MoveLeaderResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.MoveLeaderResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.Permission.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.Permission
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.PutRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.PutRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.PutResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.PutResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.RangeRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.RangeResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.RangeResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.RequestOp.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.RequestOp
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.ResponseHeader
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.ResponseOp
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.Role.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.Role
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.SnapshotRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.SnapshotRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.SnapshotResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.StatusRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.StatusRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.StatusResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.StatusResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.TxnRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.TxnRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.TxnResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.TxnResponse
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.User.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.User
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.WatchCancelRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.WatchCancelRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.WatchCreateRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.WatchRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.WatchRequest
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.etcd.jetcd.api.WatchResponse
 
internalGetValueMap() - Static method in enum io.etcd.jetcd.api.AlarmRequest.AlarmAction
 
internalGetValueMap() - Static method in enum io.etcd.jetcd.api.AlarmType
 
internalGetValueMap() - Static method in enum io.etcd.jetcd.api.Compare.CompareResult
 
internalGetValueMap() - Static method in enum io.etcd.jetcd.api.Compare.CompareTarget
 
internalGetValueMap() - Static method in enum io.etcd.jetcd.api.Event.EventType
 
internalGetValueMap() - Static method in enum io.etcd.jetcd.api.Permission.Type
 
internalGetValueMap() - Static method in enum io.etcd.jetcd.api.RangeRequest.SortOrder
 
internalGetValueMap() - Static method in enum io.etcd.jetcd.api.RangeRequest.SortTarget
 
internalGetValueMap() - Static method in enum io.etcd.jetcd.api.WatchCreateRequest.FilterType
 
io.etcd.jetcd - package io.etcd.jetcd
 
io.etcd.jetcd.api - package io.etcd.jetcd.api
 
io.etcd.jetcd.api.lock - package io.etcd.jetcd.api.lock
 
io.etcd.jetcd.auth - package io.etcd.jetcd.auth
 
io.etcd.jetcd.cluster - package io.etcd.jetcd.cluster
 
io.etcd.jetcd.kv - package io.etcd.jetcd.kv
 
io.etcd.jetcd.lease - package io.etcd.jetcd.lease
 
io.etcd.jetcd.lock - package io.etcd.jetcd.lock
 
io.etcd.jetcd.maintenance - package io.etcd.jetcd.maintenance
 
io.etcd.jetcd.op - package io.etcd.jetcd.op
 
io.etcd.jetcd.options - package io.etcd.jetcd.options
 
io.etcd.jetcd.watch - package io.etcd.jetcd.watch
 
isAttachedKeys() - Method in class io.etcd.jetcd.options.LeaseOption
 
isCountOnly() - Method in class io.etcd.jetcd.options.GetOption
 
isEmpty() - Method in class io.etcd.jetcd.ByteSequence
 
isInitialized() - Method in class io.etcd.jetcd.api.AlarmMember.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AlarmMember
 
isInitialized() - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AlarmRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AlarmResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthDisableRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthDisableRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthDisableResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthDisableResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthEnableRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthEnableRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthEnableResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthEnableResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthenticateRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthenticateRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthenticateResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthRoleAddRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthRoleAddRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthRoleAddResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthRoleAddResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthRoleGetRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthRoleGetRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthRoleListRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthRoleListRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthRoleListResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthUserAddRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthUserAddRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthUserAddResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthUserAddResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthUserGetRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthUserGetRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthUserGetResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthUserListRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthUserListRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthUserListResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.CompactionRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.CompactionRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.CompactionResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.CompactionResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.Compare.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.Compare
 
isInitialized() - Method in class io.etcd.jetcd.api.DefragmentRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.DefragmentRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.DefragmentResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.DefragmentResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.DeleteRangeRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.DeleteRangeRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.DeleteRangeResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.Event.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.Event
 
isInitialized() - Method in class io.etcd.jetcd.api.HashKVRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.HashKVRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.HashKVResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.HashRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.HashRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.HashResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.HashResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.KeyValue.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.KeyValue
 
isInitialized() - Method in class io.etcd.jetcd.api.LeaseGrantRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.LeaseGrantRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.LeaseGrantResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.LeaseRevokeRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.LeaseRevokeRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.LeaseRevokeResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.LeaseRevokeResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.lock.LockRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.lock.LockRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.lock.LockResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.lock.LockResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.lock.UnlockRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.lock.UnlockRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.lock.UnlockResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.lock.UnlockResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.Member.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.Member
 
isInitialized() - Method in class io.etcd.jetcd.api.MemberAddRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.MemberAddRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.MemberAddResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.MemberListRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.MemberListRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.MemberListResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.MemberRemoveRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.MemberRemoveRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.MemberRemoveResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.MemberUpdateRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.MemberUpdateResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.MoveLeaderRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.MoveLeaderRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.MoveLeaderResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.MoveLeaderResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.Permission.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.Permission
 
isInitialized() - Method in class io.etcd.jetcd.api.PutRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.PutRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.PutResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.PutResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.RangeRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.RangeRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.RangeResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.RangeResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.RequestOp.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.RequestOp
 
isInitialized() - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.ResponseHeader
 
isInitialized() - Method in class io.etcd.jetcd.api.ResponseOp.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.ResponseOp
 
isInitialized() - Method in class io.etcd.jetcd.api.Role.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.Role
 
isInitialized() - Method in class io.etcd.jetcd.api.SnapshotRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.SnapshotRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.SnapshotResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.StatusRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.StatusRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.StatusResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.StatusResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.TxnRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.TxnRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.TxnResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.TxnResponse
 
isInitialized() - Method in class io.etcd.jetcd.api.User.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.User
 
isInitialized() - Method in class io.etcd.jetcd.api.WatchCancelRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.WatchCancelRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.WatchCreateRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.WatchRequest.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.WatchRequest
 
isInitialized() - Method in class io.etcd.jetcd.api.WatchResponse.Builder
 
isInitialized() - Method in class io.etcd.jetcd.api.WatchResponse
 
isKeysOnly() - Method in class io.etcd.jetcd.options.GetOption
 
isMore() - Method in class io.etcd.jetcd.kv.GetResponse
more indicates if there are more keys to return in the requested range.
isNoDelete() - Method in class io.etcd.jetcd.options.WatchOption
Whether filter delete event in server side.
isNoPut() - Method in class io.etcd.jetcd.options.WatchOption
Whether filter put event in server side.
isPhysical() - Method in class io.etcd.jetcd.options.CompactOption
 
isPrevKV() - Method in class io.etcd.jetcd.options.DeleteOption
Whether to get the previous key/value pairs before deleting them.
isPrevKV() - Method in class io.etcd.jetcd.options.WatchOption
Whether created watcher gets the previous KV before the event happens.
isProgressNotify() - Method in class io.etcd.jetcd.options.WatchOption
Whether watcher server send periodic progress updates.
isSerializable() - Method in class io.etcd.jetcd.options.GetOption
 
isSucceeded() - Method in class io.etcd.jetcd.kv.TxnResponse
return true if the compare evaluated to true or false otherwise.

J

JetcdProto - Class in io.etcd.jetcd.api
 
JetcdProto - Class in io.etcd.jetcd.api.lock
 

K

keepAlive(long, StreamObserver<LeaseKeepAliveResponse>) - Method in interface io.etcd.jetcd.Lease
keep the given lease alive forever.
keepAliveOnce(long) - Method in interface io.etcd.jetcd.Lease
keep alive one lease only once.
key - Variable in class io.etcd.jetcd.op.Op
 
KEY_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
KEY_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.Compare
 
KEY_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.DeleteRangeRequest
 
KEY_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.KeyValue
 
KEY_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.lock.LockResponse
 
KEY_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.lock.UnlockRequest
 
KEY_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.Permission
 
KEY_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.PutRequest
 
KEY_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.RangeRequest
 
KEY_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.WatchCreateRequest
 
KEY_VALUE - Static variable in enum io.etcd.jetcd.api.RangeRequest.SortTarget
KEY = 0;
KEYPERMISSION_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.Role
 
KEYS_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
KEYS_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
KEYS_ONLY_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.RangeRequest
 
KeyValue - Class in io.etcd.jetcd.api
Protobuf type mvccpb.KeyValue
KeyValue - Class in io.etcd.jetcd
Etcd key value pair.
KeyValue(KeyValue, ByteSequence) - Constructor for class io.etcd.jetcd.KeyValue
 
KeyValue.Builder - Class in io.etcd.jetcd.api
Protobuf type mvccpb.KeyValue
KeyValueOrBuilder - Interface in io.etcd.jetcd.api
 
Kv - Class in io.etcd.jetcd.api
 
KV - Interface in io.etcd.jetcd
Interface of kv client talking to etcd.
KV_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.Event
 
KVGrpc - Class in io.etcd.jetcd.api
 
KVGrpc.KVBlockingStub - Class in io.etcd.jetcd.api
 
KVGrpc.KVFutureStub - Class in io.etcd.jetcd.api
 
KVGrpc.KVImplBase - Class in io.etcd.jetcd.api
 
KVGrpc.KVStub - Class in io.etcd.jetcd.api
 
KVImplBase() - Constructor for class io.etcd.jetcd.api.KVGrpc.KVImplBase
 
KVS_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.RangeResponse
 

L

lazyInitialization() - Method in class io.etcd.jetcd.ClientBuilder
 
lazyInitialization(boolean) - Method in class io.etcd.jetcd.ClientBuilder
Define if the client has to initialize connectivity and authentication on client constructor or delay it to the first call to a client.
LEADER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.StatusResponse
 
Lease - Interface in io.etcd.jetcd
Interface of KeepAlive talking to etcd.
LEASE_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.KeyValue
 
LEASE_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.lock.LockRequest
 
LEASE_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.PutRequest
 
leaseGrant(LeaseGrantRequest) - Method in class io.etcd.jetcd.api.LeaseGrpc.LeaseBlockingStub
LeaseGrant creates a lease which expires if the server does not receive a keepAlive within a given time to live period.
leaseGrant(LeaseGrantRequest) - Method in class io.etcd.jetcd.api.LeaseGrpc.LeaseFutureStub
LeaseGrant creates a lease which expires if the server does not receive a keepAlive within a given time to live period.
leaseGrant(LeaseGrantRequest, StreamObserver<LeaseGrantResponse>) - Method in class io.etcd.jetcd.api.LeaseGrpc.LeaseImplBase
LeaseGrant creates a lease which expires if the server does not receive a keepAlive within a given time to live period.
leaseGrant(LeaseGrantRequest, StreamObserver<LeaseGrantResponse>) - Method in class io.etcd.jetcd.api.LeaseGrpc.LeaseStub
LeaseGrant creates a lease which expires if the server does not receive a keepAlive within a given time to live period.
LeaseGrantRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.LeaseGrantRequest
LeaseGrantRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.LeaseGrantRequest
LeaseGrantRequestOrBuilder - Interface in io.etcd.jetcd.api
 
LeaseGrantResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.LeaseGrantResponse
LeaseGrantResponse - Class in io.etcd.jetcd.lease
 
LeaseGrantResponse(LeaseGrantResponse) - Constructor for class io.etcd.jetcd.lease.LeaseGrantResponse
 
LeaseGrantResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.LeaseGrantResponse
LeaseGrantResponseOrBuilder - Interface in io.etcd.jetcd.api
 
LeaseGrpc - Class in io.etcd.jetcd.api
 
LeaseGrpc.LeaseBlockingStub - Class in io.etcd.jetcd.api
 
LeaseGrpc.LeaseFutureStub - Class in io.etcd.jetcd.api
 
LeaseGrpc.LeaseImplBase - Class in io.etcd.jetcd.api
 
LeaseGrpc.LeaseStub - Class in io.etcd.jetcd.api
 
LeaseImplBase() - Constructor for class io.etcd.jetcd.api.LeaseGrpc.LeaseImplBase
 
leaseKeepAlive(StreamObserver<LeaseKeepAliveResponse>) - Method in class io.etcd.jetcd.api.LeaseGrpc.LeaseImplBase
LeaseKeepAlive keeps the lease alive by streaming keep alive requests from the client to the server and streaming keep alive responses from the server to the client.
leaseKeepAlive(StreamObserver<LeaseKeepAliveResponse>) - Method in class io.etcd.jetcd.api.LeaseGrpc.LeaseStub
LeaseKeepAlive keeps the lease alive by streaming keep alive requests from the client to the server and streaming keep alive responses from the server to the client.
LeaseKeepAliveRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.LeaseKeepAliveRequest
LeaseKeepAliveRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.LeaseKeepAliveRequest
LeaseKeepAliveRequestOrBuilder - Interface in io.etcd.jetcd.api
 
LeaseKeepAliveResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.LeaseKeepAliveResponse
LeaseKeepAliveResponse - Class in io.etcd.jetcd.lease
 
LeaseKeepAliveResponse(LeaseKeepAliveResponse) - Constructor for class io.etcd.jetcd.lease.LeaseKeepAliveResponse
 
leaseKeepAliveResponse - Variable in class io.etcd.jetcd.lease.LeaseKeepAliveResponseWithError
 
LeaseKeepAliveResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.LeaseKeepAliveResponse
LeaseKeepAliveResponseOrBuilder - Interface in io.etcd.jetcd.api
 
LeaseKeepAliveResponseWithError - Class in io.etcd.jetcd.lease
 
LeaseKeepAliveResponseWithError(LeaseKeepAliveResponse) - Constructor for class io.etcd.jetcd.lease.LeaseKeepAliveResponseWithError
 
LeaseKeepAliveResponseWithError(EtcdException) - Constructor for class io.etcd.jetcd.lease.LeaseKeepAliveResponseWithError
 
LeaseOption - Class in io.etcd.jetcd.options
 
LeaseOption.Builder - Class in io.etcd.jetcd.options
 
leaseRevoke(LeaseRevokeRequest) - Method in class io.etcd.jetcd.api.LeaseGrpc.LeaseBlockingStub
LeaseRevoke revokes a lease.
leaseRevoke(LeaseRevokeRequest) - Method in class io.etcd.jetcd.api.LeaseGrpc.LeaseFutureStub
LeaseRevoke revokes a lease.
leaseRevoke(LeaseRevokeRequest, StreamObserver<LeaseRevokeResponse>) - Method in class io.etcd.jetcd.api.LeaseGrpc.LeaseImplBase
LeaseRevoke revokes a lease.
leaseRevoke(LeaseRevokeRequest, StreamObserver<LeaseRevokeResponse>) - Method in class io.etcd.jetcd.api.LeaseGrpc.LeaseStub
LeaseRevoke revokes a lease.
LeaseRevokeRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.LeaseRevokeRequest
LeaseRevokeRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.LeaseRevokeRequest
LeaseRevokeRequestOrBuilder - Interface in io.etcd.jetcd.api
 
LeaseRevokeResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.LeaseRevokeResponse
LeaseRevokeResponse - Class in io.etcd.jetcd.lease
 
LeaseRevokeResponse(LeaseRevokeResponse) - Constructor for class io.etcd.jetcd.lease.LeaseRevokeResponse
 
LeaseRevokeResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.LeaseRevokeResponse
LeaseRevokeResponseOrBuilder - Interface in io.etcd.jetcd.api
 
leaseTimeToLive(LeaseTimeToLiveRequest) - Method in class io.etcd.jetcd.api.LeaseGrpc.LeaseBlockingStub
LeaseTimeToLive retrieves lease information.
leaseTimeToLive(LeaseTimeToLiveRequest) - Method in class io.etcd.jetcd.api.LeaseGrpc.LeaseFutureStub
LeaseTimeToLive retrieves lease information.
leaseTimeToLive(LeaseTimeToLiveRequest, StreamObserver<LeaseTimeToLiveResponse>) - Method in class io.etcd.jetcd.api.LeaseGrpc.LeaseImplBase
LeaseTimeToLive retrieves lease information.
leaseTimeToLive(LeaseTimeToLiveRequest, StreamObserver<LeaseTimeToLiveResponse>) - Method in class io.etcd.jetcd.api.LeaseGrpc.LeaseStub
LeaseTimeToLive retrieves lease information.
LeaseTimeToLiveRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.LeaseTimeToLiveRequest
LeaseTimeToLiveRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.LeaseTimeToLiveRequest
LeaseTimeToLiveRequestOrBuilder - Interface in io.etcd.jetcd.api
 
LeaseTimeToLiveResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.LeaseTimeToLiveResponse
LeaseTimeToLiveResponse - Class in io.etcd.jetcd.lease
 
LeaseTimeToLiveResponse(LeaseTimeToLiveResponse) - Constructor for class io.etcd.jetcd.lease.LeaseTimeToLiveResponse
 
LeaseTimeToLiveResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.LeaseTimeToLiveResponse
LeaseTimeToLiveResponseOrBuilder - Interface in io.etcd.jetcd.api
 
LESS_VALUE - Static variable in enum io.etcd.jetcd.api.Compare.CompareResult
LESS = 2;
LIMIT_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.RangeRequest
 
listAlarms() - Method in interface io.etcd.jetcd.Maintenance
get all active keyspace alarm.
listener(Consumer<WatchResponse>) - Static method in interface io.etcd.jetcd.Watch
 
listener(Consumer<WatchResponse>, Consumer<Throwable>) - Static method in interface io.etcd.jetcd.Watch
 
listener(Consumer<WatchResponse>, Runnable) - Static method in interface io.etcd.jetcd.Watch
 
listener(Consumer<WatchResponse>, Consumer<Throwable>, Runnable) - Static method in interface io.etcd.jetcd.Watch
 
listMember() - Method in interface io.etcd.jetcd.Cluster
lists the current cluster membership.
loadBalancerPolicy(String) - Method in class io.etcd.jetcd.ClientBuilder
config load balancer policy.
loadBalancerPolicy() - Method in class io.etcd.jetcd.ClientBuilder
get the load balancer policy for etcd client.
lock(LockRequest) - Method in class io.etcd.jetcd.api.lock.LockGrpc.LockBlockingStub
Lock acquires a distributed shared lock on a given named lock.
lock(LockRequest) - Method in class io.etcd.jetcd.api.lock.LockGrpc.LockFutureStub
Lock acquires a distributed shared lock on a given named lock.
lock(LockRequest, StreamObserver<LockResponse>) - Method in class io.etcd.jetcd.api.lock.LockGrpc.LockImplBase
Lock acquires a distributed shared lock on a given named lock.
lock(LockRequest, StreamObserver<LockResponse>) - Method in class io.etcd.jetcd.api.lock.LockGrpc.LockStub
Lock acquires a distributed shared lock on a given named lock.
Lock - Interface in io.etcd.jetcd
Interface of Lock talking to etcd.
lock(ByteSequence, long) - Method in interface io.etcd.jetcd.Lock
Acquire a lock with the given name.
LockGrpc - Class in io.etcd.jetcd.api.lock
The lock service exposes client-side locking facilities as a gRPC interface.
LockGrpc.LockBlockingStub - Class in io.etcd.jetcd.api.lock
The lock service exposes client-side locking facilities as a gRPC interface.
LockGrpc.LockFutureStub - Class in io.etcd.jetcd.api.lock
The lock service exposes client-side locking facilities as a gRPC interface.
LockGrpc.LockImplBase - Class in io.etcd.jetcd.api.lock
The lock service exposes client-side locking facilities as a gRPC interface.
LockGrpc.LockStub - Class in io.etcd.jetcd.api.lock
The lock service exposes client-side locking facilities as a gRPC interface.
LockImplBase() - Constructor for class io.etcd.jetcd.api.lock.LockGrpc.LockImplBase
 
LockRequest - Class in io.etcd.jetcd.api.lock
Protobuf type v3lockpb.LockRequest
LockRequest.Builder - Class in io.etcd.jetcd.api.lock
Protobuf type v3lockpb.LockRequest
LockRequestOrBuilder - Interface in io.etcd.jetcd.api.lock
 
LockResponse - Class in io.etcd.jetcd.api.lock
Protobuf type v3lockpb.LockResponse
LockResponse - Class in io.etcd.jetcd.lock
 
LockResponse(LockResponse, ByteSequence) - Constructor for class io.etcd.jetcd.lock.LockResponse
 
LockResponse.Builder - Class in io.etcd.jetcd.api.lock
Protobuf type v3lockpb.LockResponse
LockResponseOrBuilder - Interface in io.etcd.jetcd.api.lock
 

M

Maintenance - Interface in io.etcd.jetcd
Interface of maintenance talking to etcd.
MaintenanceGrpc - Class in io.etcd.jetcd.api
 
MaintenanceGrpc.MaintenanceBlockingStub - Class in io.etcd.jetcd.api
 
MaintenanceGrpc.MaintenanceFutureStub - Class in io.etcd.jetcd.api
 
MaintenanceGrpc.MaintenanceImplBase - Class in io.etcd.jetcd.api
 
MaintenanceGrpc.MaintenanceStub - Class in io.etcd.jetcd.api
 
MaintenanceImplBase() - Constructor for class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceImplBase
 
MAX_CREATE_REVISION_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.RangeRequest
 
MAX_MOD_REVISION_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.RangeRequest
 
maxInboundMessageSize() - Method in class io.etcd.jetcd.ClientBuilder
 
maxInboundMessageSize(Integer) - Method in class io.etcd.jetcd.ClientBuilder
Sets the maximum message size allowed for a single gRPC frame.
Member - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.Member
Member - Class in io.etcd.jetcd.cluster
 
Member(Member) - Constructor for class io.etcd.jetcd.cluster.Member
 
Member.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.Member
MEMBER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.MemberAddResponse
 
MEMBER_ID_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.ResponseHeader
 
memberAdd(MemberAddRequest) - Method in class io.etcd.jetcd.api.ClusterGrpc.ClusterBlockingStub
MemberAdd adds a member into the cluster.
memberAdd(MemberAddRequest) - Method in class io.etcd.jetcd.api.ClusterGrpc.ClusterFutureStub
MemberAdd adds a member into the cluster.
memberAdd(MemberAddRequest, StreamObserver<MemberAddResponse>) - Method in class io.etcd.jetcd.api.ClusterGrpc.ClusterImplBase
MemberAdd adds a member into the cluster.
memberAdd(MemberAddRequest, StreamObserver<MemberAddResponse>) - Method in class io.etcd.jetcd.api.ClusterGrpc.ClusterStub
MemberAdd adds a member into the cluster.
MemberAddRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.MemberAddRequest
MemberAddRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.MemberAddRequest
MemberAddRequestOrBuilder - Interface in io.etcd.jetcd.api
 
MemberAddResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.MemberAddResponse
MemberAddResponse - Class in io.etcd.jetcd.cluster
MemberAddResponse returned by Cluster.addMember(List) contains a header, added member, and list of members after adding the new member.
MemberAddResponse(MemberAddResponse) - Constructor for class io.etcd.jetcd.cluster.MemberAddResponse
 
MemberAddResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.MemberAddResponse
MemberAddResponseOrBuilder - Interface in io.etcd.jetcd.api
 
MEMBERID_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AlarmMember
 
MEMBERID_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AlarmRequest
 
memberList(MemberListRequest) - Method in class io.etcd.jetcd.api.ClusterGrpc.ClusterBlockingStub
MemberList lists all the members in the cluster.
memberList(MemberListRequest) - Method in class io.etcd.jetcd.api.ClusterGrpc.ClusterFutureStub
MemberList lists all the members in the cluster.
memberList(MemberListRequest, StreamObserver<MemberListResponse>) - Method in class io.etcd.jetcd.api.ClusterGrpc.ClusterImplBase
MemberList lists all the members in the cluster.
memberList(MemberListRequest, StreamObserver<MemberListResponse>) - Method in class io.etcd.jetcd.api.ClusterGrpc.ClusterStub
MemberList lists all the members in the cluster.
MemberListRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.MemberListRequest
MemberListRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.MemberListRequest
MemberListRequestOrBuilder - Interface in io.etcd.jetcd.api
 
MemberListResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.MemberListResponse
MemberListResponse - Class in io.etcd.jetcd.cluster
MemberListResponse returned by Cluster.listMember() contains a header and a list of members.
MemberListResponse(MemberListResponse) - Constructor for class io.etcd.jetcd.cluster.MemberListResponse
 
MemberListResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.MemberListResponse
MemberListResponseOrBuilder - Interface in io.etcd.jetcd.api
 
MemberOrBuilder - Interface in io.etcd.jetcd.api
 
memberRemove(MemberRemoveRequest) - Method in class io.etcd.jetcd.api.ClusterGrpc.ClusterBlockingStub
MemberRemove removes an existing member from the cluster.
memberRemove(MemberRemoveRequest) - Method in class io.etcd.jetcd.api.ClusterGrpc.ClusterFutureStub
MemberRemove removes an existing member from the cluster.
memberRemove(MemberRemoveRequest, StreamObserver<MemberRemoveResponse>) - Method in class io.etcd.jetcd.api.ClusterGrpc.ClusterImplBase
MemberRemove removes an existing member from the cluster.
memberRemove(MemberRemoveRequest, StreamObserver<MemberRemoveResponse>) - Method in class io.etcd.jetcd.api.ClusterGrpc.ClusterStub
MemberRemove removes an existing member from the cluster.
MemberRemoveRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.MemberRemoveRequest
MemberRemoveRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.MemberRemoveRequest
MemberRemoveRequestOrBuilder - Interface in io.etcd.jetcd.api
 
MemberRemoveResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.MemberRemoveResponse
MemberRemoveResponse - Class in io.etcd.jetcd.cluster
MemberRemoveResponse returned by Cluster.removeMember(long) contains a header and a list of member the removal of the member.
MemberRemoveResponse(MemberRemoveResponse) - Constructor for class io.etcd.jetcd.cluster.MemberRemoveResponse
 
MemberRemoveResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.MemberRemoveResponse
MemberRemoveResponseOrBuilder - Interface in io.etcd.jetcd.api
 
MEMBERS_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.MemberAddResponse
 
MEMBERS_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.MemberListResponse
 
MEMBERS_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.MemberRemoveResponse
 
MEMBERS_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.MemberUpdateResponse
 
memberUpdate(MemberUpdateRequest) - Method in class io.etcd.jetcd.api.ClusterGrpc.ClusterBlockingStub
MemberUpdate updates the member configuration.
memberUpdate(MemberUpdateRequest) - Method in class io.etcd.jetcd.api.ClusterGrpc.ClusterFutureStub
MemberUpdate updates the member configuration.
memberUpdate(MemberUpdateRequest, StreamObserver<MemberUpdateResponse>) - Method in class io.etcd.jetcd.api.ClusterGrpc.ClusterImplBase
MemberUpdate updates the member configuration.
memberUpdate(MemberUpdateRequest, StreamObserver<MemberUpdateResponse>) - Method in class io.etcd.jetcd.api.ClusterGrpc.ClusterStub
MemberUpdate updates the member configuration.
MemberUpdateRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.MemberUpdateRequest
MemberUpdateRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.MemberUpdateRequest
MemberUpdateRequestOrBuilder - Interface in io.etcd.jetcd.api
 
MemberUpdateResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.MemberUpdateResponse
MemberUpdateResponse - Class in io.etcd.jetcd.cluster
MemberUpdateResponse returned by Cluster.updateMember(long, List) contains a header and a list of members after the member update.
MemberUpdateResponse(MemberUpdateResponse) - Constructor for class io.etcd.jetcd.cluster.MemberUpdateResponse
 
MemberUpdateResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.MemberUpdateResponse
MemberUpdateResponseOrBuilder - Interface in io.etcd.jetcd.api
 
mergeCancelRequest(WatchCancelRequest) - Method in class io.etcd.jetcd.api.WatchRequest.Builder
.etcdserverpb.WatchCancelRequest cancel_request = 2;
mergeCreateRequest(WatchCreateRequest) - Method in class io.etcd.jetcd.api.WatchRequest.Builder
.etcdserverpb.WatchCreateRequest create_request = 1;
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AlarmMember.Builder
 
mergeFrom(AlarmMember) - Method in class io.etcd.jetcd.api.AlarmMember.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AlarmMember.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
 
mergeFrom(AlarmRequest) - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
 
mergeFrom(AlarmResponse) - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthDisableRequest.Builder
 
mergeFrom(AuthDisableRequest) - Method in class io.etcd.jetcd.api.AuthDisableRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthDisableRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthDisableResponse.Builder
 
mergeFrom(AuthDisableResponse) - Method in class io.etcd.jetcd.api.AuthDisableResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthDisableResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthEnableRequest.Builder
 
mergeFrom(AuthEnableRequest) - Method in class io.etcd.jetcd.api.AuthEnableRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthEnableRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthEnableResponse.Builder
 
mergeFrom(AuthEnableResponse) - Method in class io.etcd.jetcd.api.AuthEnableResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthEnableResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthenticateRequest.Builder
 
mergeFrom(AuthenticateRequest) - Method in class io.etcd.jetcd.api.AuthenticateRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthenticateRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
 
mergeFrom(AuthenticateResponse) - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthRoleAddRequest.Builder
 
mergeFrom(AuthRoleAddRequest) - Method in class io.etcd.jetcd.api.AuthRoleAddRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthRoleAddRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthRoleAddResponse.Builder
 
mergeFrom(AuthRoleAddResponse) - Method in class io.etcd.jetcd.api.AuthRoleAddResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthRoleAddResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest.Builder
 
mergeFrom(AuthRoleDeleteRequest) - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse.Builder
 
mergeFrom(AuthRoleDeleteResponse) - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthRoleGetRequest.Builder
 
mergeFrom(AuthRoleGetRequest) - Method in class io.etcd.jetcd.api.AuthRoleGetRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthRoleGetRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
 
mergeFrom(AuthRoleGetResponse) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
 
mergeFrom(AuthRoleGrantPermissionRequest) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse.Builder
 
mergeFrom(AuthRoleGrantPermissionResponse) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthRoleListRequest.Builder
 
mergeFrom(AuthRoleListRequest) - Method in class io.etcd.jetcd.api.AuthRoleListRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthRoleListRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
 
mergeFrom(AuthRoleListResponse) - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
 
mergeFrom(AuthRoleRevokePermissionRequest) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse.Builder
 
mergeFrom(AuthRoleRevokePermissionResponse) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthUserAddRequest.Builder
 
mergeFrom(AuthUserAddRequest) - Method in class io.etcd.jetcd.api.AuthUserAddRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthUserAddRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthUserAddResponse.Builder
 
mergeFrom(AuthUserAddResponse) - Method in class io.etcd.jetcd.api.AuthUserAddResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthUserAddResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest.Builder
 
mergeFrom(AuthUserChangePasswordRequest) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse.Builder
 
mergeFrom(AuthUserChangePasswordResponse) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest.Builder
 
mergeFrom(AuthUserDeleteRequest) - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse.Builder
 
mergeFrom(AuthUserDeleteResponse) - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthUserGetRequest.Builder
 
mergeFrom(AuthUserGetRequest) - Method in class io.etcd.jetcd.api.AuthUserGetRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthUserGetRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
 
mergeFrom(AuthUserGetResponse) - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest.Builder
 
mergeFrom(AuthUserGrantRoleRequest) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse.Builder
 
mergeFrom(AuthUserGrantRoleResponse) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthUserListRequest.Builder
 
mergeFrom(AuthUserListRequest) - Method in class io.etcd.jetcd.api.AuthUserListRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthUserListRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
 
mergeFrom(AuthUserListResponse) - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest.Builder
 
mergeFrom(AuthUserRevokeRoleRequest) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse.Builder
 
mergeFrom(AuthUserRevokeRoleResponse) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.CompactionRequest.Builder
 
mergeFrom(CompactionRequest) - Method in class io.etcd.jetcd.api.CompactionRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.CompactionRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.CompactionResponse.Builder
 
mergeFrom(CompactionResponse) - Method in class io.etcd.jetcd.api.CompactionResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.CompactionResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.Compare.Builder
 
mergeFrom(Compare) - Method in class io.etcd.jetcd.api.Compare.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.Compare.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.DefragmentRequest.Builder
 
mergeFrom(DefragmentRequest) - Method in class io.etcd.jetcd.api.DefragmentRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.DefragmentRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.DefragmentResponse.Builder
 
mergeFrom(DefragmentResponse) - Method in class io.etcd.jetcd.api.DefragmentResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.DefragmentResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.DeleteRangeRequest.Builder
 
mergeFrom(DeleteRangeRequest) - Method in class io.etcd.jetcd.api.DeleteRangeRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.DeleteRangeRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
 
mergeFrom(DeleteRangeResponse) - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.Event.Builder
 
mergeFrom(Event) - Method in class io.etcd.jetcd.api.Event.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.Event.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.HashKVRequest.Builder
 
mergeFrom(HashKVRequest) - Method in class io.etcd.jetcd.api.HashKVRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.HashKVRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
 
mergeFrom(HashKVResponse) - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.HashRequest.Builder
 
mergeFrom(HashRequest) - Method in class io.etcd.jetcd.api.HashRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.HashRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.HashResponse.Builder
 
mergeFrom(HashResponse) - Method in class io.etcd.jetcd.api.HashResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.HashResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.KeyValue.Builder
 
mergeFrom(KeyValue) - Method in class io.etcd.jetcd.api.KeyValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.KeyValue.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.LeaseGrantRequest.Builder
 
mergeFrom(LeaseGrantRequest) - Method in class io.etcd.jetcd.api.LeaseGrantRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.LeaseGrantRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
 
mergeFrom(LeaseGrantResponse) - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest.Builder
 
mergeFrom(LeaseKeepAliveRequest) - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
 
mergeFrom(LeaseKeepAliveResponse) - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.LeaseRevokeRequest.Builder
 
mergeFrom(LeaseRevokeRequest) - Method in class io.etcd.jetcd.api.LeaseRevokeRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.LeaseRevokeRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.LeaseRevokeResponse.Builder
 
mergeFrom(LeaseRevokeResponse) - Method in class io.etcd.jetcd.api.LeaseRevokeResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.LeaseRevokeResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest.Builder
 
mergeFrom(LeaseTimeToLiveRequest) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
 
mergeFrom(LeaseTimeToLiveResponse) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.lock.LockRequest.Builder
 
mergeFrom(LockRequest) - Method in class io.etcd.jetcd.api.lock.LockRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.lock.LockRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.lock.LockResponse.Builder
 
mergeFrom(LockResponse) - Method in class io.etcd.jetcd.api.lock.LockResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.lock.LockResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.lock.UnlockRequest.Builder
 
mergeFrom(UnlockRequest) - Method in class io.etcd.jetcd.api.lock.UnlockRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.lock.UnlockRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.lock.UnlockResponse.Builder
 
mergeFrom(UnlockResponse) - Method in class io.etcd.jetcd.api.lock.UnlockResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.lock.UnlockResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.Member.Builder
 
mergeFrom(Member) - Method in class io.etcd.jetcd.api.Member.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.Member.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.MemberAddRequest.Builder
 
mergeFrom(MemberAddRequest) - Method in class io.etcd.jetcd.api.MemberAddRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.MemberAddRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
 
mergeFrom(MemberAddResponse) - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.MemberListRequest.Builder
 
mergeFrom(MemberListRequest) - Method in class io.etcd.jetcd.api.MemberListRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.MemberListRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
 
mergeFrom(MemberListResponse) - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.MemberRemoveRequest.Builder
 
mergeFrom(MemberRemoveRequest) - Method in class io.etcd.jetcd.api.MemberRemoveRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.MemberRemoveRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
 
mergeFrom(MemberRemoveResponse) - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
 
mergeFrom(MemberUpdateRequest) - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
 
mergeFrom(MemberUpdateResponse) - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.MoveLeaderRequest.Builder
 
mergeFrom(MoveLeaderRequest) - Method in class io.etcd.jetcd.api.MoveLeaderRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.MoveLeaderRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.MoveLeaderResponse.Builder
 
mergeFrom(MoveLeaderResponse) - Method in class io.etcd.jetcd.api.MoveLeaderResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.MoveLeaderResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.Permission.Builder
 
mergeFrom(Permission) - Method in class io.etcd.jetcd.api.Permission.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.Permission.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.PutRequest.Builder
 
mergeFrom(PutRequest) - Method in class io.etcd.jetcd.api.PutRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.PutRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.PutResponse.Builder
 
mergeFrom(PutResponse) - Method in class io.etcd.jetcd.api.PutResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.PutResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.RangeRequest.Builder
 
mergeFrom(RangeRequest) - Method in class io.etcd.jetcd.api.RangeRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.RangeRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.RangeResponse.Builder
 
mergeFrom(RangeResponse) - Method in class io.etcd.jetcd.api.RangeResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.RangeResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.RequestOp.Builder
 
mergeFrom(RequestOp) - Method in class io.etcd.jetcd.api.RequestOp.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.RequestOp.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
 
mergeFrom(ResponseHeader) - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.ResponseOp.Builder
 
mergeFrom(ResponseOp) - Method in class io.etcd.jetcd.api.ResponseOp.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.ResponseOp.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.Role.Builder
 
mergeFrom(Role) - Method in class io.etcd.jetcd.api.Role.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.Role.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.SnapshotRequest.Builder
 
mergeFrom(SnapshotRequest) - Method in class io.etcd.jetcd.api.SnapshotRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.SnapshotRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
 
mergeFrom(SnapshotResponse) - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.StatusRequest.Builder
 
mergeFrom(StatusRequest) - Method in class io.etcd.jetcd.api.StatusRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.StatusRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.StatusResponse.Builder
 
mergeFrom(StatusResponse) - Method in class io.etcd.jetcd.api.StatusResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.StatusResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
 
mergeFrom(TxnRequest) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.TxnResponse.Builder
 
mergeFrom(TxnResponse) - Method in class io.etcd.jetcd.api.TxnResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.TxnResponse.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.User.Builder
 
mergeFrom(User) - Method in class io.etcd.jetcd.api.User.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.User.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.WatchCancelRequest.Builder
 
mergeFrom(WatchCancelRequest) - Method in class io.etcd.jetcd.api.WatchCancelRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.WatchCancelRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
 
mergeFrom(WatchCreateRequest) - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.WatchRequest.Builder
 
mergeFrom(WatchRequest) - Method in class io.etcd.jetcd.api.WatchRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.WatchRequest.Builder
 
mergeFrom(Message) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
 
mergeFrom(WatchResponse) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
 
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthDisableResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthEnableResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthRoleAddResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthUserAddResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.CompactionResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.DefragmentResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.HashResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.LeaseRevokeResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.lock.LockResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.lock.UnlockResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.MoveLeaderResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.PutResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.RangeResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
header has the current key-value store information.
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.StatusResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.TxnResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
mergeKv(KeyValue) - Method in class io.etcd.jetcd.api.Event.Builder
kv holds the KeyValue for the event.
mergeMember(Member) - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
member is the member information for the added member.
mergePerm(Permission) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
perm is the permission to grant to the role.
mergePrevKv(KeyValue) - Method in class io.etcd.jetcd.api.Event.Builder
prev_kv holds the key-value pair before the event happens.
mergePrevKv(KeyValue) - Method in class io.etcd.jetcd.api.PutResponse.Builder
if prev_kv is set in the request, the previous key-value pair will be returned.
mergeRequestDeleteRange(DeleteRangeRequest) - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.DeleteRangeRequest request_delete_range = 3;
mergeRequestPut(PutRequest) - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.PutRequest request_put = 2;
mergeRequestRange(RangeRequest) - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.RangeRequest request_range = 1;
mergeRequestTxn(TxnRequest) - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.TxnRequest request_txn = 4;
mergeResponseDeleteRange(DeleteRangeResponse) - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.DeleteRangeResponse response_delete_range = 3;
mergeResponsePut(PutResponse) - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.PutResponse response_put = 2;
mergeResponseRange(RangeResponse) - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.RangeResponse response_range = 1;
mergeResponseTxn(TxnResponse) - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.TxnResponse response_txn = 4;
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AlarmMember.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthDisableRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthDisableResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthEnableRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthEnableResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthenticateRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthRoleAddRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthRoleAddResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthRoleGetRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthRoleListRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthUserAddRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthUserAddResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthUserGetRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthUserListRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.CompactionRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.CompactionResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.Compare.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.DefragmentRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.DefragmentResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.DeleteRangeRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.Event.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.HashKVRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.HashRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.HashResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.KeyValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.LeaseGrantRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.LeaseRevokeRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.LeaseRevokeResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.lock.LockRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.lock.LockResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.lock.UnlockRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.lock.UnlockResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.Member.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.MemberAddRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.MemberListRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.MemberRemoveRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.MoveLeaderRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.MoveLeaderResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.Permission.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.PutRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.PutResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.RangeRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.RangeResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.RequestOp.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.ResponseOp.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.Role.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.SnapshotRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.StatusRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.StatusResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.TxnResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.User.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.WatchCancelRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.WatchRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
 
MIN_CREATE_REVISION_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.RangeRequest
 
MIN_MOD_REVISION_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.RangeRequest
 
MOD_REVISION_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.Compare
 
MOD_REVISION_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.KeyValue
 
MOD_VALUE - Static variable in enum io.etcd.jetcd.api.Compare.CompareTarget
MOD = 2;
MOD_VALUE - Static variable in enum io.etcd.jetcd.api.RangeRequest.SortTarget
MOD = 3;
modRevision(long) - Static method in class io.etcd.jetcd.op.CmpTarget
Cmp on the modification revision.
MORE_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.RangeResponse
 
moveLeader(MoveLeaderRequest) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceBlockingStub
MoveLeader requests current leader node to transfer its leadership to transferee.
moveLeader(MoveLeaderRequest) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceFutureStub
MoveLeader requests current leader node to transfer its leadership to transferee.
moveLeader(MoveLeaderRequest, StreamObserver<MoveLeaderResponse>) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceImplBase
MoveLeader requests current leader node to transfer its leadership to transferee.
moveLeader(MoveLeaderRequest, StreamObserver<MoveLeaderResponse>) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceStub
MoveLeader requests current leader node to transfer its leadership to transferee.
moveLeader(long) - Method in interface io.etcd.jetcd.Maintenance
moveLeader requests current leader to transfer its leadership to the transferee.
MoveLeaderRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.MoveLeaderRequest
MoveLeaderRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.MoveLeaderRequest
MoveLeaderRequestOrBuilder - Interface in io.etcd.jetcd.api
 
MoveLeaderResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.MoveLeaderResponse
MoveLeaderResponse - Class in io.etcd.jetcd.maintenance
MoveLeaderResponse returned by io.etcd.jetcd.Maintenance#MoveLeader(long).
MoveLeaderResponse(MoveLeaderResponse) - Constructor for class io.etcd.jetcd.maintenance.MoveLeaderResponse
 
MoveLeaderResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.MoveLeaderResponse
MoveLeaderResponseOrBuilder - Interface in io.etcd.jetcd.api
 

N

NAME_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthenticateRequest
 
NAME_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthRoleAddRequest
 
NAME_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
NAME_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthUserAddRequest
 
NAME_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
NAME_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
NAME_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthUserGetRequest
 
NAME_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
NAME_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.lock.LockRequest
 
NAME_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.Member
 
NAME_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.Role
 
NAME_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.User
 
namespace() - Method in class io.etcd.jetcd.ClientBuilder
 
namespace(ByteSequence) - Method in class io.etcd.jetcd.ClientBuilder
config the namespace of keys used in KV, Txn, Lock and Watch.
NAMESPACE_DELIMITER - Static variable in class io.etcd.jetcd.ByteSequence
 
newBlockingStub(Channel) - Static method in class io.etcd.jetcd.api.AuthGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBlockingStub(Channel) - Static method in class io.etcd.jetcd.api.ClusterGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBlockingStub(Channel) - Static method in class io.etcd.jetcd.api.KVGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBlockingStub(Channel) - Static method in class io.etcd.jetcd.api.LeaseGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBlockingStub(Channel) - Static method in class io.etcd.jetcd.api.lock.LockGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBlockingStub(Channel) - Static method in class io.etcd.jetcd.api.MaintenanceGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBlockingStub(Channel) - Static method in class io.etcd.jetcd.api.WatchGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBuilder() - Static method in class io.etcd.jetcd.api.AlarmMember
 
newBuilder(AlarmMember) - Static method in class io.etcd.jetcd.api.AlarmMember
 
newBuilder() - Static method in class io.etcd.jetcd.api.AlarmRequest
 
newBuilder(AlarmRequest) - Static method in class io.etcd.jetcd.api.AlarmRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.AlarmResponse
 
newBuilder(AlarmResponse) - Static method in class io.etcd.jetcd.api.AlarmResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthDisableRequest
 
newBuilder(AuthDisableRequest) - Static method in class io.etcd.jetcd.api.AuthDisableRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthDisableResponse
 
newBuilder(AuthDisableResponse) - Static method in class io.etcd.jetcd.api.AuthDisableResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthEnableRequest
 
newBuilder(AuthEnableRequest) - Static method in class io.etcd.jetcd.api.AuthEnableRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthEnableResponse
 
newBuilder(AuthEnableResponse) - Static method in class io.etcd.jetcd.api.AuthEnableResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthenticateRequest
 
newBuilder(AuthenticateRequest) - Static method in class io.etcd.jetcd.api.AuthenticateRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthenticateResponse
 
newBuilder(AuthenticateResponse) - Static method in class io.etcd.jetcd.api.AuthenticateResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthRoleAddRequest
 
newBuilder(AuthRoleAddRequest) - Static method in class io.etcd.jetcd.api.AuthRoleAddRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthRoleAddResponse
 
newBuilder(AuthRoleAddResponse) - Static method in class io.etcd.jetcd.api.AuthRoleAddResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
newBuilder(AuthRoleDeleteRequest) - Static method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
newBuilder(AuthRoleDeleteResponse) - Static method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthRoleGetRequest
 
newBuilder(AuthRoleGetRequest) - Static method in class io.etcd.jetcd.api.AuthRoleGetRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthRoleGetResponse
 
newBuilder(AuthRoleGetResponse) - Static method in class io.etcd.jetcd.api.AuthRoleGetResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
newBuilder(AuthRoleGrantPermissionRequest) - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
newBuilder(AuthRoleGrantPermissionResponse) - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthRoleListRequest
 
newBuilder(AuthRoleListRequest) - Static method in class io.etcd.jetcd.api.AuthRoleListRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthRoleListResponse
 
newBuilder(AuthRoleListResponse) - Static method in class io.etcd.jetcd.api.AuthRoleListResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
newBuilder(AuthRoleRevokePermissionRequest) - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
newBuilder(AuthRoleRevokePermissionResponse) - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthUserAddRequest
 
newBuilder(AuthUserAddRequest) - Static method in class io.etcd.jetcd.api.AuthUserAddRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthUserAddResponse
 
newBuilder(AuthUserAddResponse) - Static method in class io.etcd.jetcd.api.AuthUserAddResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
newBuilder(AuthUserChangePasswordRequest) - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
newBuilder(AuthUserChangePasswordResponse) - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
newBuilder(AuthUserDeleteRequest) - Static method in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
newBuilder(AuthUserDeleteResponse) - Static method in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthUserGetRequest
 
newBuilder(AuthUserGetRequest) - Static method in class io.etcd.jetcd.api.AuthUserGetRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthUserGetResponse
 
newBuilder(AuthUserGetResponse) - Static method in class io.etcd.jetcd.api.AuthUserGetResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
newBuilder(AuthUserGrantRoleRequest) - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
newBuilder(AuthUserGrantRoleResponse) - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthUserListRequest
 
newBuilder(AuthUserListRequest) - Static method in class io.etcd.jetcd.api.AuthUserListRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthUserListResponse
 
newBuilder(AuthUserListResponse) - Static method in class io.etcd.jetcd.api.AuthUserListResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
newBuilder(AuthUserRevokeRoleRequest) - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
newBuilder(AuthUserRevokeRoleResponse) - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.CompactionRequest
 
newBuilder(CompactionRequest) - Static method in class io.etcd.jetcd.api.CompactionRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.CompactionResponse
 
newBuilder(CompactionResponse) - Static method in class io.etcd.jetcd.api.CompactionResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.Compare
 
newBuilder(Compare) - Static method in class io.etcd.jetcd.api.Compare
 
newBuilder() - Static method in class io.etcd.jetcd.api.DefragmentRequest
 
newBuilder(DefragmentRequest) - Static method in class io.etcd.jetcd.api.DefragmentRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.DefragmentResponse
 
newBuilder(DefragmentResponse) - Static method in class io.etcd.jetcd.api.DefragmentResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.DeleteRangeRequest
 
newBuilder(DeleteRangeRequest) - Static method in class io.etcd.jetcd.api.DeleteRangeRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.DeleteRangeResponse
 
newBuilder(DeleteRangeResponse) - Static method in class io.etcd.jetcd.api.DeleteRangeResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.Event
 
newBuilder(Event) - Static method in class io.etcd.jetcd.api.Event
 
newBuilder() - Static method in class io.etcd.jetcd.api.HashKVRequest
 
newBuilder(HashKVRequest) - Static method in class io.etcd.jetcd.api.HashKVRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.HashKVResponse
 
newBuilder(HashKVResponse) - Static method in class io.etcd.jetcd.api.HashKVResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.HashRequest
 
newBuilder(HashRequest) - Static method in class io.etcd.jetcd.api.HashRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.HashResponse
 
newBuilder(HashResponse) - Static method in class io.etcd.jetcd.api.HashResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.KeyValue
 
newBuilder(KeyValue) - Static method in class io.etcd.jetcd.api.KeyValue
 
newBuilder() - Static method in class io.etcd.jetcd.api.LeaseGrantRequest
 
newBuilder(LeaseGrantRequest) - Static method in class io.etcd.jetcd.api.LeaseGrantRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.LeaseGrantResponse
 
newBuilder(LeaseGrantResponse) - Static method in class io.etcd.jetcd.api.LeaseGrantResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
newBuilder(LeaseKeepAliveRequest) - Static method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
newBuilder(LeaseKeepAliveResponse) - Static method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.LeaseRevokeRequest
 
newBuilder(LeaseRevokeRequest) - Static method in class io.etcd.jetcd.api.LeaseRevokeRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.LeaseRevokeResponse
 
newBuilder(LeaseRevokeResponse) - Static method in class io.etcd.jetcd.api.LeaseRevokeResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
newBuilder(LeaseTimeToLiveRequest) - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
newBuilder(LeaseTimeToLiveResponse) - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.lock.LockRequest
 
newBuilder(LockRequest) - Static method in class io.etcd.jetcd.api.lock.LockRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.lock.LockResponse
 
newBuilder(LockResponse) - Static method in class io.etcd.jetcd.api.lock.LockResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.lock.UnlockRequest
 
newBuilder(UnlockRequest) - Static method in class io.etcd.jetcd.api.lock.UnlockRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.lock.UnlockResponse
 
newBuilder(UnlockResponse) - Static method in class io.etcd.jetcd.api.lock.UnlockResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.Member
 
newBuilder(Member) - Static method in class io.etcd.jetcd.api.Member
 
newBuilder() - Static method in class io.etcd.jetcd.api.MemberAddRequest
 
newBuilder(MemberAddRequest) - Static method in class io.etcd.jetcd.api.MemberAddRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.MemberAddResponse
 
newBuilder(MemberAddResponse) - Static method in class io.etcd.jetcd.api.MemberAddResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.MemberListRequest
 
newBuilder(MemberListRequest) - Static method in class io.etcd.jetcd.api.MemberListRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.MemberListResponse
 
newBuilder(MemberListResponse) - Static method in class io.etcd.jetcd.api.MemberListResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.MemberRemoveRequest
 
newBuilder(MemberRemoveRequest) - Static method in class io.etcd.jetcd.api.MemberRemoveRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.MemberRemoveResponse
 
newBuilder(MemberRemoveResponse) - Static method in class io.etcd.jetcd.api.MemberRemoveResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.MemberUpdateRequest
 
newBuilder(MemberUpdateRequest) - Static method in class io.etcd.jetcd.api.MemberUpdateRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.MemberUpdateResponse
 
newBuilder(MemberUpdateResponse) - Static method in class io.etcd.jetcd.api.MemberUpdateResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.MoveLeaderRequest
 
newBuilder(MoveLeaderRequest) - Static method in class io.etcd.jetcd.api.MoveLeaderRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.MoveLeaderResponse
 
newBuilder(MoveLeaderResponse) - Static method in class io.etcd.jetcd.api.MoveLeaderResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.Permission
 
newBuilder(Permission) - Static method in class io.etcd.jetcd.api.Permission
 
newBuilder() - Static method in class io.etcd.jetcd.api.PutRequest
 
newBuilder(PutRequest) - Static method in class io.etcd.jetcd.api.PutRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.PutResponse
 
newBuilder(PutResponse) - Static method in class io.etcd.jetcd.api.PutResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.RangeRequest
 
newBuilder(RangeRequest) - Static method in class io.etcd.jetcd.api.RangeRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.RangeResponse
 
newBuilder(RangeResponse) - Static method in class io.etcd.jetcd.api.RangeResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.RequestOp
 
newBuilder(RequestOp) - Static method in class io.etcd.jetcd.api.RequestOp
 
newBuilder() - Static method in class io.etcd.jetcd.api.ResponseHeader
 
newBuilder(ResponseHeader) - Static method in class io.etcd.jetcd.api.ResponseHeader
 
newBuilder() - Static method in class io.etcd.jetcd.api.ResponseOp
 
newBuilder(ResponseOp) - Static method in class io.etcd.jetcd.api.ResponseOp
 
newBuilder() - Static method in class io.etcd.jetcd.api.Role
 
newBuilder(Role) - Static method in class io.etcd.jetcd.api.Role
 
newBuilder() - Static method in class io.etcd.jetcd.api.SnapshotRequest
 
newBuilder(SnapshotRequest) - Static method in class io.etcd.jetcd.api.SnapshotRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.SnapshotResponse
 
newBuilder(SnapshotResponse) - Static method in class io.etcd.jetcd.api.SnapshotResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.StatusRequest
 
newBuilder(StatusRequest) - Static method in class io.etcd.jetcd.api.StatusRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.StatusResponse
 
newBuilder(StatusResponse) - Static method in class io.etcd.jetcd.api.StatusResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.TxnRequest
 
newBuilder(TxnRequest) - Static method in class io.etcd.jetcd.api.TxnRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.TxnResponse
 
newBuilder(TxnResponse) - Static method in class io.etcd.jetcd.api.TxnResponse
 
newBuilder() - Static method in class io.etcd.jetcd.api.User
 
newBuilder(User) - Static method in class io.etcd.jetcd.api.User
 
newBuilder() - Static method in class io.etcd.jetcd.api.WatchCancelRequest
 
newBuilder(WatchCancelRequest) - Static method in class io.etcd.jetcd.api.WatchCancelRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.WatchCreateRequest
 
newBuilder(WatchCreateRequest) - Static method in class io.etcd.jetcd.api.WatchCreateRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.WatchRequest
 
newBuilder(WatchRequest) - Static method in class io.etcd.jetcd.api.WatchRequest
 
newBuilder() - Static method in class io.etcd.jetcd.api.WatchResponse
 
newBuilder(WatchResponse) - Static method in class io.etcd.jetcd.api.WatchResponse
 
newBuilder() - Static method in class io.etcd.jetcd.options.CompactOption
 
newBuilder() - Static method in class io.etcd.jetcd.options.DeleteOption
 
newBuilder() - Static method in class io.etcd.jetcd.options.GetOption
Create a builder to construct option for get operation.
newBuilder() - Static method in class io.etcd.jetcd.options.LeaseOption
 
newBuilder() - Static method in class io.etcd.jetcd.options.PutOption
 
newBuilder() - Static method in class io.etcd.jetcd.options.WatchOption
Create a builder to construct option for watch operation.
newBuilderForType() - Method in class io.etcd.jetcd.api.AlarmMember
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AlarmMember
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AlarmRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AlarmRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AlarmResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AlarmResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthDisableRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthDisableRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthDisableResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthDisableResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthEnableRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthEnableRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthEnableResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthEnableResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthenticateRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthenticateRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthenticateResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthenticateResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthRoleAddRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthRoleAddRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthRoleAddResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthRoleAddResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthRoleGetRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthRoleGetRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthRoleListRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthRoleListRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthRoleListResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthRoleListResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthUserAddRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthUserAddRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthUserAddResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthUserAddResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthUserGetRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthUserGetRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthUserGetResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthUserGetResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthUserListRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthUserListRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthUserListResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthUserListResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.CompactionRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.CompactionRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.CompactionResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.CompactionResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.Compare
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.Compare
 
newBuilderForType() - Method in class io.etcd.jetcd.api.DefragmentRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.DefragmentRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.DefragmentResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.DefragmentResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.DeleteRangeRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.DeleteRangeRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.DeleteRangeResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.DeleteRangeResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.Event
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.Event
 
newBuilderForType() - Method in class io.etcd.jetcd.api.HashKVRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.HashKVRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.HashKVResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.HashKVResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.HashRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.HashRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.HashResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.HashResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.KeyValue
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.KeyValue
 
newBuilderForType() - Method in class io.etcd.jetcd.api.LeaseGrantRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.LeaseGrantRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.LeaseGrantResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.LeaseGrantResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.LeaseRevokeRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.LeaseRevokeRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.LeaseRevokeResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.LeaseRevokeResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.lock.LockRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.lock.LockRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.lock.LockResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.lock.LockResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.lock.UnlockRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.lock.UnlockRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.lock.UnlockResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.lock.UnlockResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.Member
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.Member
 
newBuilderForType() - Method in class io.etcd.jetcd.api.MemberAddRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.MemberAddRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.MemberAddResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.MemberAddResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.MemberListRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.MemberListRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.MemberListResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.MemberListResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.MemberRemoveRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.MemberRemoveRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.MemberRemoveResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.MemberRemoveResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.MemberUpdateRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.MemberUpdateRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.MemberUpdateResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.MemberUpdateResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.MoveLeaderRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.MoveLeaderRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.MoveLeaderResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.MoveLeaderResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.Permission
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.Permission
 
newBuilderForType() - Method in class io.etcd.jetcd.api.PutRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.PutRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.PutResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.PutResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.RangeRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.RangeRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.RangeResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.RangeResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.RequestOp
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.RequestOp
 
newBuilderForType() - Method in class io.etcd.jetcd.api.ResponseHeader
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.ResponseHeader
 
newBuilderForType() - Method in class io.etcd.jetcd.api.ResponseOp
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.ResponseOp
 
newBuilderForType() - Method in class io.etcd.jetcd.api.Role
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.Role
 
newBuilderForType() - Method in class io.etcd.jetcd.api.SnapshotRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.SnapshotRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.SnapshotResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.SnapshotResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.StatusRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.StatusRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.StatusResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.StatusResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.TxnRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.TxnRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.TxnResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.TxnResponse
 
newBuilderForType() - Method in class io.etcd.jetcd.api.User
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.User
 
newBuilderForType() - Method in class io.etcd.jetcd.api.WatchCancelRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.WatchCancelRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.WatchCreateRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.WatchCreateRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.WatchRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.WatchRequest
 
newBuilderForType() - Method in class io.etcd.jetcd.api.WatchResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.etcd.jetcd.api.WatchResponse
 
newFutureStub(Channel) - Static method in class io.etcd.jetcd.api.AuthGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newFutureStub(Channel) - Static method in class io.etcd.jetcd.api.ClusterGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newFutureStub(Channel) - Static method in class io.etcd.jetcd.api.KVGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newFutureStub(Channel) - Static method in class io.etcd.jetcd.api.LeaseGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newFutureStub(Channel) - Static method in class io.etcd.jetcd.api.lock.LockGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newFutureStub(Channel) - Static method in class io.etcd.jetcd.api.MaintenanceGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newFutureStub(Channel) - Static method in class io.etcd.jetcd.api.WatchGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newStub(Channel) - Static method in class io.etcd.jetcd.api.AuthGrpc
Creates a new async stub that supports all call types for the service
newStub(Channel) - Static method in class io.etcd.jetcd.api.ClusterGrpc
Creates a new async stub that supports all call types for the service
newStub(Channel) - Static method in class io.etcd.jetcd.api.KVGrpc
Creates a new async stub that supports all call types for the service
newStub(Channel) - Static method in class io.etcd.jetcd.api.LeaseGrpc
Creates a new async stub that supports all call types for the service
newStub(Channel) - Static method in class io.etcd.jetcd.api.lock.LockGrpc
Creates a new async stub that supports all call types for the service
newStub(Channel) - Static method in class io.etcd.jetcd.api.MaintenanceGrpc
Creates a new async stub that supports all call types for the service
newStub(Channel) - Static method in class io.etcd.jetcd.api.WatchGrpc
Creates a new async stub that supports all call types for the service
newTxn(Function<TxnRequest, CompletableFuture<TxnResponse>>, ByteSequence) - Static method in class io.etcd.jetcd.op.TxnImpl
 
NODELETE_VALUE - Static variable in enum io.etcd.jetcd.api.WatchCreateRequest.FilterType
filter out delete event.
NONE_VALUE - Static variable in enum io.etcd.jetcd.api.AlarmType
default, used to query if any alarm is active
NONE_VALUE - Static variable in enum io.etcd.jetcd.api.RangeRequest.SortOrder
default, no sorting
NOPUT_VALUE - Static variable in enum io.etcd.jetcd.api.WatchCreateRequest.FilterType
filter out put event.
NOSPACE_VALUE - Static variable in enum io.etcd.jetcd.api.AlarmType
space quota is exhausted
NoSuchLeaseException - Exception in io.etcd.jetcd.lease
Signals that the lease client do not have this lease.
NoSuchLeaseException(long) - Constructor for exception io.etcd.jetcd.lease.NoSuchLeaseException
 
NOT_EQUAL_VALUE - Static variable in enum io.etcd.jetcd.api.Compare.CompareResult
NOT_EQUAL = 3;
NULL_KEY - Static variable in class io.etcd.jetcd.Constants
 

O

observe(Function<StreamObserver<V>, StreamObserver<T>>, Consumer<V>, Consumer<Throwable>) - Static method in class io.etcd.jetcd.Observers
 
observer(Consumer<V>) - Static method in class io.etcd.jetcd.Observers
 
observer(Consumer<V>, Consumer<Throwable>) - Static method in class io.etcd.jetcd.Observers
 
Observers - Class in io.etcd.jetcd
 
Observers.Builder<V> - Class in io.etcd.jetcd
 
onCompleted(Runnable) - Method in class io.etcd.jetcd.Observers.Builder
 
onCompleted() - Method in interface io.etcd.jetcd.Watch.Listener
Invoked on completion.
onError(Consumer<Throwable>) - Method in class io.etcd.jetcd.Observers.Builder
 
onError(Throwable) - Method in interface io.etcd.jetcd.Watch.Listener
Invoked on errors.
onNext(Consumer<V>) - Method in class io.etcd.jetcd.Observers.Builder
 
onNext(WatchResponse) - Method in interface io.etcd.jetcd.Watch.Listener
Invoked on new events.
Op - Class in io.etcd.jetcd.op
Etcd Operation.
Op(Op.Type, ByteString) - Constructor for class io.etcd.jetcd.op.Op
 
Op.DeleteOp - Class in io.etcd.jetcd.op
 
Op.GetOp - Class in io.etcd.jetcd.op
 
Op.PutOp - Class in io.etcd.jetcd.op
 
Op.TxnOp - Class in io.etcd.jetcd.op
 
Op.Type - Enum in io.etcd.jetcd.op
Operation type.
OptionsUtil - Class in io.etcd.jetcd.options
 

P

parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AlarmMember
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AlarmMember
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AlarmRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AlarmRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AlarmResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AlarmResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthDisableRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthDisableRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthDisableResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthDisableResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthEnableRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthEnableRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthEnableResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthEnableResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthenticateRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthenticateRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthenticateResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthenticateResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthRoleAddRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleAddRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthRoleAddResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleAddResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthRoleGetRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleGetRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthRoleGetResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleGetResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthRoleListRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleListRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthRoleListResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleListResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthUserAddRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserAddRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthUserAddResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserAddResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthUserGetRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserGetRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthUserGetResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserGetResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthUserListRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserListRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthUserListResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserListResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.CompactionRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.CompactionRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.CompactionResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.CompactionResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.Compare
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Compare
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.DefragmentRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.DefragmentRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.DefragmentResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.DefragmentResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.DeleteRangeRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.DeleteRangeRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.DeleteRangeResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.DeleteRangeResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.Event
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Event
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.HashKVRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.HashKVRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.HashKVResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.HashKVResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.HashRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.HashRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.HashResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.HashResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.KeyValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.KeyValue
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.LeaseGrantRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseGrantRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.LeaseGrantResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseGrantResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.LeaseRevokeRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseRevokeRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.LeaseRevokeResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseRevokeResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.lock.LockRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.lock.LockRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.lock.LockResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.lock.LockResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.lock.UnlockRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.lock.UnlockRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.lock.UnlockResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.lock.UnlockResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.Member
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Member
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.MemberAddRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberAddRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.MemberAddResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberAddResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.MemberListRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberListRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.MemberListResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberListResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.MemberRemoveRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberRemoveRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.MemberRemoveResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberRemoveResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.MemberUpdateRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberUpdateRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.MemberUpdateResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberUpdateResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.MoveLeaderRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MoveLeaderRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.MoveLeaderResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MoveLeaderResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.Permission
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Permission
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.PutRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.PutRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.PutResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.PutResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.RangeRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.RangeRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.RangeResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.RangeResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.RequestOp
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.RequestOp
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.ResponseHeader
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.ResponseHeader
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.ResponseOp
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.ResponseOp
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.Role
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Role
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.SnapshotRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.SnapshotRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.SnapshotResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.SnapshotResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.StatusRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.StatusRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.StatusResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.StatusResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.TxnRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.TxnRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.TxnResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.TxnResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.User
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.User
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.WatchCancelRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.WatchCancelRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.WatchCreateRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.WatchCreateRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.WatchRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.WatchRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.etcd.jetcd.api.WatchResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.WatchResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AlarmMember
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AlarmMember
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AlarmMember
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AlarmMember
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AlarmMember
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AlarmMember
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AlarmMember
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AlarmMember
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AlarmMember
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AlarmMember
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AlarmRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AlarmRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AlarmRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AlarmRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AlarmRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AlarmRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AlarmRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AlarmRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AlarmRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AlarmRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AlarmResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AlarmResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AlarmResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AlarmResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AlarmResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AlarmResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AlarmResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AlarmResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AlarmResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AlarmResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthDisableRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthDisableRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthDisableRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthDisableRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthDisableRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthDisableRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthDisableRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthDisableRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthDisableRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthDisableRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthDisableResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthDisableResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthDisableResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthDisableResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthDisableResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthDisableResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthDisableResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthDisableResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthDisableResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthDisableResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthEnableRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthEnableRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthEnableRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthEnableRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthEnableRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthEnableRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthEnableRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthEnableRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthEnableRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthEnableRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthEnableResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthEnableResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthEnableResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthEnableResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthEnableResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthEnableResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthEnableResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthEnableResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthEnableResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthEnableResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthenticateRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthenticateRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthenticateRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthenticateRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthenticateRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthenticateRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthenticateRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthenticateRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthenticateRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthenticateRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthenticateResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthenticateResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthenticateResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthenticateResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthenticateResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthenticateResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthenticateResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthenticateResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthenticateResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthenticateResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthRoleAddRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleAddRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthRoleAddRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleAddRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthRoleAddRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleAddRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthRoleAddRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleAddRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthRoleAddRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleAddRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthRoleAddResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleAddResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthRoleAddResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleAddResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthRoleAddResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleAddResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthRoleAddResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleAddResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthRoleAddResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleAddResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthRoleGetRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleGetRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthRoleGetRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleGetRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthRoleGetRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleGetRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthRoleGetRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleGetRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthRoleGetRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleGetRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthRoleGetResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleGetResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthRoleGetResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleGetResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthRoleGetResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleGetResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthRoleGetResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleGetResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthRoleGetResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleGetResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthRoleListRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleListRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthRoleListRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleListRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthRoleListRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleListRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthRoleListRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleListRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthRoleListRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleListRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthRoleListResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleListResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthRoleListResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleListResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthRoleListResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleListResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthRoleListResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleListResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthRoleListResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleListResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthUserAddRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserAddRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthUserAddRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserAddRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthUserAddRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserAddRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthUserAddRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserAddRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthUserAddRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserAddRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthUserAddResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserAddResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthUserAddResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserAddResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthUserAddResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserAddResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthUserAddResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserAddResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthUserAddResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserAddResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthUserGetRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserGetRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthUserGetRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserGetRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthUserGetRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserGetRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthUserGetRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserGetRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthUserGetRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserGetRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthUserGetResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserGetResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthUserGetResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserGetResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthUserGetResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserGetResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthUserGetResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserGetResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthUserGetResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserGetResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthUserListRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserListRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthUserListRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserListRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthUserListRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserListRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthUserListRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserListRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthUserListRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserListRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthUserListResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserListResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthUserListResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserListResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthUserListResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserListResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthUserListResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserListResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthUserListResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserListResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.CompactionRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.CompactionRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.CompactionRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.CompactionRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.CompactionRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.CompactionRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.CompactionRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.CompactionRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.CompactionRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.CompactionRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.CompactionResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.CompactionResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.CompactionResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.CompactionResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.CompactionResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.CompactionResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.CompactionResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.CompactionResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.CompactionResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.CompactionResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.Compare
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Compare
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.Compare
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Compare
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.Compare
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Compare
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.Compare
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Compare
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.Compare
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Compare
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.DefragmentRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.DefragmentRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.DefragmentRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.DefragmentRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.DefragmentRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.DefragmentRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.DefragmentRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.DefragmentRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.DefragmentRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.DefragmentRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.DefragmentResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.DefragmentResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.DefragmentResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.DefragmentResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.DefragmentResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.DefragmentResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.DefragmentResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.DefragmentResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.DefragmentResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.DefragmentResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.DeleteRangeRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.DeleteRangeRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.DeleteRangeRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.DeleteRangeRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.DeleteRangeRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.DeleteRangeRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.DeleteRangeRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.DeleteRangeRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.DeleteRangeRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.DeleteRangeRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.DeleteRangeResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.DeleteRangeResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.DeleteRangeResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.DeleteRangeResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.DeleteRangeResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.DeleteRangeResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.DeleteRangeResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.DeleteRangeResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.DeleteRangeResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.DeleteRangeResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.Event
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Event
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.Event
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Event
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.Event
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Event
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.Event
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Event
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.Event
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Event
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.HashKVRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.HashKVRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.HashKVRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.HashKVRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.HashKVRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.HashKVRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.HashKVRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.HashKVRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.HashKVRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.HashKVRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.HashKVResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.HashKVResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.HashKVResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.HashKVResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.HashKVResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.HashKVResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.HashKVResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.HashKVResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.HashKVResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.HashKVResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.HashRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.HashRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.HashRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.HashRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.HashRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.HashRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.HashRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.HashRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.HashRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.HashRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.HashResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.HashResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.HashResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.HashResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.HashResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.HashResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.HashResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.HashResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.HashResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.HashResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.KeyValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.KeyValue
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.KeyValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.KeyValue
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.KeyValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.KeyValue
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.KeyValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.KeyValue
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.KeyValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.KeyValue
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.LeaseGrantRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseGrantRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.LeaseGrantRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseGrantRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.LeaseGrantRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseGrantRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.LeaseGrantRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseGrantRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.LeaseGrantRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseGrantRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.LeaseGrantResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseGrantResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.LeaseGrantResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseGrantResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.LeaseGrantResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseGrantResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.LeaseGrantResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseGrantResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.LeaseGrantResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseGrantResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.LeaseRevokeRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseRevokeRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.LeaseRevokeRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseRevokeRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.LeaseRevokeRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseRevokeRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.LeaseRevokeRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseRevokeRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.LeaseRevokeRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseRevokeRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.LeaseRevokeResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseRevokeResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.LeaseRevokeResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseRevokeResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.LeaseRevokeResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseRevokeResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.LeaseRevokeResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseRevokeResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.LeaseRevokeResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseRevokeResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.lock.LockRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.lock.LockRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.lock.LockRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.lock.LockRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.lock.LockRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.lock.LockRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.lock.LockRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.lock.LockRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.lock.LockRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.lock.LockRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.lock.LockResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.lock.LockResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.lock.LockResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.lock.LockResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.lock.LockResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.lock.LockResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.lock.LockResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.lock.LockResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.lock.LockResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.lock.LockResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.lock.UnlockRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.lock.UnlockRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.lock.UnlockRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.lock.UnlockRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.lock.UnlockRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.lock.UnlockRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.lock.UnlockRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.lock.UnlockRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.lock.UnlockRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.lock.UnlockRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.lock.UnlockResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.lock.UnlockResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.lock.UnlockResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.lock.UnlockResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.lock.UnlockResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.lock.UnlockResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.lock.UnlockResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.lock.UnlockResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.lock.UnlockResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.lock.UnlockResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.Member
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Member
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.Member
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Member
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.Member
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Member
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.Member
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Member
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.Member
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Member
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.MemberAddRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberAddRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.MemberAddRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberAddRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.MemberAddRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberAddRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.MemberAddRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberAddRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.MemberAddRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberAddRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.MemberAddResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberAddResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.MemberAddResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberAddResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.MemberAddResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberAddResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.MemberAddResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberAddResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.MemberAddResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberAddResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.MemberListRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberListRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.MemberListRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberListRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.MemberListRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberListRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.MemberListRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberListRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.MemberListRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberListRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.MemberListResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberListResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.MemberListResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberListResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.MemberListResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberListResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.MemberListResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberListResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.MemberListResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberListResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.MemberRemoveRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberRemoveRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.MemberRemoveRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberRemoveRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.MemberRemoveRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberRemoveRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.MemberRemoveRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberRemoveRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.MemberRemoveRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberRemoveRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.MemberRemoveResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberRemoveResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.MemberRemoveResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberRemoveResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.MemberRemoveResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberRemoveResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.MemberRemoveResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberRemoveResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.MemberRemoveResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberRemoveResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.MemberUpdateRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberUpdateRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.MemberUpdateRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberUpdateRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.MemberUpdateRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberUpdateRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.MemberUpdateRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberUpdateRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.MemberUpdateRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberUpdateRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.MemberUpdateResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberUpdateResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.MemberUpdateResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberUpdateResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.MemberUpdateResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberUpdateResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.MemberUpdateResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberUpdateResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.MemberUpdateResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MemberUpdateResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.MoveLeaderRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MoveLeaderRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.MoveLeaderRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MoveLeaderRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.MoveLeaderRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MoveLeaderRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.MoveLeaderRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MoveLeaderRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.MoveLeaderRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MoveLeaderRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.MoveLeaderResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MoveLeaderResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.MoveLeaderResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MoveLeaderResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.MoveLeaderResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MoveLeaderResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.MoveLeaderResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MoveLeaderResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.MoveLeaderResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.MoveLeaderResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.Permission
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Permission
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.Permission
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Permission
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.Permission
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Permission
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.Permission
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Permission
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.Permission
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Permission
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.PutRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.PutRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.PutRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.PutRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.PutRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.PutRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.PutRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.PutRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.PutRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.PutRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.PutResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.PutResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.PutResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.PutResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.PutResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.PutResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.PutResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.PutResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.PutResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.PutResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.RangeRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.RangeRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.RangeRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.RangeRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.RangeRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.RangeRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.RangeRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.RangeRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.RangeRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.RangeRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.RangeResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.RangeResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.RangeResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.RangeResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.RangeResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.RangeResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.RangeResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.RangeResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.RangeResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.RangeResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.RequestOp
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.RequestOp
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.RequestOp
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.RequestOp
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.RequestOp
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.RequestOp
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.RequestOp
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.RequestOp
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.RequestOp
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.RequestOp
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.ResponseHeader
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.ResponseHeader
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.ResponseHeader
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.ResponseHeader
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.ResponseHeader
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.ResponseHeader
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.ResponseHeader
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.ResponseHeader
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.ResponseHeader
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.ResponseHeader
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.ResponseOp
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.ResponseOp
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.ResponseOp
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.ResponseOp
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.ResponseOp
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.ResponseOp
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.ResponseOp
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.ResponseOp
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.ResponseOp
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.ResponseOp
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.Role
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Role
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.Role
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Role
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.Role
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Role
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.Role
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Role
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.Role
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Role
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.SnapshotRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.SnapshotRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.SnapshotRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.SnapshotRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.SnapshotRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.SnapshotRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.SnapshotRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.SnapshotRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.SnapshotRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.SnapshotRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.SnapshotResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.SnapshotResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.SnapshotResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.SnapshotResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.SnapshotResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.SnapshotResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.SnapshotResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.SnapshotResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.SnapshotResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.SnapshotResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.StatusRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.StatusRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.StatusRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.StatusRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.StatusRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.StatusRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.StatusRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.StatusRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.StatusRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.StatusRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.StatusResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.StatusResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.StatusResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.StatusResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.StatusResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.StatusResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.StatusResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.StatusResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.StatusResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.StatusResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.TxnRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.TxnRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.TxnRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.TxnRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.TxnRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.TxnRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.TxnRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.TxnRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.TxnRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.TxnRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.TxnResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.TxnResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.TxnResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.TxnResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.TxnResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.TxnResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.TxnResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.TxnResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.TxnResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.TxnResponse
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.User
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.User
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.User
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.User
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.User
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.User
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.User
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.User
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.User
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.User
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.WatchCancelRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.WatchCancelRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.WatchCancelRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.WatchCancelRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.WatchCancelRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.WatchCancelRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.WatchCancelRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.WatchCancelRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.WatchCancelRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.WatchCancelRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.WatchCreateRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.WatchCreateRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.WatchCreateRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.WatchCreateRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.WatchCreateRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.WatchCreateRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.WatchCreateRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.WatchCreateRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.WatchCreateRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.WatchCreateRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.WatchRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.WatchRequest
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.WatchRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.WatchRequest
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.WatchRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.WatchRequest
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.WatchRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.WatchRequest
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.WatchRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.WatchRequest
 
parseFrom(ByteBuffer) - Static method in class io.etcd.jetcd.api.WatchResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.WatchResponse
 
parseFrom(ByteString) - Static method in class io.etcd.jetcd.api.WatchResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.WatchResponse
 
parseFrom(byte[]) - Static method in class io.etcd.jetcd.api.WatchResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.WatchResponse
 
parseFrom(InputStream) - Static method in class io.etcd.jetcd.api.WatchResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.WatchResponse
 
parseFrom(CodedInputStream) - Static method in class io.etcd.jetcd.api.WatchResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.WatchResponse
 
parser() - Static method in class io.etcd.jetcd.api.AlarmMember
 
parser() - Static method in class io.etcd.jetcd.api.AlarmRequest
 
parser() - Static method in class io.etcd.jetcd.api.AlarmResponse
 
parser() - Static method in class io.etcd.jetcd.api.AuthDisableRequest
 
parser() - Static method in class io.etcd.jetcd.api.AuthDisableResponse
 
parser() - Static method in class io.etcd.jetcd.api.AuthEnableRequest
 
parser() - Static method in class io.etcd.jetcd.api.AuthEnableResponse
 
parser() - Static method in class io.etcd.jetcd.api.AuthenticateRequest
 
parser() - Static method in class io.etcd.jetcd.api.AuthenticateResponse
 
parser() - Static method in class io.etcd.jetcd.api.AuthRoleAddRequest
 
parser() - Static method in class io.etcd.jetcd.api.AuthRoleAddResponse
 
parser() - Static method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
parser() - Static method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
parser() - Static method in class io.etcd.jetcd.api.AuthRoleGetRequest
 
parser() - Static method in class io.etcd.jetcd.api.AuthRoleGetResponse
 
parser() - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
parser() - Static method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
parser() - Static method in class io.etcd.jetcd.api.AuthRoleListRequest
 
parser() - Static method in class io.etcd.jetcd.api.AuthRoleListResponse
 
parser() - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
parser() - Static method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
parser() - Static method in class io.etcd.jetcd.api.AuthUserAddRequest
 
parser() - Static method in class io.etcd.jetcd.api.AuthUserAddResponse
 
parser() - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
parser() - Static method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
parser() - Static method in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
parser() - Static method in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
parser() - Static method in class io.etcd.jetcd.api.AuthUserGetRequest
 
parser() - Static method in class io.etcd.jetcd.api.AuthUserGetResponse
 
parser() - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
parser() - Static method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
parser() - Static method in class io.etcd.jetcd.api.AuthUserListRequest
 
parser() - Static method in class io.etcd.jetcd.api.AuthUserListResponse
 
parser() - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
parser() - Static method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
parser() - Static method in class io.etcd.jetcd.api.CompactionRequest
 
parser() - Static method in class io.etcd.jetcd.api.CompactionResponse
 
parser() - Static method in class io.etcd.jetcd.api.Compare
 
parser() - Static method in class io.etcd.jetcd.api.DefragmentRequest
 
parser() - Static method in class io.etcd.jetcd.api.DefragmentResponse
 
parser() - Static method in class io.etcd.jetcd.api.DeleteRangeRequest
 
parser() - Static method in class io.etcd.jetcd.api.DeleteRangeResponse
 
parser() - Static method in class io.etcd.jetcd.api.Event
 
parser() - Static method in class io.etcd.jetcd.api.HashKVRequest
 
parser() - Static method in class io.etcd.jetcd.api.HashKVResponse
 
parser() - Static method in class io.etcd.jetcd.api.HashRequest
 
parser() - Static method in class io.etcd.jetcd.api.HashResponse
 
parser() - Static method in class io.etcd.jetcd.api.KeyValue
 
parser() - Static method in class io.etcd.jetcd.api.LeaseGrantRequest
 
parser() - Static method in class io.etcd.jetcd.api.LeaseGrantResponse
 
parser() - Static method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
parser() - Static method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
parser() - Static method in class io.etcd.jetcd.api.LeaseRevokeRequest
 
parser() - Static method in class io.etcd.jetcd.api.LeaseRevokeResponse
 
parser() - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
parser() - Static method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
parser() - Static method in class io.etcd.jetcd.api.lock.LockRequest
 
parser() - Static method in class io.etcd.jetcd.api.lock.LockResponse
 
parser() - Static method in class io.etcd.jetcd.api.lock.UnlockRequest
 
parser() - Static method in class io.etcd.jetcd.api.lock.UnlockResponse
 
parser() - Static method in class io.etcd.jetcd.api.Member
 
parser() - Static method in class io.etcd.jetcd.api.MemberAddRequest
 
parser() - Static method in class io.etcd.jetcd.api.MemberAddResponse
 
parser() - Static method in class io.etcd.jetcd.api.MemberListRequest
 
parser() - Static method in class io.etcd.jetcd.api.MemberListResponse
 
parser() - Static method in class io.etcd.jetcd.api.MemberRemoveRequest
 
parser() - Static method in class io.etcd.jetcd.api.MemberRemoveResponse
 
parser() - Static method in class io.etcd.jetcd.api.MemberUpdateRequest
 
parser() - Static method in class io.etcd.jetcd.api.MemberUpdateResponse
 
parser() - Static method in class io.etcd.jetcd.api.MoveLeaderRequest
 
parser() - Static method in class io.etcd.jetcd.api.MoveLeaderResponse
 
parser() - Static method in class io.etcd.jetcd.api.Permission
 
parser() - Static method in class io.etcd.jetcd.api.PutRequest
 
parser() - Static method in class io.etcd.jetcd.api.PutResponse
 
parser() - Static method in class io.etcd.jetcd.api.RangeRequest
 
parser() - Static method in class io.etcd.jetcd.api.RangeResponse
 
parser() - Static method in class io.etcd.jetcd.api.RequestOp
 
parser() - Static method in class io.etcd.jetcd.api.ResponseHeader
 
parser() - Static method in class io.etcd.jetcd.api.ResponseOp
 
parser() - Static method in class io.etcd.jetcd.api.Role
 
parser() - Static method in class io.etcd.jetcd.api.SnapshotRequest
 
parser() - Static method in class io.etcd.jetcd.api.SnapshotResponse
 
parser() - Static method in class io.etcd.jetcd.api.StatusRequest
 
parser() - Static method in class io.etcd.jetcd.api.StatusResponse
 
parser() - Static method in class io.etcd.jetcd.api.TxnRequest
 
parser() - Static method in class io.etcd.jetcd.api.TxnResponse
 
parser() - Static method in class io.etcd.jetcd.api.User
 
parser() - Static method in class io.etcd.jetcd.api.WatchCancelRequest
 
parser() - Static method in class io.etcd.jetcd.api.WatchCreateRequest
 
parser() - Static method in class io.etcd.jetcd.api.WatchRequest
 
parser() - Static method in class io.etcd.jetcd.api.WatchResponse
 
password() - Method in class io.etcd.jetcd.ClientBuilder
 
password(ByteSequence) - Method in class io.etcd.jetcd.ClientBuilder
config etcd auth password.
PASSWORD_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthenticateRequest
 
PASSWORD_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthUserAddRequest
 
PASSWORD_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
PASSWORD_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.User
 
PEERURLS_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.Member
 
PEERURLS_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.MemberAddRequest
 
PEERURLS_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.MemberUpdateRequest
 
PERM_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthRoleGetResponse
 
PERM_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
Permission - Class in io.etcd.jetcd.api
Permission is a single entity
Permission - Class in io.etcd.jetcd.auth
represents a permission over a range of keys.
Permission(Permission.Type, ByteSequence, ByteSequence) - Constructor for class io.etcd.jetcd.auth.Permission
 
Permission.Builder - Class in io.etcd.jetcd.api
Permission is a single entity
Permission.Type - Enum in io.etcd.jetcd.api
Protobuf enum authpb.Permission.Type
Permission.Type - Enum in io.etcd.jetcd.auth
 
PermissionOrBuilder - Interface in io.etcd.jetcd.api
 
PERMTYPE_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.Permission
 
PHYSICAL_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.CompactionRequest
 
prefixNamespace(ByteString, ByteSequence) - Static method in class io.etcd.jetcd.Util
 
prefixNamespaceToRangeEnd(ByteString, ByteSequence) - Static method in class io.etcd.jetcd.Util
 
PREV_KV_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.DeleteRangeRequest
 
PREV_KV_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.Event
 
PREV_KV_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.PutRequest
 
PREV_KV_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.PutResponse
 
PREV_KV_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.WatchCreateRequest
 
PREV_KVS_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.DeleteRangeResponse
 
PROGRESS_NOTIFY_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.WatchCreateRequest
 
put(PutRequest) - Method in class io.etcd.jetcd.api.KVGrpc.KVBlockingStub
Put puts the given key into the key-value store.
put(PutRequest) - Method in class io.etcd.jetcd.api.KVGrpc.KVFutureStub
Put puts the given key into the key-value store.
put(PutRequest, StreamObserver<PutResponse>) - Method in class io.etcd.jetcd.api.KVGrpc.KVImplBase
Put puts the given key into the key-value store.
put(PutRequest, StreamObserver<PutResponse>) - Method in class io.etcd.jetcd.api.KVGrpc.KVStub
Put puts the given key into the key-value store.
put(ByteSequence, ByteSequence) - Method in interface io.etcd.jetcd.KV
put a key-value pair into etcd.
put(ByteSequence, ByteSequence, PutOption) - Method in interface io.etcd.jetcd.KV
put a key-value pair into etcd with option.
put(ByteSequence, ByteSequence, PutOption) - Static method in class io.etcd.jetcd.op.Op
 
PUT_VALUE - Static variable in enum io.etcd.jetcd.api.Event.EventType
PUT = 0;
PutOp(ByteString, ByteString, PutOption) - Constructor for class io.etcd.jetcd.op.Op.PutOp
 
PutOption - Class in io.etcd.jetcd.options
The options for put operation.
PutOption.Builder - Class in io.etcd.jetcd.options
Builder to construct a put option.
PutRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.PutRequest
PutRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.PutRequest
PutRequestOrBuilder - Interface in io.etcd.jetcd.api
 
PutResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.PutResponse
PutResponse - Class in io.etcd.jetcd.kv
 
PutResponse(PutResponse, ByteSequence) - Constructor for class io.etcd.jetcd.kv.PutResponse
 
PutResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.PutResponse
PutResponseOrBuilder - Interface in io.etcd.jetcd.api
 

R

RAFT_TERM_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.ResponseHeader
 
RAFTINDEX_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.StatusResponse
 
RAFTTERM_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.StatusResponse
 
range(RangeRequest) - Method in class io.etcd.jetcd.api.KVGrpc.KVBlockingStub
Range gets the keys in the range from the key-value store.
range(RangeRequest) - Method in class io.etcd.jetcd.api.KVGrpc.KVFutureStub
Range gets the keys in the range from the key-value store.
range(RangeRequest, StreamObserver<RangeResponse>) - Method in class io.etcd.jetcd.api.KVGrpc.KVImplBase
Range gets the keys in the range from the key-value store.
range(RangeRequest, StreamObserver<RangeResponse>) - Method in class io.etcd.jetcd.api.KVGrpc.KVStub
Range gets the keys in the range from the key-value store.
RANGE_END_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
RANGE_END_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.Compare
 
RANGE_END_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.DeleteRangeRequest
 
RANGE_END_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.Permission
 
RANGE_END_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.RangeRequest
 
RANGE_END_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.WatchCreateRequest
 
RangeRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.RangeRequest
RangeRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.RangeRequest
RangeRequest.SortOrder - Enum in io.etcd.jetcd.api
Protobuf enum etcdserverpb.RangeRequest.SortOrder
RangeRequest.SortTarget - Enum in io.etcd.jetcd.api
Protobuf enum etcdserverpb.RangeRequest.SortTarget
RangeRequestOrBuilder - Interface in io.etcd.jetcd.api
 
RangeResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.RangeResponse
RangeResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.RangeResponse
RangeResponseOrBuilder - Interface in io.etcd.jetcd.api
 
READ_VALUE - Static variable in enum io.etcd.jetcd.api.Permission.Type
READ = 0;
READWRITE_VALUE - Static variable in enum io.etcd.jetcd.api.Permission.Type
READWRITE = 2;
registerAllExtensions(ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Auth
 
registerAllExtensions(ExtensionRegistry) - Static method in class io.etcd.jetcd.api.Auth
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.JetcdProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class io.etcd.jetcd.api.JetcdProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.Kv
 
registerAllExtensions(ExtensionRegistry) - Static method in class io.etcd.jetcd.api.Kv
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class io.etcd.jetcd.api.lock.JetcdProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class io.etcd.jetcd.api.lock.JetcdProto
 
REMAINING_BYTES_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.SnapshotResponse
 
removeAlarms(int) - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
alarms is a list of alarms associated with the alarm request.
removeCompare(int) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
compare is a list of predicates representing a conjunction of terms.
removeEvents(int) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
repeated .mvccpb.Event events = 11;
removeFailure(int) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
failure is a list of requests which will be applied when compare evaluates to false.
removeKeyPermission(int) - Method in class io.etcd.jetcd.api.Role.Builder
repeated .authpb.Permission keyPermission = 2;
removeKvs(int) - Method in class io.etcd.jetcd.api.RangeResponse.Builder
kvs is the list of key-value pairs matched by the range request.
removeMember(long) - Method in interface io.etcd.jetcd.Cluster
removes an existing member from the cluster.
removeMembers(int) - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
members is a list of all members after adding the new member.
removeMembers(int) - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
members is a list of all members associated with the cluster.
removeMembers(int) - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
members is a list of all members after removing the member.
removeMembers(int) - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
members is a list of all members after updating the member.
removePerm(int) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
repeated .authpb.Permission perm = 2;
removePrevKvs(int) - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
if prev_kv is set in the request, the previous key-value pairs will be returned.
removeResponses(int) - Method in class io.etcd.jetcd.api.TxnResponse.Builder
responses is a list of responses corresponding to the results from applying success if succeeded is true or failure if succeeded is false.
removeSuccess(int) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
success is a list of requests which will be applied when compare evaluates to true.
REQUEST_DELETE_RANGE_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.RequestOp
 
REQUEST_PUT_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.RequestOp
 
REQUEST_RANGE_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.RequestOp
 
REQUEST_TXN_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.RequestOp
 
RequestOp - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.RequestOp
RequestOp.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.RequestOp
RequestOp.RequestCase - Enum in io.etcd.jetcd.api
 
RequestOpOrBuilder - Interface in io.etcd.jetcd.api
 
Response - Interface in io.etcd.jetcd
represents a generic Jetcd response.
Response.Header - Interface in io.etcd.jetcd
 
RESPONSE_DELETE_RANGE_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.ResponseOp
 
RESPONSE_PUT_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.ResponseOp
 
RESPONSE_RANGE_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.ResponseOp
 
RESPONSE_TXN_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.ResponseOp
 
ResponseHeader - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.ResponseHeader
ResponseHeader.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.ResponseHeader
ResponseHeaderOrBuilder - Interface in io.etcd.jetcd.api
 
ResponseOp - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.ResponseOp
ResponseOp.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.ResponseOp
ResponseOp.ResponseCase - Enum in io.etcd.jetcd.api
 
ResponseOpOrBuilder - Interface in io.etcd.jetcd.api
 
RESPONSES_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.TxnResponse
 
RESULT_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.Compare
 
retryChronoUnit() - Method in class io.etcd.jetcd.ClientBuilder
 
retryChronoUnit(ChronoUnit) - Method in class io.etcd.jetcd.ClientBuilder
the retries period unit.
retryDelay() - Method in class io.etcd.jetcd.ClientBuilder
 
retryDelay(long) - Method in class io.etcd.jetcd.ClientBuilder
The delay between retries.
retryMaxDelay() - Method in class io.etcd.jetcd.ClientBuilder
 
retryMaxDelay(long) - Method in class io.etcd.jetcd.ClientBuilder
The max backing off delay between retries.
retryMaxDuration() - Method in class io.etcd.jetcd.ClientBuilder
 
retryMaxDuration(String) - Method in class io.etcd.jetcd.ClientBuilder
the retries max duration.
REVISION_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.CompactionRequest
 
REVISION_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.HashKVRequest
 
REVISION_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.RangeRequest
 
REVISION_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.ResponseHeader
 
revoke(long) - Method in interface io.etcd.jetcd.Lease
revoke one lease and the key bind to this lease will be removed.
Role - Class in io.etcd.jetcd.api
Role is a single entry in the bucket authRoles
Role.Builder - Class in io.etcd.jetcd.api
Role is a single entry in the bucket authRoles
ROLE_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
ROLE_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthRoleGetRequest
 
ROLE_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
ROLE_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
ROLE_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
roleAdd(AuthRoleAddRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthBlockingStub
RoleAdd adds a new role.
roleAdd(AuthRoleAddRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthFutureStub
RoleAdd adds a new role.
roleAdd(AuthRoleAddRequest, StreamObserver<AuthRoleAddResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthImplBase
RoleAdd adds a new role.
roleAdd(AuthRoleAddRequest, StreamObserver<AuthRoleAddResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthStub
RoleAdd adds a new role.
roleAdd(ByteSequence) - Method in interface io.etcd.jetcd.Auth
adds a new role to an etcd cluster.
roleDelete(AuthRoleDeleteRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthBlockingStub
RoleDelete deletes a specified role.
roleDelete(AuthRoleDeleteRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthFutureStub
RoleDelete deletes a specified role.
roleDelete(AuthRoleDeleteRequest, StreamObserver<AuthRoleDeleteResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthImplBase
RoleDelete deletes a specified role.
roleDelete(AuthRoleDeleteRequest, StreamObserver<AuthRoleDeleteResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthStub
RoleDelete deletes a specified role.
roleDelete(ByteSequence) - Method in interface io.etcd.jetcd.Auth
RoleDelete deletes a role.
roleGet(AuthRoleGetRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthBlockingStub
RoleGet gets detailed role information.
roleGet(AuthRoleGetRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthFutureStub
RoleGet gets detailed role information.
roleGet(AuthRoleGetRequest, StreamObserver<AuthRoleGetResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthImplBase
RoleGet gets detailed role information.
roleGet(AuthRoleGetRequest, StreamObserver<AuthRoleGetResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthStub
RoleGet gets detailed role information.
roleGet(ByteSequence) - Method in interface io.etcd.jetcd.Auth
gets a detailed information of a role.
roleGrantPermission(AuthRoleGrantPermissionRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthBlockingStub
RoleGrantPermission grants a permission of a specified key or range to a specified role.
roleGrantPermission(AuthRoleGrantPermissionRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthFutureStub
RoleGrantPermission grants a permission of a specified key or range to a specified role.
roleGrantPermission(AuthRoleGrantPermissionRequest, StreamObserver<AuthRoleGrantPermissionResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthImplBase
RoleGrantPermission grants a permission of a specified key or range to a specified role.
roleGrantPermission(AuthRoleGrantPermissionRequest, StreamObserver<AuthRoleGrantPermissionResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthStub
RoleGrantPermission grants a permission of a specified key or range to a specified role.
roleGrantPermission(ByteSequence, ByteSequence, ByteSequence, Permission.Type) - Method in interface io.etcd.jetcd.Auth
grants a permission to a role.
roleList(AuthRoleListRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthBlockingStub
RoleList gets lists of all roles.
roleList(AuthRoleListRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthFutureStub
RoleList gets lists of all roles.
roleList(AuthRoleListRequest, StreamObserver<AuthRoleListResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthImplBase
RoleList gets lists of all roles.
roleList(AuthRoleListRequest, StreamObserver<AuthRoleListResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthStub
RoleList gets lists of all roles.
roleList() - Method in interface io.etcd.jetcd.Auth
gets a list of all roles.
RoleOrBuilder - Interface in io.etcd.jetcd.api
 
roleRevokePermission(AuthRoleRevokePermissionRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthBlockingStub
RoleRevokePermission revokes a key or range permission of a specified role.
roleRevokePermission(AuthRoleRevokePermissionRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthFutureStub
RoleRevokePermission revokes a key or range permission of a specified role.
roleRevokePermission(AuthRoleRevokePermissionRequest, StreamObserver<AuthRoleRevokePermissionResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthImplBase
RoleRevokePermission revokes a key or range permission of a specified role.
roleRevokePermission(AuthRoleRevokePermissionRequest, StreamObserver<AuthRoleRevokePermissionResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthStub
RoleRevokePermission revokes a key or range permission of a specified role.
roleRevokePermission(ByteSequence, ByteSequence, ByteSequence) - Method in interface io.etcd.jetcd.Auth
revokes a permission from a role.
ROLES_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthRoleListResponse
 
ROLES_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthUserGetResponse
 
ROLES_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.User
 

S

SERIALIZABLE_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.RangeRequest
 
SERVICE_NAME - Static variable in class io.etcd.jetcd.api.AuthGrpc
 
SERVICE_NAME - Static variable in class io.etcd.jetcd.api.ClusterGrpc
 
SERVICE_NAME - Static variable in class io.etcd.jetcd.api.KVGrpc
 
SERVICE_NAME - Static variable in class io.etcd.jetcd.api.LeaseGrpc
 
SERVICE_NAME - Static variable in class io.etcd.jetcd.api.lock.LockGrpc
 
SERVICE_NAME - Static variable in class io.etcd.jetcd.api.MaintenanceGrpc
 
SERVICE_NAME - Static variable in class io.etcd.jetcd.api.WatchGrpc
 
setAction(AlarmRequest.AlarmAction) - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
action is the kind of alarm request to issue.
setActionValue(int) - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
action is the kind of alarm request to issue.
setAlarm(AlarmType) - Method in class io.etcd.jetcd.api.AlarmMember.Builder
alarm is the type of alarm which has been raised.
setAlarm(AlarmType) - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
alarm is the type of alarm to consider for this request.
setAlarms(int, AlarmMember) - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
alarms is a list of alarms associated with the alarm request.
setAlarms(int, AlarmMember.Builder) - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
alarms is a list of alarms associated with the alarm request.
setAlarmValue(int) - Method in class io.etcd.jetcd.api.AlarmMember.Builder
alarm is the type of alarm which has been raised.
setAlarmValue(int) - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
alarm is the type of alarm to consider for this request.
setBlob(ByteString) - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
blob contains the next chunk of the snapshot in the snapshot stream.
setCanceled(boolean) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
canceled is set to true if the response is for a cancel watch request.
setCancelReason(String) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
cancel_reason indicates the reason for canceling the watcher.
setCancelReasonBytes(ByteString) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
cancel_reason indicates the reason for canceling the watcher.
setCancelRequest(WatchCancelRequest) - Method in class io.etcd.jetcd.api.WatchRequest.Builder
.etcdserverpb.WatchCancelRequest cancel_request = 2;
setCancelRequest(WatchCancelRequest.Builder) - Method in class io.etcd.jetcd.api.WatchRequest.Builder
.etcdserverpb.WatchCancelRequest cancel_request = 2;
setClientURLs(int, String) - Method in class io.etcd.jetcd.api.Member.Builder
clientURLs is the list of URLs the member exposes to clients for communication.
setClusterId(long) - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
cluster_id is the ID of the cluster which sent the response.
setCompactRevision(long) - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
compact_revision is the compacted revision of key-value store when hash begins.
setCompactRevision(long) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
compact_revision is set to the minimum index if a watcher tries to watch at a compacted index.
setCompare(int, Compare) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
compare is a list of predicates representing a conjunction of terms.
setCompare(int, Compare.Builder) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
compare is a list of predicates representing a conjunction of terms.
setCount(long) - Method in class io.etcd.jetcd.api.RangeResponse.Builder
count is set to the number of keys within the range when requested.
setCountOnly(boolean) - Method in class io.etcd.jetcd.api.RangeRequest.Builder
count_only when set returns only the count of the keys in the range.
setCreated(boolean) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
created is set to true if the response is for a create watch request.
setCreateRequest(WatchCreateRequest) - Method in class io.etcd.jetcd.api.WatchRequest.Builder
.etcdserverpb.WatchCreateRequest create_request = 1;
setCreateRequest(WatchCreateRequest.Builder) - Method in class io.etcd.jetcd.api.WatchRequest.Builder
.etcdserverpb.WatchCreateRequest create_request = 1;
setCreateRevision(long) - Method in class io.etcd.jetcd.api.Compare.Builder
create_revision is the creation revision of the given key
setCreateRevision(long) - Method in class io.etcd.jetcd.api.KeyValue.Builder
create_revision is the revision of last creation on this key.
setDbSize(long) - Method in class io.etcd.jetcd.api.StatusResponse.Builder
dbSize is the size of the backend database, in bytes, of the responding member.
setDeleted(long) - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
deleted is the number of keys deleted by the delete range request.
setError(String) - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
string error = 4;
setErrorBytes(ByteString) - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
string error = 4;
setEvents(int, Event) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
repeated .mvccpb.Event events = 11;
setEvents(int, Event.Builder) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
repeated .mvccpb.Event events = 11;
setFailure(int, RequestOp) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
failure is a list of requests which will be applied when compare evaluates to false.
setFailure(int, RequestOp.Builder) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
failure is a list of requests which will be applied when compare evaluates to false.
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AlarmMember.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthDisableRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthDisableResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthEnableRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthEnableResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthenticateRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthRoleAddRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthRoleAddResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthRoleGetRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthRoleListRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthUserAddRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthUserAddResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthUserGetRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthUserListRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.CompactionRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.CompactionResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.Compare.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.DefragmentRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.DefragmentResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.DeleteRangeRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.Event.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.HashKVRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.HashRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.HashResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.KeyValue.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.LeaseGrantRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.LeaseRevokeRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.LeaseRevokeResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.lock.LockRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.lock.LockResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.lock.UnlockRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.lock.UnlockResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.Member.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.MemberAddRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.MemberListRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.MemberRemoveRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.MoveLeaderRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.MoveLeaderResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.Permission.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.PutRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.PutResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.RangeRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.RangeResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.RequestOp.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.ResponseOp.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.Role.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.SnapshotRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.StatusRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.StatusResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.TxnResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.User.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.WatchCancelRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.WatchRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
 
setFilters(int, WatchCreateRequest.FilterType) - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
filters filter the events at server side before it sends back to the watcher.
setFiltersValue(int, int) - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
filters filter the events at server side before it sends back to the watcher.
setGrantedTTL(long) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
GrantedTTL is the initial granted time in seconds upon lease creation/renewal.
setHash(int) - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
hash is the hash value computed from the responding member's MVCC keys up to a given revision.
setHash(int) - Method in class io.etcd.jetcd.api.HashResponse.Builder
hash is the hash value computed from the responding member's key-value store.
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthDisableResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.AuthDisableResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthEnableResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.AuthEnableResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthRoleAddResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.AuthRoleAddResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthUserAddResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.AuthUserAddResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.CompactionResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.CompactionResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.DefragmentResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.DefragmentResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.HashResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.HashResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.LeaseRevokeResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.LeaseRevokeResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.lock.LockResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.lock.LockResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.lock.UnlockResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.lock.UnlockResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.MoveLeaderResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.MoveLeaderResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.PutResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.PutResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.RangeResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.RangeResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
header has the current key-value store information.
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
header has the current key-value store information.
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.StatusResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.StatusResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.TxnResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.TxnResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setHeader(ResponseHeader.Builder) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
.etcdserverpb.ResponseHeader header = 1;
setID(long) - Method in class io.etcd.jetcd.api.LeaseGrantRequest.Builder
ID is the requested ID for the lease.
setID(long) - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
ID is the lease ID for the granted lease.
setID(long) - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest.Builder
ID is the lease ID for the lease to keep alive.
setID(long) - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
ID is the lease ID from the keep alive request.
setID(long) - Method in class io.etcd.jetcd.api.LeaseRevokeRequest.Builder
ID is the lease ID to revoke.
setID(long) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest.Builder
ID is the lease ID for the lease.
setID(long) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
ID is the lease ID from the keep alive request.
setID(long) - Method in class io.etcd.jetcd.api.Member.Builder
ID is the member ID for this member.
setID(long) - Method in class io.etcd.jetcd.api.MemberRemoveRequest.Builder
ID is the member ID of the member to remove.
setID(long) - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
ID is the member ID of the member to update.
setIgnoreLease(boolean) - Method in class io.etcd.jetcd.api.PutRequest.Builder
If ignore_lease is set, etcd updates the key using its current lease.
setIgnoreValue(boolean) - Method in class io.etcd.jetcd.api.PutRequest.Builder
If ignore_value is set, etcd updates the key using its current value.
setKey(String) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
string key = 2;
setKey(ByteString) - Method in class io.etcd.jetcd.api.Compare.Builder
key is the subject key for the comparison operation.
setKey(ByteString) - Method in class io.etcd.jetcd.api.DeleteRangeRequest.Builder
key is the first key to delete in the range.
setKey(ByteString) - Method in class io.etcd.jetcd.api.KeyValue.Builder
key is the key in bytes.
setKey(ByteString) - Method in class io.etcd.jetcd.api.lock.LockResponse.Builder
key is a key that will exist on etcd for the duration that the Lock caller owns the lock.
setKey(ByteString) - Method in class io.etcd.jetcd.api.lock.UnlockRequest.Builder
key is the lock ownership key granted by Lock.
setKey(ByteString) - Method in class io.etcd.jetcd.api.Permission.Builder
bytes key = 2;
setKey(ByteString) - Method in class io.etcd.jetcd.api.PutRequest.Builder
key is the key, in bytes, to put into the key-value store.
setKey(ByteString) - Method in class io.etcd.jetcd.api.RangeRequest.Builder
key is the first key for the range.
setKey(ByteString) - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
key is the key to register for watching.
setKeyBytes(ByteString) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
string key = 2;
setKeyPermission(int, Permission) - Method in class io.etcd.jetcd.api.Role.Builder
repeated .authpb.Permission keyPermission = 2;
setKeyPermission(int, Permission.Builder) - Method in class io.etcd.jetcd.api.Role.Builder
repeated .authpb.Permission keyPermission = 2;
setKeys(boolean) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest.Builder
keys is true to query all the keys attached to this lease.
setKeys(int, ByteString) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
Keys is the list of keys attached to this lease.
setKeysOnly(boolean) - Method in class io.etcd.jetcd.api.RangeRequest.Builder
keys_only when set returns only the keys and not the values.
setKv(KeyValue) - Method in class io.etcd.jetcd.api.Event.Builder
kv holds the KeyValue for the event.
setKv(KeyValue.Builder) - Method in class io.etcd.jetcd.api.Event.Builder
kv holds the KeyValue for the event.
setKvs(int, KeyValue) - Method in class io.etcd.jetcd.api.RangeResponse.Builder
kvs is the list of key-value pairs matched by the range request.
setKvs(int, KeyValue.Builder) - Method in class io.etcd.jetcd.api.RangeResponse.Builder
kvs is the list of key-value pairs matched by the range request.
setLeader(long) - Method in class io.etcd.jetcd.api.StatusResponse.Builder
leader is the member ID which the responding member believes is the current leader.
setLease(long) - Method in class io.etcd.jetcd.api.KeyValue.Builder
lease is the ID of the lease that attached to key.
setLease(long) - Method in class io.etcd.jetcd.api.lock.LockRequest.Builder
lease is the ID of the lease that will be attached to ownership of the lock.
setLease(long) - Method in class io.etcd.jetcd.api.PutRequest.Builder
lease is the lease ID to associate with the key in the key-value store.
setLimit(long) - Method in class io.etcd.jetcd.api.RangeRequest.Builder
limit is a limit on the number of keys returned for the request.
setMaxCreateRevision(long) - Method in class io.etcd.jetcd.api.RangeRequest.Builder
max_create_revision is the upper bound for returned key create revisions; all keys with greater create revisions will be filtered away.
setMaxModRevision(long) - Method in class io.etcd.jetcd.api.RangeRequest.Builder
max_mod_revision is the upper bound for returned key mod revisions; all keys with greater mod revisions will be filtered away.
setMember(Member) - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
member is the member information for the added member.
setMember(Member.Builder) - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
member is the member information for the added member.
setMemberID(long) - Method in class io.etcd.jetcd.api.AlarmMember.Builder
memberID is the ID of the member associated with the raised alarm.
setMemberID(long) - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
memberID is the ID of the member associated with the alarm.
setMemberId(long) - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
member_id is the ID of the member which sent the response.
setMembers(int, Member) - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
members is a list of all members after adding the new member.
setMembers(int, Member.Builder) - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
members is a list of all members after adding the new member.
setMembers(int, Member) - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
members is a list of all members associated with the cluster.
setMembers(int, Member.Builder) - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
members is a list of all members associated with the cluster.
setMembers(int, Member) - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
members is a list of all members after removing the member.
setMembers(int, Member.Builder) - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
members is a list of all members after removing the member.
setMembers(int, Member) - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
members is a list of all members after updating the member.
setMembers(int, Member.Builder) - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
members is a list of all members after updating the member.
setMinCreateRevision(long) - Method in class io.etcd.jetcd.api.RangeRequest.Builder
min_create_revision is the lower bound for returned key create revisions; all keys with lesser create trevisions will be filtered away.
setMinModRevision(long) - Method in class io.etcd.jetcd.api.RangeRequest.Builder
min_mod_revision is the lower bound for returned key mod revisions; all keys with lesser mod revisions will be filtered away.
setModRevision(long) - Method in class io.etcd.jetcd.api.Compare.Builder
mod_revision is the last modified revision of the given key.
setModRevision(long) - Method in class io.etcd.jetcd.api.KeyValue.Builder
mod_revision is the revision of last modification on this key.
setMore(boolean) - Method in class io.etcd.jetcd.api.RangeResponse.Builder
more indicates if there are more keys to return in the requested range.
setName(String) - Method in class io.etcd.jetcd.api.AuthenticateRequest.Builder
string name = 1;
setName(String) - Method in class io.etcd.jetcd.api.AuthRoleAddRequest.Builder
name is the name of the role to add to the authentication system.
setName(String) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
name is the name of the role which will be granted the permission.
setName(String) - Method in class io.etcd.jetcd.api.AuthUserAddRequest.Builder
string name = 1;
setName(String) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest.Builder
name is the name of the user whose password is being changed.
setName(String) - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest.Builder
name is the name of the user to delete.
setName(String) - Method in class io.etcd.jetcd.api.AuthUserGetRequest.Builder
string name = 1;
setName(String) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest.Builder
string name = 1;
setName(ByteString) - Method in class io.etcd.jetcd.api.lock.LockRequest.Builder
name is the identifier for the distributed shared lock to be acquired.
setName(String) - Method in class io.etcd.jetcd.api.Member.Builder
name is the human-readable name of the member.
setName(ByteString) - Method in class io.etcd.jetcd.api.Role.Builder
bytes name = 1;
setName(ByteString) - Method in class io.etcd.jetcd.api.User.Builder
bytes name = 1;
setNameBytes(ByteString) - Method in class io.etcd.jetcd.api.AuthenticateRequest.Builder
string name = 1;
setNameBytes(ByteString) - Method in class io.etcd.jetcd.api.AuthRoleAddRequest.Builder
name is the name of the role to add to the authentication system.
setNameBytes(ByteString) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
name is the name of the role which will be granted the permission.
setNameBytes(ByteString) - Method in class io.etcd.jetcd.api.AuthUserAddRequest.Builder
string name = 1;
setNameBytes(ByteString) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest.Builder
name is the name of the user whose password is being changed.
setNameBytes(ByteString) - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest.Builder
name is the name of the user to delete.
setNameBytes(ByteString) - Method in class io.etcd.jetcd.api.AuthUserGetRequest.Builder
string name = 1;
setNameBytes(ByteString) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest.Builder
string name = 1;
setNameBytes(ByteString) - Method in class io.etcd.jetcd.api.Member.Builder
name is the human-readable name of the member.
setPassword(String) - Method in class io.etcd.jetcd.api.AuthenticateRequest.Builder
string password = 2;
setPassword(String) - Method in class io.etcd.jetcd.api.AuthUserAddRequest.Builder
string password = 2;
setPassword(String) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest.Builder
password is the new password for the user.
setPassword(ByteString) - Method in class io.etcd.jetcd.api.User.Builder
bytes password = 2;
setPasswordBytes(ByteString) - Method in class io.etcd.jetcd.api.AuthenticateRequest.Builder
string password = 2;
setPasswordBytes(ByteString) - Method in class io.etcd.jetcd.api.AuthUserAddRequest.Builder
string password = 2;
setPasswordBytes(ByteString) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest.Builder
password is the new password for the user.
setPeerURLs(int, String) - Method in class io.etcd.jetcd.api.Member.Builder
peerURLs is the list of URLs the member exposes to the cluster for communication.
setPeerURLs(int, String) - Method in class io.etcd.jetcd.api.MemberAddRequest.Builder
peerURLs is the list of URLs the added member will use to communicate with the cluster.
setPeerURLs(int, String) - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
peerURLs is the new list of URLs the member will use to communicate with the cluster.
setPerm(int, Permission) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
repeated .authpb.Permission perm = 2;
setPerm(int, Permission.Builder) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
repeated .authpb.Permission perm = 2;
setPerm(Permission) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
perm is the permission to grant to the role.
setPerm(Permission.Builder) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
perm is the permission to grant to the role.
setPermType(Permission.Type) - Method in class io.etcd.jetcd.api.Permission.Builder
.authpb.Permission.Type permType = 1;
setPermTypeValue(int) - Method in class io.etcd.jetcd.api.Permission.Builder
.authpb.Permission.Type permType = 1;
setPhysical(boolean) - Method in class io.etcd.jetcd.api.CompactionRequest.Builder
physical is set so the RPC will wait until the compaction is physically applied to the local database such that compacted entries are totally removed from the backend database.
setPrevKv(boolean) - Method in class io.etcd.jetcd.api.DeleteRangeRequest.Builder
If prev_kv is set, etcd gets the previous key-value pairs before deleting it.
setPrevKv(KeyValue) - Method in class io.etcd.jetcd.api.Event.Builder
prev_kv holds the key-value pair before the event happens.
setPrevKv(KeyValue.Builder) - Method in class io.etcd.jetcd.api.Event.Builder
prev_kv holds the key-value pair before the event happens.
setPrevKv(boolean) - Method in class io.etcd.jetcd.api.PutRequest.Builder
If prev_kv is set, etcd gets the previous key-value pair before changing it.
setPrevKv(KeyValue) - Method in class io.etcd.jetcd.api.PutResponse.Builder
if prev_kv is set in the request, the previous key-value pair will be returned.
setPrevKv(KeyValue.Builder) - Method in class io.etcd.jetcd.api.PutResponse.Builder
if prev_kv is set in the request, the previous key-value pair will be returned.
setPrevKv(boolean) - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
If prev_kv is set, created watcher gets the previous KV before the event happens.
setPrevKvs(int, KeyValue) - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
if prev_kv is set in the request, the previous key-value pairs will be returned.
setPrevKvs(int, KeyValue.Builder) - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
if prev_kv is set in the request, the previous key-value pairs will be returned.
setProgressNotify(boolean) - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
progress_notify is set so that the etcd server will periodically send a WatchResponse with no events to the new watcher if there are no recent events.
setRaftIndex(long) - Method in class io.etcd.jetcd.api.StatusResponse.Builder
raftIndex is the current raft index of the responding member.
setRaftTerm(long) - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
raft_term is the raft term when the request was applied.
setRaftTerm(long) - Method in class io.etcd.jetcd.api.StatusResponse.Builder
raftTerm is the current raft term of the responding member.
setRangeEnd(String) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
string range_end = 3;
setRangeEnd(ByteString) - Method in class io.etcd.jetcd.api.Compare.Builder
range_end compares the given target to all keys in the range [key, range_end).
setRangeEnd(ByteString) - Method in class io.etcd.jetcd.api.DeleteRangeRequest.Builder
range_end is the key following the last key to delete for the range [key, range_end).
setRangeEnd(ByteString) - Method in class io.etcd.jetcd.api.Permission.Builder
bytes range_end = 3;
setRangeEnd(ByteString) - Method in class io.etcd.jetcd.api.RangeRequest.Builder
range_end is the upper bound on the requested range [key, range_end).
setRangeEnd(ByteString) - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
range_end is the end of the range [key, range_end) to watch.
setRangeEndBytes(ByteString) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
string range_end = 3;
setRemainingBytes(long) - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
remaining_bytes is the number of blob bytes to be sent after this message
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AlarmMember.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthDisableRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthDisableResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthEnableRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthEnableResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthenticateRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthRoleAddRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthRoleAddResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthRoleGetRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthRoleListRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthUserAddRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthUserAddResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthUserGetRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthUserListRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.CompactionRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.CompactionResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.Compare.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.DefragmentRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.DefragmentResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.DeleteRangeRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.Event.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.HashKVRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.HashRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.HashResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.KeyValue.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.LeaseGrantRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.LeaseRevokeRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.LeaseRevokeResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.lock.LockRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.lock.LockResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.lock.UnlockRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.lock.UnlockResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.Member.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.MemberAddRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.MemberListRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.MemberRemoveRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.MoveLeaderRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.MoveLeaderResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.Permission.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.PutRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.PutResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.RangeRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.RangeResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.RequestOp.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.ResponseOp.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.Role.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.SnapshotRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.StatusRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.StatusResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.TxnResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.User.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.WatchCancelRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.WatchRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
 
setRequestDeleteRange(DeleteRangeRequest) - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.DeleteRangeRequest request_delete_range = 3;
setRequestDeleteRange(DeleteRangeRequest.Builder) - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.DeleteRangeRequest request_delete_range = 3;
setRequestPut(PutRequest) - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.PutRequest request_put = 2;
setRequestPut(PutRequest.Builder) - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.PutRequest request_put = 2;
setRequestRange(RangeRequest) - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.RangeRequest request_range = 1;
setRequestRange(RangeRequest.Builder) - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.RangeRequest request_range = 1;
setRequestTxn(TxnRequest) - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.TxnRequest request_txn = 4;
setRequestTxn(TxnRequest.Builder) - Method in class io.etcd.jetcd.api.RequestOp.Builder
.etcdserverpb.TxnRequest request_txn = 4;
setResponseDeleteRange(DeleteRangeResponse) - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.DeleteRangeResponse response_delete_range = 3;
setResponseDeleteRange(DeleteRangeResponse.Builder) - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.DeleteRangeResponse response_delete_range = 3;
setResponsePut(PutResponse) - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.PutResponse response_put = 2;
setResponsePut(PutResponse.Builder) - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.PutResponse response_put = 2;
setResponseRange(RangeResponse) - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.RangeResponse response_range = 1;
setResponseRange(RangeResponse.Builder) - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.RangeResponse response_range = 1;
setResponses(int, ResponseOp) - Method in class io.etcd.jetcd.api.TxnResponse.Builder
responses is a list of responses corresponding to the results from applying success if succeeded is true or failure if succeeded is false.
setResponses(int, ResponseOp.Builder) - Method in class io.etcd.jetcd.api.TxnResponse.Builder
responses is a list of responses corresponding to the results from applying success if succeeded is true or failure if succeeded is false.
setResponseTxn(TxnResponse) - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.TxnResponse response_txn = 4;
setResponseTxn(TxnResponse.Builder) - Method in class io.etcd.jetcd.api.ResponseOp.Builder
.etcdserverpb.TxnResponse response_txn = 4;
setResult(Compare.CompareResult) - Method in class io.etcd.jetcd.api.Compare.Builder
result is logical comparison operation for this comparison.
setResultValue(int) - Method in class io.etcd.jetcd.api.Compare.Builder
result is logical comparison operation for this comparison.
setRevision(long) - Method in class io.etcd.jetcd.api.CompactionRequest.Builder
revision is the key-value store revision for the compaction operation.
setRevision(long) - Method in class io.etcd.jetcd.api.HashKVRequest.Builder
revision is the key-value store revision for the hash operation.
setRevision(long) - Method in class io.etcd.jetcd.api.RangeRequest.Builder
revision is the point-in-time of the key-value store to use for the range.
setRevision(long) - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
revision is the key-value store revision when the request was applied.
setRole(String) - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest.Builder
string role = 1;
setRole(String) - Method in class io.etcd.jetcd.api.AuthRoleGetRequest.Builder
string role = 1;
setRole(String) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
string role = 1;
setRole(String) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest.Builder
role is the name of the role to grant to the user.
setRole(String) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest.Builder
string role = 2;
setRoleBytes(ByteString) - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest.Builder
string role = 1;
setRoleBytes(ByteString) - Method in class io.etcd.jetcd.api.AuthRoleGetRequest.Builder
string role = 1;
setRoleBytes(ByteString) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
string role = 1;
setRoleBytes(ByteString) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest.Builder
role is the name of the role to grant to the user.
setRoleBytes(ByteString) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest.Builder
string role = 2;
setRoles(int, String) - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
repeated string roles = 2;
setRoles(int, String) - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
repeated string roles = 2;
setRoles(int, String) - Method in class io.etcd.jetcd.api.User.Builder
repeated string roles = 3;
setSerializable(boolean) - Method in class io.etcd.jetcd.api.RangeRequest.Builder
serializable sets the range request to use serializable member-local reads.
setSortOrder(RangeRequest.SortOrder) - Method in class io.etcd.jetcd.api.RangeRequest.Builder
sort_order is the order for returned sorted results.
setSortOrderValue(int) - Method in class io.etcd.jetcd.api.RangeRequest.Builder
sort_order is the order for returned sorted results.
setSortTarget(RangeRequest.SortTarget) - Method in class io.etcd.jetcd.api.RangeRequest.Builder
sort_target is the key-value field to use for sorting.
setSortTargetValue(int) - Method in class io.etcd.jetcd.api.RangeRequest.Builder
sort_target is the key-value field to use for sorting.
setStartRevision(long) - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
start_revision is an optional revision to watch from (inclusive).
setSucceeded(boolean) - Method in class io.etcd.jetcd.api.TxnResponse.Builder
succeeded is set to true if the compare evaluated to true or false otherwise.
setSuccess(int, RequestOp) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
success is a list of requests which will be applied when compare evaluates to true.
setSuccess(int, RequestOp.Builder) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
success is a list of requests which will be applied when compare evaluates to true.
setTarget(Compare.CompareTarget) - Method in class io.etcd.jetcd.api.Compare.Builder
target is the key-value field to inspect for the comparison.
setTargetID(long) - Method in class io.etcd.jetcd.api.MoveLeaderRequest.Builder
targetID is the node ID for the new leader.
setTargetValue(int) - Method in class io.etcd.jetcd.api.Compare.Builder
target is the key-value field to inspect for the comparison.
setToken(String) - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
token is an authorized token that can be used in succeeding RPCs
setTokenBytes(ByteString) - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
token is an authorized token that can be used in succeeding RPCs
setTTL(long) - Method in class io.etcd.jetcd.api.LeaseGrantRequest.Builder
TTL is the advisory time-to-live in seconds.
setTTL(long) - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
TTL is the server chosen lease time-to-live in seconds.
setTTL(long) - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
TTL is the new time-to-live for the lease.
setTTL(long) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
TTL is the remaining TTL in seconds for the lease; the lease will expire in under TTL+1 seconds.
setType(Event.EventType) - Method in class io.etcd.jetcd.api.Event.Builder
type is the kind of event.
setTypeValue(int) - Method in class io.etcd.jetcd.api.Event.Builder
type is the kind of event.
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AlarmMember.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AlarmRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AlarmResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthDisableRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthDisableResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthEnableRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthEnableResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthenticateRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthenticateResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthRoleAddRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthRoleAddResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthRoleGetRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthRoleListRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthRoleListResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthUserAddRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthUserAddResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthUserGetRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthUserGetResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthUserListRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.CompactionRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.CompactionResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.Compare.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.DefragmentRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.DefragmentResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.DeleteRangeRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.DeleteRangeResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.Event.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.HashKVRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.HashKVResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.HashRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.HashResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.KeyValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.LeaseGrantRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.LeaseGrantResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.LeaseRevokeRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.LeaseRevokeResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.lock.LockRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.lock.LockResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.lock.UnlockRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.lock.UnlockResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.Member.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.MemberAddRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.MemberAddResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.MemberListRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.MemberListResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.MemberRemoveRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.MemberRemoveResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.MemberUpdateRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.MemberUpdateResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.MoveLeaderRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.MoveLeaderResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.Permission.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.PutRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.PutResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.RangeRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.RangeResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.RequestOp.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.ResponseHeader.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.ResponseOp.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.Role.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.SnapshotRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.SnapshotResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.StatusRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.StatusResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.TxnRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.TxnResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.User.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.WatchCancelRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.WatchCreateRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.WatchRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
 
setUser(String) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest.Builder
user is the name of the user which should be granted a given role.
setUserBytes(ByteString) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest.Builder
user is the name of the user which should be granted a given role.
setUsers(int, String) - Method in class io.etcd.jetcd.api.AuthUserListResponse.Builder
repeated string users = 2;
setValue(ByteString) - Method in class io.etcd.jetcd.api.Compare.Builder
value is the value of the given key, in bytes.
setValue(ByteString) - Method in class io.etcd.jetcd.api.KeyValue.Builder
value is the value held by the key, in bytes.
setValue(ByteString) - Method in class io.etcd.jetcd.api.PutRequest.Builder
value is the value, in bytes, to associate with the key in the key-value store.
setVersion(long) - Method in class io.etcd.jetcd.api.Compare.Builder
version is the version of the given key
setVersion(long) - Method in class io.etcd.jetcd.api.KeyValue.Builder
version is the version of the key.
setVersion(String) - Method in class io.etcd.jetcd.api.StatusResponse.Builder
version is the cluster protocol version used by the responding member.
setVersionBytes(ByteString) - Method in class io.etcd.jetcd.api.StatusResponse.Builder
version is the cluster protocol version used by the responding member.
setWatchId(long) - Method in class io.etcd.jetcd.api.WatchCancelRequest.Builder
watch_id is the watcher id to cancel so that no more events are transmitted.
setWatchId(long) - Method in class io.etcd.jetcd.api.WatchResponse.Builder
watch_id is the ID of the watcher that corresponds to the response.
size() - Method in class io.etcd.jetcd.ByteSequence
 
snapshot(SnapshotRequest) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceBlockingStub
Snapshot sends a snapshot of the entire backend from a member over a stream to a client.
snapshot(SnapshotRequest, StreamObserver<SnapshotResponse>) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceImplBase
Snapshot sends a snapshot of the entire backend from a member over a stream to a client.
snapshot(SnapshotRequest, StreamObserver<SnapshotResponse>) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceStub
Snapshot sends a snapshot of the entire backend from a member over a stream to a client.
snapshot(OutputStream) - Method in interface io.etcd.jetcd.Maintenance
retrieves backend snapshot.
snapshot(StreamObserver<SnapshotResponse>) - Method in interface io.etcd.jetcd.Maintenance
retrieves backend snapshot as as stream of chunks.
SnapshotReaderResponseWithError - Class in io.etcd.jetcd.maintenance
 
SnapshotReaderResponseWithError(SnapshotResponse) - Constructor for class io.etcd.jetcd.maintenance.SnapshotReaderResponseWithError
 
SnapshotReaderResponseWithError(Exception) - Constructor for class io.etcd.jetcd.maintenance.SnapshotReaderResponseWithError
 
SnapshotRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.SnapshotRequest
SnapshotRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.SnapshotRequest
SnapshotRequestOrBuilder - Interface in io.etcd.jetcd.api
 
SnapshotResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.SnapshotResponse
snapshotResponse - Variable in class io.etcd.jetcd.maintenance.SnapshotReaderResponseWithError
 
SnapshotResponse - Class in io.etcd.jetcd.maintenance
 
SnapshotResponse(SnapshotResponse) - Constructor for class io.etcd.jetcd.maintenance.SnapshotResponse
 
SnapshotResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.SnapshotResponse
SnapshotResponseOrBuilder - Interface in io.etcd.jetcd.api
 
SORT_ORDER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.RangeRequest
 
SORT_TARGET_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.RangeRequest
 
sslContext() - Method in class io.etcd.jetcd.ClientBuilder
 
sslContext(SslContext) - Method in class io.etcd.jetcd.ClientBuilder
SSL/TLS context to use instead of the system default.
START_REVISION_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.WatchCreateRequest
 
startsWith(ByteSequence) - Method in class io.etcd.jetcd.ByteSequence
 
status(StatusRequest) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceBlockingStub
Status gets the status of the member.
status(StatusRequest) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceFutureStub
Status gets the status of the member.
status(StatusRequest, StreamObserver<StatusResponse>) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceImplBase
Status gets the status of the member.
status(StatusRequest, StreamObserver<StatusResponse>) - Method in class io.etcd.jetcd.api.MaintenanceGrpc.MaintenanceStub
Status gets the status of the member.
statusMember(URI) - Method in interface io.etcd.jetcd.Maintenance
get the status of a member by its endpoint.
StatusRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.StatusRequest
StatusRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.StatusRequest
StatusRequestOrBuilder - Interface in io.etcd.jetcd.api
 
StatusResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.StatusResponse
StatusResponse - Class in io.etcd.jetcd.maintenance
StatusResponse returned by Maintenance.statusMember(URI) contains a header, version, dbSize, current leader, raftIndex, and raftTerm.
StatusResponse(StatusResponse) - Constructor for class io.etcd.jetcd.maintenance.StatusResponse
 
StatusResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.StatusResponse
StatusResponseOrBuilder - Interface in io.etcd.jetcd.api
 
SUCCEEDED_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.TxnResponse
 
SUCCESS_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.TxnRequest
 

T

TARGET_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.Compare
 
TARGETID_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.MoveLeaderRequest
 
Then(Op...) - Method in class io.etcd.jetcd.op.TxnImpl
 
Then(Op...) - Method in interface io.etcd.jetcd.Txn
takes a list of operations.
timeToLive(long, LeaseOption) - Method in interface io.etcd.jetcd.Lease
retrieves the lease information of the given lease ID.
toBuilder() - Method in class io.etcd.jetcd.api.AlarmMember
 
toBuilder() - Method in class io.etcd.jetcd.api.AlarmRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.AlarmResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthDisableRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthDisableResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthEnableRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthEnableResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthenticateRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthenticateResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthRoleAddRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthRoleAddResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthRoleGetRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthRoleGetResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthRoleListRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthRoleListResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthUserAddRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthUserAddResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthUserGetRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthUserGetResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthUserListRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthUserListResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.CompactionRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.CompactionResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.Compare
 
toBuilder() - Method in class io.etcd.jetcd.api.DefragmentRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.DefragmentResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.DeleteRangeRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.DeleteRangeResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.Event
 
toBuilder() - Method in class io.etcd.jetcd.api.HashKVRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.HashKVResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.HashRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.HashResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.KeyValue
 
toBuilder() - Method in class io.etcd.jetcd.api.LeaseGrantRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.LeaseGrantResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.LeaseRevokeRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.LeaseRevokeResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.lock.LockRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.lock.LockResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.lock.UnlockRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.lock.UnlockResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.Member
 
toBuilder() - Method in class io.etcd.jetcd.api.MemberAddRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.MemberAddResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.MemberListRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.MemberListResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.MemberRemoveRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.MemberRemoveResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.MemberUpdateRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.MemberUpdateResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.MoveLeaderRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.MoveLeaderResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.Permission
 
toBuilder() - Method in class io.etcd.jetcd.api.PutRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.PutResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.RangeRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.RangeResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.RequestOp
 
toBuilder() - Method in class io.etcd.jetcd.api.ResponseHeader
 
toBuilder() - Method in class io.etcd.jetcd.api.ResponseOp
 
toBuilder() - Method in class io.etcd.jetcd.api.Role
 
toBuilder() - Method in class io.etcd.jetcd.api.SnapshotRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.SnapshotResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.StatusRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.StatusResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.TxnRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.TxnResponse
 
toBuilder() - Method in class io.etcd.jetcd.api.User
 
toBuilder() - Method in class io.etcd.jetcd.api.WatchCancelRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.WatchCreateRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.WatchRequest
 
toBuilder() - Method in class io.etcd.jetcd.api.WatchResponse
 
TOKEN - Static variable in class io.etcd.jetcd.Constants
 
TOKEN_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthenticateResponse
 
toRangeRequestSortOrder(GetOption.SortOrder) - Static method in class io.etcd.jetcd.options.OptionsUtil
convert client SortOrder to apu SortOrder.
toRangeRequestSortTarget(GetOption.SortTarget) - Static method in class io.etcd.jetcd.options.OptionsUtil
convert client SortTarget to apu SortTarget.
toString() - Method in class io.etcd.jetcd.AbstractResponse
 
toString(Charset) - Method in class io.etcd.jetcd.ByteSequence
 
toURIs(Collection<String>) - Static method in class io.etcd.jetcd.Util
 
TTL_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.LeaseGrantRequest
 
TTL_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.LeaseGrantResponse
 
TTL_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
TTL_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
txn(TxnRequest) - Method in class io.etcd.jetcd.api.KVGrpc.KVBlockingStub
Txn processes multiple requests in a single transaction.
txn(TxnRequest) - Method in class io.etcd.jetcd.api.KVGrpc.KVFutureStub
Txn processes multiple requests in a single transaction.
txn(TxnRequest, StreamObserver<TxnResponse>) - Method in class io.etcd.jetcd.api.KVGrpc.KVImplBase
Txn processes multiple requests in a single transaction.
txn(TxnRequest, StreamObserver<TxnResponse>) - Method in class io.etcd.jetcd.api.KVGrpc.KVStub
Txn processes multiple requests in a single transaction.
txn() - Method in interface io.etcd.jetcd.KV
creates a transaction.
txn(Cmp[], Op[], Op[]) - Static method in class io.etcd.jetcd.op.Op
 
Txn - Interface in io.etcd.jetcd
Txn is the interface that wraps mini-transactions.
TxnImpl - Class in io.etcd.jetcd.op
Build an etcd transaction.
TxnOp(Cmp[], Op[], Op[]) - Constructor for class io.etcd.jetcd.op.Op.TxnOp
 
TxnRequest - Class in io.etcd.jetcd.api
From google paxosdb paper: Our implementation hinges around a powerful primitive which we call MultiOp.
TxnRequest.Builder - Class in io.etcd.jetcd.api
From google paxosdb paper: Our implementation hinges around a powerful primitive which we call MultiOp.
TxnRequestOrBuilder - Interface in io.etcd.jetcd.api
 
TxnResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.TxnResponse
TxnResponse - Class in io.etcd.jetcd.kv
TxnResponse returned by a transaction call contains lists of put, get, delete responses corresponding to either the compare in txn.IF is evaluated to true or false.
TxnResponse(TxnResponse, ByteSequence) - Constructor for class io.etcd.jetcd.kv.TxnResponse
 
TxnResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.TxnResponse
TxnResponseOrBuilder - Interface in io.etcd.jetcd.api
 
type - Variable in class io.etcd.jetcd.op.Op
 
TYPE_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.Event
 

U

unlock(UnlockRequest) - Method in class io.etcd.jetcd.api.lock.LockGrpc.LockBlockingStub
Unlock takes a key returned by Lock and releases the hold on lock.
unlock(UnlockRequest) - Method in class io.etcd.jetcd.api.lock.LockGrpc.LockFutureStub
Unlock takes a key returned by Lock and releases the hold on lock.
unlock(UnlockRequest, StreamObserver<UnlockResponse>) - Method in class io.etcd.jetcd.api.lock.LockGrpc.LockImplBase
Unlock takes a key returned by Lock and releases the hold on lock.
unlock(UnlockRequest, StreamObserver<UnlockResponse>) - Method in class io.etcd.jetcd.api.lock.LockGrpc.LockStub
Unlock takes a key returned by Lock and releases the hold on lock.
unlock(ByteSequence) - Method in interface io.etcd.jetcd.Lock
Release the lock identified by the given key.
UnlockRequest - Class in io.etcd.jetcd.api.lock
Protobuf type v3lockpb.UnlockRequest
UnlockRequest.Builder - Class in io.etcd.jetcd.api.lock
Protobuf type v3lockpb.UnlockRequest
UnlockRequestOrBuilder - Interface in io.etcd.jetcd.api.lock
 
UnlockResponse - Class in io.etcd.jetcd.api.lock
Protobuf type v3lockpb.UnlockResponse
UnlockResponse - Class in io.etcd.jetcd.lock
 
UnlockResponse(UnlockResponse) - Constructor for class io.etcd.jetcd.lock.UnlockResponse
 
UnlockResponse.Builder - Class in io.etcd.jetcd.api.lock
Protobuf type v3lockpb.UnlockResponse
UnlockResponseOrBuilder - Interface in io.etcd.jetcd.api.lock
 
unprefixNamespace(ByteString, ByteSequence) - Static method in class io.etcd.jetcd.Util
 
updateMember(long, List<URI>) - Method in interface io.etcd.jetcd.Cluster
update peer addresses of the member.
uriResolverLoader() - Method in class io.etcd.jetcd.ClientBuilder
 
uriResolverLoader(URIResolverLoader) - Method in class io.etcd.jetcd.ClientBuilder
 
User - Class in io.etcd.jetcd.api
User is a single entry in the bucket authUsers
user() - Method in class io.etcd.jetcd.ClientBuilder
 
user(ByteSequence) - Method in class io.etcd.jetcd.ClientBuilder
config etcd auth user.
User.Builder - Class in io.etcd.jetcd.api
User is a single entry in the bucket authUsers
USER_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
userAdd(AuthUserAddRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthBlockingStub
UserAdd adds a new user.
userAdd(AuthUserAddRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthFutureStub
UserAdd adds a new user.
userAdd(AuthUserAddRequest, StreamObserver<AuthUserAddResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthImplBase
UserAdd adds a new user.
userAdd(AuthUserAddRequest, StreamObserver<AuthUserAddResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthStub
UserAdd adds a new user.
userAdd(ByteSequence, ByteSequence) - Method in interface io.etcd.jetcd.Auth
adds a new user to an etcd cluster.
userChangePassword(AuthUserChangePasswordRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthBlockingStub
UserChangePassword changes the password of a specified user.
userChangePassword(AuthUserChangePasswordRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthFutureStub
UserChangePassword changes the password of a specified user.
userChangePassword(AuthUserChangePasswordRequest, StreamObserver<AuthUserChangePasswordResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthImplBase
UserChangePassword changes the password of a specified user.
userChangePassword(AuthUserChangePasswordRequest, StreamObserver<AuthUserChangePasswordResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthStub
UserChangePassword changes the password of a specified user.
userChangePassword(ByteSequence, ByteSequence) - Method in interface io.etcd.jetcd.Auth
changes a password of a user.
userDelete(AuthUserDeleteRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthBlockingStub
UserDelete deletes a specified user.
userDelete(AuthUserDeleteRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthFutureStub
UserDelete deletes a specified user.
userDelete(AuthUserDeleteRequest, StreamObserver<AuthUserDeleteResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthImplBase
UserDelete deletes a specified user.
userDelete(AuthUserDeleteRequest, StreamObserver<AuthUserDeleteResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthStub
UserDelete deletes a specified user.
userDelete(ByteSequence) - Method in interface io.etcd.jetcd.Auth
deletes a user from an etcd cluster.
userGet(AuthUserGetRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthBlockingStub
UserGet gets detailed user information.
userGet(AuthUserGetRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthFutureStub
UserGet gets detailed user information.
userGet(AuthUserGetRequest, StreamObserver<AuthUserGetResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthImplBase
UserGet gets detailed user information.
userGet(AuthUserGetRequest, StreamObserver<AuthUserGetResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthStub
UserGet gets detailed user information.
userGet(ByteSequence) - Method in interface io.etcd.jetcd.Auth
gets a detailed information of a user.
userGrantRole(AuthUserGrantRoleRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthBlockingStub
UserGrant grants a role to a specified user.
userGrantRole(AuthUserGrantRoleRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthFutureStub
UserGrant grants a role to a specified user.
userGrantRole(AuthUserGrantRoleRequest, StreamObserver<AuthUserGrantRoleResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthImplBase
UserGrant grants a role to a specified user.
userGrantRole(AuthUserGrantRoleRequest, StreamObserver<AuthUserGrantRoleResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthStub
UserGrant grants a role to a specified user.
userGrantRole(ByteSequence, ByteSequence) - Method in interface io.etcd.jetcd.Auth
grants a role to a user.
userList(AuthUserListRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthBlockingStub
UserList gets a list of all users.
userList(AuthUserListRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthFutureStub
UserList gets a list of all users.
userList(AuthUserListRequest, StreamObserver<AuthUserListResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthImplBase
UserList gets a list of all users.
userList(AuthUserListRequest, StreamObserver<AuthUserListResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthStub
UserList gets a list of all users.
userList() - Method in interface io.etcd.jetcd.Auth
gets a list of all users.
UserOrBuilder - Interface in io.etcd.jetcd.api
 
userRevokeRole(AuthUserRevokeRoleRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthBlockingStub
UserRevokeRole revokes a role of specified user.
userRevokeRole(AuthUserRevokeRoleRequest) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthFutureStub
UserRevokeRole revokes a role of specified user.
userRevokeRole(AuthUserRevokeRoleRequest, StreamObserver<AuthUserRevokeRoleResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthImplBase
UserRevokeRole revokes a role of specified user.
userRevokeRole(AuthUserRevokeRoleRequest, StreamObserver<AuthUserRevokeRoleResponse>) - Method in class io.etcd.jetcd.api.AuthGrpc.AuthStub
UserRevokeRole revokes a role of specified user.
userRevokeRole(ByteSequence, ByteSequence) - Method in interface io.etcd.jetcd.Auth
revokes a role of a user.
USERS_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.AuthUserListResponse
 
Util - Class in io.etcd.jetcd.cluster
Util class for Cluster models.
Util() - Constructor for class io.etcd.jetcd.cluster.Util
 
Util - Class in io.etcd.jetcd
 

V

value(ByteSequence) - Static method in class io.etcd.jetcd.op.CmpTarget
Cmp on the value.
VALUE_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.Compare
 
VALUE_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.KeyValue
 
VALUE_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.PutRequest
 
VALUE_VALUE - Static variable in enum io.etcd.jetcd.api.Compare.CompareTarget
VALUE = 3;
VALUE_VALUE - Static variable in enum io.etcd.jetcd.api.RangeRequest.SortTarget
VALUE = 4;
valueOf(String) - Static method in enum io.etcd.jetcd.api.AlarmRequest.AlarmAction
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.etcd.jetcd.api.AlarmRequest.AlarmAction
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum io.etcd.jetcd.api.AlarmRequest.AlarmAction
 
valueOf(String) - Static method in enum io.etcd.jetcd.api.AlarmType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.etcd.jetcd.api.AlarmType
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum io.etcd.jetcd.api.AlarmType
 
valueOf(String) - Static method in enum io.etcd.jetcd.api.Compare.CompareResult
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.etcd.jetcd.api.Compare.CompareResult
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum io.etcd.jetcd.api.Compare.CompareResult
 
valueOf(String) - Static method in enum io.etcd.jetcd.api.Compare.CompareTarget
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.etcd.jetcd.api.Compare.CompareTarget
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum io.etcd.jetcd.api.Compare.CompareTarget
 
valueOf(String) - Static method in enum io.etcd.jetcd.api.Compare.TargetUnionCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.etcd.jetcd.api.Compare.TargetUnionCase
Deprecated.
valueOf(String) - Static method in enum io.etcd.jetcd.api.Event.EventType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.etcd.jetcd.api.Event.EventType
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum io.etcd.jetcd.api.Event.EventType
 
valueOf(String) - Static method in enum io.etcd.jetcd.api.Permission.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.etcd.jetcd.api.Permission.Type
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum io.etcd.jetcd.api.Permission.Type
 
valueOf(String) - Static method in enum io.etcd.jetcd.api.RangeRequest.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.etcd.jetcd.api.RangeRequest.SortOrder
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum io.etcd.jetcd.api.RangeRequest.SortOrder
 
valueOf(String) - Static method in enum io.etcd.jetcd.api.RangeRequest.SortTarget
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.etcd.jetcd.api.RangeRequest.SortTarget
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum io.etcd.jetcd.api.RangeRequest.SortTarget
 
valueOf(String) - Static method in enum io.etcd.jetcd.api.RequestOp.RequestCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.etcd.jetcd.api.RequestOp.RequestCase
Deprecated.
valueOf(String) - Static method in enum io.etcd.jetcd.api.ResponseOp.ResponseCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.etcd.jetcd.api.ResponseOp.ResponseCase
Deprecated.
valueOf(String) - Static method in enum io.etcd.jetcd.api.WatchCreateRequest.FilterType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.etcd.jetcd.api.WatchCreateRequest.FilterType
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum io.etcd.jetcd.api.WatchCreateRequest.FilterType
 
valueOf(String) - Static method in enum io.etcd.jetcd.api.WatchRequest.RequestUnionCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.etcd.jetcd.api.WatchRequest.RequestUnionCase
valueOf(String) - Static method in enum io.etcd.jetcd.auth.Permission.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.etcd.jetcd.maintenance.AlarmType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.etcd.jetcd.op.Cmp.Op
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.etcd.jetcd.op.Op.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.etcd.jetcd.options.GetOption.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.etcd.jetcd.options.GetOption.SortTarget
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.etcd.jetcd.watch.WatchEvent.EventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.etcd.jetcd.api.AlarmRequest.AlarmAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.etcd.jetcd.api.AlarmType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.etcd.jetcd.api.Compare.CompareResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.etcd.jetcd.api.Compare.CompareTarget
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.etcd.jetcd.api.Compare.TargetUnionCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.etcd.jetcd.api.Event.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.etcd.jetcd.api.Permission.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.etcd.jetcd.api.RangeRequest.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.etcd.jetcd.api.RangeRequest.SortTarget
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.etcd.jetcd.api.RequestOp.RequestCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.etcd.jetcd.api.ResponseOp.ResponseCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.etcd.jetcd.api.WatchCreateRequest.FilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.etcd.jetcd.api.WatchRequest.RequestUnionCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.etcd.jetcd.auth.Permission.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.etcd.jetcd.maintenance.AlarmType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.etcd.jetcd.op.Cmp.Op
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.etcd.jetcd.op.Op.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.etcd.jetcd.options.GetOption.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.etcd.jetcd.options.GetOption.SortTarget
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.etcd.jetcd.watch.WatchEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
version(long) - Static method in class io.etcd.jetcd.op.CmpTarget
Cmp on a given version.
VERSION_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.Compare
 
VERSION_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.KeyValue
 
VERSION_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.StatusResponse
 
VERSION_VALUE - Static variable in enum io.etcd.jetcd.api.Compare.CompareTarget
VERSION = 0;
VERSION_VALUE - Static variable in enum io.etcd.jetcd.api.RangeRequest.SortTarget
VERSION = 1;

W

watch(StreamObserver<WatchResponse>) - Method in class io.etcd.jetcd.api.WatchGrpc.WatchImplBase
Watch watches for events happening or that have happened.
watch(StreamObserver<WatchResponse>) - Method in class io.etcd.jetcd.api.WatchGrpc.WatchStub
Watch watches for events happening or that have happened.
Watch - Interface in io.etcd.jetcd
Interface of the watch client.
watch(ByteSequence, WatchOption, Watch.Listener) - Method in interface io.etcd.jetcd.Watch
watch on a key with option.
watch(ByteSequence, Watch.Listener) - Method in interface io.etcd.jetcd.Watch
watch on a key.
watch(ByteSequence, Consumer<WatchResponse>) - Method in interface io.etcd.jetcd.Watch
 
watch(ByteSequence, Consumer<WatchResponse>, Consumer<Throwable>) - Method in interface io.etcd.jetcd.Watch
 
watch(ByteSequence, Consumer<WatchResponse>, Consumer<Throwable>, Runnable) - Method in interface io.etcd.jetcd.Watch
 
watch(ByteSequence, Consumer<WatchResponse>, Runnable) - Method in interface io.etcd.jetcd.Watch
 
watch(ByteSequence, WatchOption, Consumer<WatchResponse>) - Method in interface io.etcd.jetcd.Watch
 
watch(ByteSequence, WatchOption, Consumer<WatchResponse>, Consumer<Throwable>) - Method in interface io.etcd.jetcd.Watch
 
watch(ByteSequence, WatchOption, Consumer<WatchResponse>, Runnable) - Method in interface io.etcd.jetcd.Watch
 
watch(ByteSequence, WatchOption, Consumer<WatchResponse>, Consumer<Throwable>, Runnable) - Method in interface io.etcd.jetcd.Watch
 
Watch.Listener - Interface in io.etcd.jetcd
Interface of Watcher.
Watch.Watcher - Interface in io.etcd.jetcd
 
WATCH_ID_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.WatchCancelRequest
 
WATCH_ID_FIELD_NUMBER - Static variable in class io.etcd.jetcd.api.WatchResponse
 
WatchCancelRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.WatchCancelRequest
WatchCancelRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.WatchCancelRequest
WatchCancelRequestOrBuilder - Interface in io.etcd.jetcd.api
 
WatchCreateRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.WatchCreateRequest
WatchCreateRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.WatchCreateRequest
WatchCreateRequest.FilterType - Enum in io.etcd.jetcd.api
Protobuf enum etcdserverpb.WatchCreateRequest.FilterType
WatchCreateRequestOrBuilder - Interface in io.etcd.jetcd.api
 
WatchEvent - Class in io.etcd.jetcd.watch
Watch event, return by watch, contain put, delete event.
WatchEvent(KeyValue, KeyValue, WatchEvent.EventType) - Constructor for class io.etcd.jetcd.watch.WatchEvent
 
WatchEvent.EventType - Enum in io.etcd.jetcd.watch
 
WatchGrpc - Class in io.etcd.jetcd.api
 
WatchGrpc.WatchBlockingStub - Class in io.etcd.jetcd.api
 
WatchGrpc.WatchFutureStub - Class in io.etcd.jetcd.api
 
WatchGrpc.WatchImplBase - Class in io.etcd.jetcd.api
 
WatchGrpc.WatchStub - Class in io.etcd.jetcd.api
 
WatchImplBase() - Constructor for class io.etcd.jetcd.api.WatchGrpc.WatchImplBase
 
WatchOption - Class in io.etcd.jetcd.options
The option for watch operation.
WatchOption.Builder - Class in io.etcd.jetcd.options
 
WatchRequest - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.WatchRequest
WatchRequest.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.WatchRequest
WatchRequest.RequestUnionCase - Enum in io.etcd.jetcd.api
 
WatchRequestOrBuilder - Interface in io.etcd.jetcd.api
 
WatchResponse - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.WatchResponse
WatchResponse - Class in io.etcd.jetcd.watch
 
WatchResponse(WatchResponse, ByteSequence) - Constructor for class io.etcd.jetcd.watch.WatchResponse
 
WatchResponse(WatchResponse) - Constructor for class io.etcd.jetcd.watch.WatchResponse
 
WatchResponse.Builder - Class in io.etcd.jetcd.api
Protobuf type etcdserverpb.WatchResponse
WatchResponseOrBuilder - Interface in io.etcd.jetcd.api
 
WatchResponseWithError - Class in io.etcd.jetcd.watch
 
WatchResponseWithError(WatchResponse) - Constructor for class io.etcd.jetcd.watch.WatchResponseWithError
 
WatchResponseWithError(EtcdException) - Constructor for class io.etcd.jetcd.watch.WatchResponseWithError
 
withAttachedKeys() - Method in class io.etcd.jetcd.options.LeaseOption.Builder
requests lease timeToLive API to return attached keys of given lease ID.
withCompactPhysical(boolean) - Method in class io.etcd.jetcd.options.CompactOption.Builder
make compact RPC call wait until the compaction is physically applied to the local database such that compacted entries are totally removed from the backend database.
withCountOnly(boolean) - Method in class io.etcd.jetcd.options.GetOption.Builder
Set the get request to only return count of the keys.
withKeysOnly(boolean) - Method in class io.etcd.jetcd.options.GetOption.Builder
Set the get request to only return keys.
withLeaseId(long) - Method in class io.etcd.jetcd.options.PutOption.Builder
Assign a leaseId for a put operation.
withLimit(long) - Method in class io.etcd.jetcd.options.GetOption.Builder
Limit the number of keys to return for a get request.
withNoDelete(boolean) - Method in class io.etcd.jetcd.options.WatchOption.Builder
filter out delete event in server side.
withNoPut(boolean) - Method in class io.etcd.jetcd.options.WatchOption.Builder
filter out put event in server side.
withPrefix(ByteSequence) - Method in class io.etcd.jetcd.options.DeleteOption.Builder
Enables 'Delete' requests to delete all the keys with matching prefix.
withPrefix(ByteSequence) - Method in class io.etcd.jetcd.options.GetOption.Builder
Enables 'Get' requests to obtain all the keys with matching prefix.
withPrefix(ByteSequence) - Method in class io.etcd.jetcd.options.WatchOption.Builder
Enables watch all the keys with matching prefix.
withPrevKV(boolean) - Method in class io.etcd.jetcd.options.DeleteOption.Builder
Get the previous key/value pairs before deleting them.
withPrevKV() - Method in class io.etcd.jetcd.options.PutOption.Builder
When withPrevKV is set, put response contains previous key-value pair.
withPrevKV(boolean) - Method in class io.etcd.jetcd.options.WatchOption.Builder
When prevKV is set, created watcher gets the previous KV before the event happens, if the previous KV is not compacted.
withProgressNotify(boolean) - Method in class io.etcd.jetcd.options.WatchOption.Builder
When progressNotify is set, the watch server send periodic progress updates.
withRange(ByteSequence) - Method in class io.etcd.jetcd.options.DeleteOption.Builder
Set the end key of the delete request.
withRange(ByteSequence) - Method in class io.etcd.jetcd.options.GetOption.Builder
Set the end key of the get request.
withRange(ByteSequence) - Method in class io.etcd.jetcd.options.WatchOption.Builder
Set the end key of the get request.
withRevision(long) - Method in class io.etcd.jetcd.options.GetOption.Builder
Provide the revision to use for the get request.
withRevision(long) - Method in class io.etcd.jetcd.options.WatchOption.Builder
Provide the revision to use for the get request.
withSerializable(boolean) - Method in class io.etcd.jetcd.options.GetOption.Builder
Set the get request to be a serializable get request.
withSortField(GetOption.SortTarget) - Method in class io.etcd.jetcd.options.GetOption.Builder
Sort the return key value pairs in the provided field.
withSortOrder(GetOption.SortOrder) - Method in class io.etcd.jetcd.options.GetOption.Builder
Sort the return key value pairs in the provided order.
WRITE_VALUE - Static variable in enum io.etcd.jetcd.api.Permission.Type
WRITE = 1;
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AlarmMember
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AlarmRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AlarmResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthDisableRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthDisableResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthEnableRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthEnableResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthenticateRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthenticateResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthRoleAddRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthRoleAddResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthRoleDeleteRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthRoleDeleteResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthRoleGetRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthRoleGetResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthRoleGrantPermissionResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthRoleListRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthRoleListResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthRoleRevokePermissionResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthUserAddRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthUserAddResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthUserChangePasswordResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthUserDeleteRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthUserDeleteResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthUserGetRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthUserGetResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthUserGrantRoleResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthUserListRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthUserListResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.AuthUserRevokeRoleResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.CompactionRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.CompactionResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.Compare
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.DefragmentRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.DefragmentResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.DeleteRangeRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.DeleteRangeResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.Event
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.HashKVRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.HashKVResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.HashRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.HashResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.KeyValue
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.LeaseGrantRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.LeaseGrantResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.LeaseKeepAliveRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.LeaseKeepAliveResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.LeaseRevokeRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.LeaseRevokeResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.LeaseTimeToLiveResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.lock.LockRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.lock.LockResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.lock.UnlockRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.lock.UnlockResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.Member
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.MemberAddRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.MemberAddResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.MemberListRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.MemberListResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.MemberRemoveRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.MemberRemoveResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.MemberUpdateRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.MemberUpdateResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.MoveLeaderRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.MoveLeaderResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.Permission
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.PutRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.PutResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.RangeRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.RangeResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.RequestOp
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.ResponseHeader
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.ResponseOp
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.Role
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.SnapshotRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.SnapshotResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.StatusRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.StatusResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.TxnRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.TxnResponse
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.User
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.WatchCancelRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.WatchCreateRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.WatchRequest
 
writeTo(CodedOutputStream) - Method in class io.etcd.jetcd.api.WatchResponse
 
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links

Copyright © 2019. All rights reserved.