Uses of Class
io.dingodb.common.Common.BRaftStatus.Builder
Packages that use Common.BRaftStatus.Builder
-
Uses of Common.BRaftStatus.Builder in io.dingodb.common
Methods in io.dingodb.common that return Common.BRaftStatus.BuilderModifier and TypeMethodDescriptionCommon.BRaftStatus.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.BRaftStatus.Builder.clear()Common.BRaftStatus.Builder.clearApplyingIndex()the index of the highest log entry currently being applied to the state machineCommon.BRaftStatus.Builder.clearCommittedIndex()the index of the highest log entry known to be committedCommon.BRaftStatus.Builder.clearDiskIndex()the index of the last log entry persisted to diskCommon.BRaftStatus.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Common.BRaftStatus.Builder.clearFirstIndex()the index of the first log entryCommon.BRaftStatus.Builder.clearKnownAppliedIndex()the index of the highest log entry applied to the state machineCommon.BRaftStatus.Builder.clearLastIndex()the index of the last log entryCommon.BRaftStatus.Builder.clearLeaderPeerId()the ID of the current leader peerCommon.BRaftStatus.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Common.BRaftStatus.Builder.clearPeerId()the ID of the peer associated with this statusCommon.BRaftStatus.Builder.clearPendingIndex()the index of the highest log entry not yet known to be committedCommon.BRaftStatus.Builder.clearPendingQueueSize()the size of the pending queueCommon.BRaftStatus.Builder.clearRaftState()the current state of the raft nodeCommon.BRaftStatus.Builder.clearReadonly()whether the node is in read-only modeCommon.BRaftStatus.Builder.clearStableFollowers()Common.BRaftStatus.Builder.clearTerm()the current term of the raft nodeCommon.BRaftStatus.Builder.clearUnstableFollowers()Common.BRaftStatus.Builder.clone()Common.RegionMetrics.Builder.getBraftStatusBuilder()region braft status defined by storeCommon.BRaftStatus.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Common.BRaftStatus.Builder.mergeFrom(com.google.protobuf.Message other) Common.BRaftStatus.Builder.mergeFrom(Common.BRaftStatus other) Common.BRaftStatus.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Common.BRaftStatus.BuilderCommon.BRaftStatus.newBuilder()static Common.BRaftStatus.BuilderCommon.BRaftStatus.newBuilder(Common.BRaftStatus prototype) Common.BRaftStatus.newBuilderForType()protected Common.BRaftStatus.BuilderCommon.BRaftStatus.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Common.BRaftStatus.Builder.putAllStableFollowers(Map<String, Common.RaftPeerStatus> values) a map of stable followers, where the key is the peer ID and the value is the status of the followerCommon.BRaftStatus.Builder.putAllUnstableFollowers(Map<String, Common.RaftPeerStatus> values) a map of unstable followers, where the key is the peer ID and the value is the status of the followerCommon.BRaftStatus.Builder.putStableFollowers(String key, Common.RaftPeerStatus value) a map of stable followers, where the key is the peer ID and the value is the status of the followerCommon.BRaftStatus.Builder.putUnstableFollowers(String key, Common.RaftPeerStatus value) a map of unstable followers, where the key is the peer ID and the value is the status of the followerCommon.BRaftStatus.Builder.removeStableFollowers(String key) a map of stable followers, where the key is the peer ID and the value is the status of the followerCommon.BRaftStatus.Builder.removeUnstableFollowers(String key) a map of unstable followers, where the key is the peer ID and the value is the status of the followerCommon.BRaftStatus.Builder.setApplyingIndex(long value) the index of the highest log entry currently being applied to the state machineCommon.BRaftStatus.Builder.setCommittedIndex(long value) the index of the highest log entry known to be committedCommon.BRaftStatus.Builder.setDiskIndex(long value) the index of the last log entry persisted to diskCommon.BRaftStatus.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.BRaftStatus.Builder.setFirstIndex(long value) the index of the first log entryCommon.BRaftStatus.Builder.setKnownAppliedIndex(long value) the index of the highest log entry applied to the state machineCommon.BRaftStatus.Builder.setLastIndex(long value) the index of the last log entryCommon.BRaftStatus.Builder.setLeaderPeerId(String value) the ID of the current leader peerCommon.BRaftStatus.Builder.setLeaderPeerIdBytes(com.google.protobuf.ByteString value) the ID of the current leader peerthe ID of the peer associated with this statusCommon.BRaftStatus.Builder.setPeerIdBytes(com.google.protobuf.ByteString value) the ID of the peer associated with this statusCommon.BRaftStatus.Builder.setPendingIndex(long value) the index of the highest log entry not yet known to be committedCommon.BRaftStatus.Builder.setPendingQueueSize(long value) the size of the pending queueCommon.BRaftStatus.Builder.setRaftState(Common.RaftNodeState value) the current state of the raft nodeCommon.BRaftStatus.Builder.setRaftStateValue(int value) the current state of the raft nodeCommon.BRaftStatus.Builder.setReadonly(boolean value) whether the node is in read-only modeCommon.BRaftStatus.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Common.BRaftStatus.Builder.setTerm(long value) the current term of the raft nodeCommon.BRaftStatus.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Common.BRaftStatus.toBuilder()Methods in io.dingodb.common with parameters of type Common.BRaftStatus.BuilderModifier and TypeMethodDescriptionCommon.RegionMetrics.Builder.setBraftStatus(Common.BRaftStatus.Builder builderForValue) region braft status defined by store -
Uses of Common.BRaftStatus.Builder in io.dingodb.node
Methods in io.dingodb.node that return Common.BRaftStatus.BuilderModifier and TypeMethodDescriptionNode.RaftStatusEntry.Builder.getRaftStatusBuilder().dingodb.pb.common.BRaftStatus raft_status = 2;Methods in io.dingodb.node with parameters of type Common.BRaftStatus.BuilderModifier and TypeMethodDescriptionNode.RaftStatusEntry.Builder.setRaftStatus(Common.BRaftStatus.Builder builderForValue) .dingodb.pb.common.BRaftStatus raft_status = 2;