Uses of Class
io.dingodb.common.Common.RaftPeerStatus.Builder
Packages that use Common.RaftPeerStatus.Builder
-
Uses of Common.RaftPeerStatus.Builder in io.dingodb.common
Methods in io.dingodb.common that return Common.RaftPeerStatus.BuilderModifier and TypeMethodDescriptionCommon.RaftPeerStatus.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.RaftPeerStatus.Builder.clear()Common.RaftPeerStatus.Builder.clearConsecutiveErrorTimes()int32 consecutive_error_times = 7;Common.RaftPeerStatus.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Common.RaftPeerStatus.Builder.clearFlyingAppendEntriesSize()int64 flying_append_entries_size = 5;Common.RaftPeerStatus.Builder.clearInstallingSnapshot()bool installing_snapshot = 2;Common.RaftPeerStatus.Builder.clearLastRpcSendTimestamp()int64 last_rpc_send_timestamp = 4;Common.RaftPeerStatus.Builder.clearNextIndex()int64 next_index = 3;Common.RaftPeerStatus.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Common.RaftPeerStatus.Builder.clearReadonlyIndex()int64 readonly_index = 6;Common.RaftPeerStatus.Builder.clearValid()bool valid = 1;Common.RaftPeerStatus.Builder.clone()Common.RaftPeerStatus.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Common.RaftPeerStatus.Builder.mergeFrom(com.google.protobuf.Message other) Common.RaftPeerStatus.Builder.mergeFrom(Common.RaftPeerStatus other) Common.RaftPeerStatus.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Common.RaftPeerStatus.newBuilder()Common.RaftPeerStatus.newBuilder(Common.RaftPeerStatus prototype) Common.RaftPeerStatus.newBuilderForType()protected Common.RaftPeerStatus.BuilderCommon.RaftPeerStatus.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Common.BRaftStatus.Builder.putStableFollowersBuilderIfAbsent(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.putUnstableFollowersBuilderIfAbsent(String key) a map of unstable followers, where the key is the peer ID and the value is the status of the followerCommon.RaftPeerStatus.Builder.setConsecutiveErrorTimes(int value) int32 consecutive_error_times = 7;Common.RaftPeerStatus.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.RaftPeerStatus.Builder.setFlyingAppendEntriesSize(long value) int64 flying_append_entries_size = 5;Common.RaftPeerStatus.Builder.setInstallingSnapshot(boolean value) bool installing_snapshot = 2;Common.RaftPeerStatus.Builder.setLastRpcSendTimestamp(long value) int64 last_rpc_send_timestamp = 4;Common.RaftPeerStatus.Builder.setNextIndex(long value) int64 next_index = 3;Common.RaftPeerStatus.Builder.setReadonlyIndex(long value) int64 readonly_index = 6;Common.RaftPeerStatus.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Common.RaftPeerStatus.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Common.RaftPeerStatus.Builder.setValid(boolean value) bool valid = 1;Common.RaftPeerStatus.toBuilder()