public interface StatusResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getDbSize()
dbSize is the size of the backend database physically allocated, in bytes, of the responding member.
|
long |
getDbSizeInUse()
dbSizeInUse is the size of the backend database logically in use, in bytes, of the responding member.
|
String |
getErrors(int index)
errors contains alarm/health information and status.
|
com.google.protobuf.ByteString |
getErrorsBytes(int index)
errors contains alarm/health information and status.
|
int |
getErrorsCount()
errors contains alarm/health information and status.
|
List<String> |
getErrorsList()
errors contains alarm/health information and status.
|
ResponseHeader |
getHeader()
.etcdserverpb.ResponseHeader header = 1; |
ResponseHeaderOrBuilder |
getHeaderOrBuilder()
.etcdserverpb.ResponseHeader header = 1; |
long |
getLeader()
leader is the member ID which the responding member believes is the current leader.
|
long |
getRaftAppliedIndex()
raftAppliedIndex is the current raft applied index of the responding member.
|
long |
getRaftIndex()
raftIndex is the current raft committed index of the responding member.
|
long |
getRaftTerm()
raftTerm is the current raft term of the responding member.
|
String |
getVersion()
version is the cluster protocol version used by the responding member.
|
com.google.protobuf.ByteString |
getVersionBytes()
version is the cluster protocol version used by the responding member.
|
boolean |
hasHeader()
.etcdserverpb.ResponseHeader header = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasHeader()
.etcdserverpb.ResponseHeader header = 1;ResponseHeader getHeader()
.etcdserverpb.ResponseHeader header = 1;ResponseHeaderOrBuilder getHeaderOrBuilder()
.etcdserverpb.ResponseHeader header = 1;String getVersion()
version is the cluster protocol version used by the responding member.
string version = 2;com.google.protobuf.ByteString getVersionBytes()
version is the cluster protocol version used by the responding member.
string version = 2;long getDbSize()
dbSize is the size of the backend database physically allocated, in bytes, of the responding member.
int64 dbSize = 3;long getLeader()
leader is the member ID which the responding member believes is the current leader.
uint64 leader = 4;long getRaftIndex()
raftIndex is the current raft committed index of the responding member.
uint64 raftIndex = 5;long getRaftTerm()
raftTerm is the current raft term of the responding member.
uint64 raftTerm = 6;long getRaftAppliedIndex()
raftAppliedIndex is the current raft applied index of the responding member.
uint64 raftAppliedIndex = 7;List<String> getErrorsList()
errors contains alarm/health information and status.
repeated string errors = 8;int getErrorsCount()
errors contains alarm/health information and status.
repeated string errors = 8;String getErrors(int index)
errors contains alarm/health information and status.
repeated string errors = 8;index - The index of the element to return.com.google.protobuf.ByteString getErrorsBytes(int index)
errors contains alarm/health information and status.
repeated string errors = 8;index - The index of the value to return.long getDbSizeInUse()
dbSizeInUse is the size of the backend database logically in use, in bytes, of the responding member.
int64 dbSizeInUse = 9;Copyright © 2023. All rights reserved.