Class Common.BRaftStatus.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<Common.BRaftStatus.Builder>
io.dingodb.common.Common.BRaftStatus.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Common.BRaftStatusOrBuilder, Cloneable
Enclosing class:
Common.BRaftStatus

public static final class Common.BRaftStatus.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Common.BRaftStatus.Builder> implements Common.BRaftStatusOrBuilder
 BRaftStatus
 
Protobuf type dingodb.pb.common.BRaftStatus
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
      Overrides:
      internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<Common.BRaftStatus.Builder>
    • internalGetMutableMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
      Overrides:
      internalGetMutableMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<Common.BRaftStatus.Builder>
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Common.BRaftStatus.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<Common.BRaftStatus.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Common.BRaftStatus.Builder>
    • getDefaultInstanceForType

      public Common.BRaftStatus getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Common.BRaftStatus build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Common.BRaftStatus buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<Common.BRaftStatus.Builder>
    • setField

      public Common.BRaftStatus.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<Common.BRaftStatus.Builder>
    • clearField

      public Common.BRaftStatus.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Common.BRaftStatus.Builder>
    • clearOneof

      public Common.BRaftStatus.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Common.BRaftStatus.Builder>
    • setRepeatedField

      public Common.BRaftStatus.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Common.BRaftStatus.Builder>
    • addRepeatedField

      public Common.BRaftStatus.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Common.BRaftStatus.Builder>
    • mergeFrom

      public Common.BRaftStatus.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Common.BRaftStatus.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Common.BRaftStatus.Builder>
    • mergeFrom

      public Common.BRaftStatus.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Common.BRaftStatus.Builder>
      Throws:
      IOException
    • getRaftStateValue

      public int getRaftStateValue()
       the current state of the raft node
       
      .dingodb.pb.common.RaftNodeState raft_state = 1;
      Specified by:
      getRaftStateValue in interface Common.BRaftStatusOrBuilder
      Returns:
      The enum numeric value on the wire for raftState.
    • setRaftStateValue

      public Common.BRaftStatus.Builder setRaftStateValue(int value)
       the current state of the raft node
       
      .dingodb.pb.common.RaftNodeState raft_state = 1;
      Parameters:
      value - The enum numeric value on the wire for raftState to set.
      Returns:
      This builder for chaining.
    • getRaftState

      public Common.RaftNodeState getRaftState()
       the current state of the raft node
       
      .dingodb.pb.common.RaftNodeState raft_state = 1;
      Specified by:
      getRaftState in interface Common.BRaftStatusOrBuilder
      Returns:
      The raftState.
    • setRaftState

      public Common.BRaftStatus.Builder setRaftState(Common.RaftNodeState value)
       the current state of the raft node
       
      .dingodb.pb.common.RaftNodeState raft_state = 1;
      Parameters:
      value - The raftState to set.
      Returns:
      This builder for chaining.
    • clearRaftState

      public Common.BRaftStatus.Builder clearRaftState()
       the current state of the raft node
       
      .dingodb.pb.common.RaftNodeState raft_state = 1;
      Returns:
      This builder for chaining.
    • getPeerId

      public String getPeerId()
       the ID of the peer associated with this status
       
      string peer_id = 11;
      Specified by:
      getPeerId in interface Common.BRaftStatusOrBuilder
      Returns:
      The peerId.
    • getPeerIdBytes

      public com.google.protobuf.ByteString getPeerIdBytes()
       the ID of the peer associated with this status
       
      string peer_id = 11;
      Specified by:
      getPeerIdBytes in interface Common.BRaftStatusOrBuilder
      Returns:
      The bytes for peerId.
    • setPeerId

      public Common.BRaftStatus.Builder setPeerId(String value)
       the ID of the peer associated with this status
       
      string peer_id = 11;
      Parameters:
      value - The peerId to set.
      Returns:
      This builder for chaining.
    • clearPeerId

      public Common.BRaftStatus.Builder clearPeerId()
       the ID of the peer associated with this status
       
      string peer_id = 11;
      Returns:
      This builder for chaining.
    • setPeerIdBytes

      public Common.BRaftStatus.Builder setPeerIdBytes(com.google.protobuf.ByteString value)
       the ID of the peer associated with this status
       
      string peer_id = 11;
      Parameters:
      value - The bytes for peerId to set.
      Returns:
      This builder for chaining.
    • getLeaderPeerId

      public String getLeaderPeerId()
       the ID of the current leader peer
       
      string leader_peer_id = 12;
      Specified by:
      getLeaderPeerId in interface Common.BRaftStatusOrBuilder
      Returns:
      The leaderPeerId.
    • getLeaderPeerIdBytes

      public com.google.protobuf.ByteString getLeaderPeerIdBytes()
       the ID of the current leader peer
       
      string leader_peer_id = 12;
      Specified by:
      getLeaderPeerIdBytes in interface Common.BRaftStatusOrBuilder
      Returns:
      The bytes for leaderPeerId.
    • setLeaderPeerId

      public Common.BRaftStatus.Builder setLeaderPeerId(String value)
       the ID of the current leader peer
       
      string leader_peer_id = 12;
      Parameters:
      value - The leaderPeerId to set.
      Returns:
      This builder for chaining.
    • clearLeaderPeerId

      public Common.BRaftStatus.Builder clearLeaderPeerId()
       the ID of the current leader peer
       
      string leader_peer_id = 12;
      Returns:
      This builder for chaining.
    • setLeaderPeerIdBytes

      public Common.BRaftStatus.Builder setLeaderPeerIdBytes(com.google.protobuf.ByteString value)
       the ID of the current leader peer
       
      string leader_peer_id = 12;
      Parameters:
      value - The bytes for leaderPeerId to set.
      Returns:
      This builder for chaining.
    • getReadonly

      public boolean getReadonly()
       whether the node is in read-only mode
       
      bool readonly = 13;
      Specified by:
      getReadonly in interface Common.BRaftStatusOrBuilder
      Returns:
      The readonly.
    • setReadonly

      public Common.BRaftStatus.Builder setReadonly(boolean value)
       whether the node is in read-only mode
       
      bool readonly = 13;
      Parameters:
      value - The readonly to set.
      Returns:
      This builder for chaining.
    • clearReadonly

      public Common.BRaftStatus.Builder clearReadonly()
       whether the node is in read-only mode
       
      bool readonly = 13;
      Returns:
      This builder for chaining.
    • getTerm

      public long getTerm()
       the current term of the raft node
       
      int64 term = 14;
      Specified by:
      getTerm in interface Common.BRaftStatusOrBuilder
      Returns:
      The term.
    • setTerm

      public Common.BRaftStatus.Builder setTerm(long value)
       the current term of the raft node
       
      int64 term = 14;
      Parameters:
      value - The term to set.
      Returns:
      This builder for chaining.
    • clearTerm

      public Common.BRaftStatus.Builder clearTerm()
       the current term of the raft node
       
      int64 term = 14;
      Returns:
      This builder for chaining.
    • getCommittedIndex

      public long getCommittedIndex()
       the index of the highest log entry known to be committed
       
      int64 committed_index = 15;
      Specified by:
      getCommittedIndex in interface Common.BRaftStatusOrBuilder
      Returns:
      The committedIndex.
    • setCommittedIndex

      public Common.BRaftStatus.Builder setCommittedIndex(long value)
       the index of the highest log entry known to be committed
       
      int64 committed_index = 15;
      Parameters:
      value - The committedIndex to set.
      Returns:
      This builder for chaining.
    • clearCommittedIndex

      public Common.BRaftStatus.Builder clearCommittedIndex()
       the index of the highest log entry known to be committed
       
      int64 committed_index = 15;
      Returns:
      This builder for chaining.
    • getKnownAppliedIndex

      public long getKnownAppliedIndex()
       the index of the highest log entry applied to the state machine
       
      int64 known_applied_index = 16;
      Specified by:
      getKnownAppliedIndex in interface Common.BRaftStatusOrBuilder
      Returns:
      The knownAppliedIndex.
    • setKnownAppliedIndex

      public Common.BRaftStatus.Builder setKnownAppliedIndex(long value)
       the index of the highest log entry applied to the state machine
       
      int64 known_applied_index = 16;
      Parameters:
      value - The knownAppliedIndex to set.
      Returns:
      This builder for chaining.
    • clearKnownAppliedIndex

      public Common.BRaftStatus.Builder clearKnownAppliedIndex()
       the index of the highest log entry applied to the state machine
       
      int64 known_applied_index = 16;
      Returns:
      This builder for chaining.
    • getPendingIndex

      public long getPendingIndex()
       the index of the highest log entry not yet known to be committed
       
      int64 pending_index = 17;
      Specified by:
      getPendingIndex in interface Common.BRaftStatusOrBuilder
      Returns:
      The pendingIndex.
    • setPendingIndex

      public Common.BRaftStatus.Builder setPendingIndex(long value)
       the index of the highest log entry not yet known to be committed
       
      int64 pending_index = 17;
      Parameters:
      value - The pendingIndex to set.
      Returns:
      This builder for chaining.
    • clearPendingIndex

      public Common.BRaftStatus.Builder clearPendingIndex()
       the index of the highest log entry not yet known to be committed
       
      int64 pending_index = 17;
      Returns:
      This builder for chaining.
    • getPendingQueueSize

      public long getPendingQueueSize()
       the size of the pending queue
       
      int64 pending_queue_size = 18;
      Specified by:
      getPendingQueueSize in interface Common.BRaftStatusOrBuilder
      Returns:
      The pendingQueueSize.
    • setPendingQueueSize

      public Common.BRaftStatus.Builder setPendingQueueSize(long value)
       the size of the pending queue
       
      int64 pending_queue_size = 18;
      Parameters:
      value - The pendingQueueSize to set.
      Returns:
      This builder for chaining.
    • clearPendingQueueSize

      public Common.BRaftStatus.Builder clearPendingQueueSize()
       the size of the pending queue
       
      int64 pending_queue_size = 18;
      Returns:
      This builder for chaining.
    • getApplyingIndex

      public long getApplyingIndex()
       the index of the highest log entry currently being applied to the state machine
       
      int64 applying_index = 19;
      Specified by:
      getApplyingIndex in interface Common.BRaftStatusOrBuilder
      Returns:
      The applyingIndex.
    • setApplyingIndex

      public Common.BRaftStatus.Builder setApplyingIndex(long value)
       the index of the highest log entry currently being applied to the state machine
       
      int64 applying_index = 19;
      Parameters:
      value - The applyingIndex to set.
      Returns:
      This builder for chaining.
    • clearApplyingIndex

      public Common.BRaftStatus.Builder clearApplyingIndex()
       the index of the highest log entry currently being applied to the state machine
       
      int64 applying_index = 19;
      Returns:
      This builder for chaining.
    • getFirstIndex

      public long getFirstIndex()
       the index of the first log entry
       
      int64 first_index = 20;
      Specified by:
      getFirstIndex in interface Common.BRaftStatusOrBuilder
      Returns:
      The firstIndex.
    • setFirstIndex

      public Common.BRaftStatus.Builder setFirstIndex(long value)
       the index of the first log entry
       
      int64 first_index = 20;
      Parameters:
      value - The firstIndex to set.
      Returns:
      This builder for chaining.
    • clearFirstIndex

      public Common.BRaftStatus.Builder clearFirstIndex()
       the index of the first log entry
       
      int64 first_index = 20;
      Returns:
      This builder for chaining.
    • getLastIndex

      public long getLastIndex()
       the index of the last log entry
       
      int64 last_index = 21;
      Specified by:
      getLastIndex in interface Common.BRaftStatusOrBuilder
      Returns:
      The lastIndex.
    • setLastIndex

      public Common.BRaftStatus.Builder setLastIndex(long value)
       the index of the last log entry
       
      int64 last_index = 21;
      Parameters:
      value - The lastIndex to set.
      Returns:
      This builder for chaining.
    • clearLastIndex

      public Common.BRaftStatus.Builder clearLastIndex()
       the index of the last log entry
       
      int64 last_index = 21;
      Returns:
      This builder for chaining.
    • getDiskIndex

      public long getDiskIndex()
       the index of the last log entry persisted to disk
       
      int64 disk_index = 22;
      Specified by:
      getDiskIndex in interface Common.BRaftStatusOrBuilder
      Returns:
      The diskIndex.
    • setDiskIndex

      public Common.BRaftStatus.Builder setDiskIndex(long value)
       the index of the last log entry persisted to disk
       
      int64 disk_index = 22;
      Parameters:
      value - The diskIndex to set.
      Returns:
      This builder for chaining.
    • clearDiskIndex

      public Common.BRaftStatus.Builder clearDiskIndex()
       the index of the last log entry persisted to disk
       
      int64 disk_index = 22;
      Returns:
      This builder for chaining.
    • getStableFollowersCount

      public int getStableFollowersCount()
      Description copied from interface: Common.BRaftStatusOrBuilder
       a map of stable followers, where the key is the peer ID and the value is the status of the follower
       
      map<string, .dingodb.pb.common.RaftPeerStatus> stable_followers = 23;
      Specified by:
      getStableFollowersCount in interface Common.BRaftStatusOrBuilder
    • containsStableFollowers

      public boolean containsStableFollowers(String key)
       a map of stable followers, where the key is the peer ID and the value is the status of the follower
       
      map<string, .dingodb.pb.common.RaftPeerStatus> stable_followers = 23;
      Specified by:
      containsStableFollowers in interface Common.BRaftStatusOrBuilder
    • getStableFollowers

      @Deprecated public Map<String,Common.RaftPeerStatus> getStableFollowers()
      Deprecated.
      Specified by:
      getStableFollowers in interface Common.BRaftStatusOrBuilder
    • getStableFollowersMap

      public Map<String,Common.RaftPeerStatus> getStableFollowersMap()
       a map of stable followers, where the key is the peer ID and the value is the status of the follower
       
      map<string, .dingodb.pb.common.RaftPeerStatus> stable_followers = 23;
      Specified by:
      getStableFollowersMap in interface Common.BRaftStatusOrBuilder
    • getStableFollowersOrDefault

      public Common.RaftPeerStatus getStableFollowersOrDefault(String key, Common.RaftPeerStatus defaultValue)
       a map of stable followers, where the key is the peer ID and the value is the status of the follower
       
      map<string, .dingodb.pb.common.RaftPeerStatus> stable_followers = 23;
      Specified by:
      getStableFollowersOrDefault in interface Common.BRaftStatusOrBuilder
    • getStableFollowersOrThrow

      public Common.RaftPeerStatus getStableFollowersOrThrow(String key)
       a map of stable followers, where the key is the peer ID and the value is the status of the follower
       
      map<string, .dingodb.pb.common.RaftPeerStatus> stable_followers = 23;
      Specified by:
      getStableFollowersOrThrow in interface Common.BRaftStatusOrBuilder
    • clearStableFollowers

      public Common.BRaftStatus.Builder clearStableFollowers()
    • removeStableFollowers

      public Common.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 follower
       
      map<string, .dingodb.pb.common.RaftPeerStatus> stable_followers = 23;
    • getMutableStableFollowers

      @Deprecated public Map<String,Common.RaftPeerStatus> getMutableStableFollowers()
      Deprecated.
      Use alternate mutation accessors instead.
    • putStableFollowers

      public Common.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 follower
       
      map<string, .dingodb.pb.common.RaftPeerStatus> stable_followers = 23;
    • putAllStableFollowers

      public 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 follower
       
      map<string, .dingodb.pb.common.RaftPeerStatus> stable_followers = 23;
    • putStableFollowersBuilderIfAbsent

      public Common.RaftPeerStatus.Builder putStableFollowersBuilderIfAbsent(String key)
       a map of stable followers, where the key is the peer ID and the value is the status of the follower
       
      map<string, .dingodb.pb.common.RaftPeerStatus> stable_followers = 23;
    • getUnstableFollowersCount

      public int getUnstableFollowersCount()
      Description copied from interface: Common.BRaftStatusOrBuilder
       a map of unstable followers, where the key is the peer ID and the value is the status of the follower
       
      map<string, .dingodb.pb.common.RaftPeerStatus> unstable_followers = 24;
      Specified by:
      getUnstableFollowersCount in interface Common.BRaftStatusOrBuilder
    • containsUnstableFollowers

      public boolean containsUnstableFollowers(String key)
       a map of unstable followers, where the key is the peer ID and the value is the status of the follower
       
      map<string, .dingodb.pb.common.RaftPeerStatus> unstable_followers = 24;
      Specified by:
      containsUnstableFollowers in interface Common.BRaftStatusOrBuilder
    • getUnstableFollowers

      @Deprecated public Map<String,Common.RaftPeerStatus> getUnstableFollowers()
      Deprecated.
      Specified by:
      getUnstableFollowers in interface Common.BRaftStatusOrBuilder
    • getUnstableFollowersMap

      public Map<String,Common.RaftPeerStatus> getUnstableFollowersMap()
       a map of unstable followers, where the key is the peer ID and the value is the status of the follower
       
      map<string, .dingodb.pb.common.RaftPeerStatus> unstable_followers = 24;
      Specified by:
      getUnstableFollowersMap in interface Common.BRaftStatusOrBuilder
    • getUnstableFollowersOrDefault

      public Common.RaftPeerStatus getUnstableFollowersOrDefault(String key, Common.RaftPeerStatus defaultValue)
       a map of unstable followers, where the key is the peer ID and the value is the status of the follower
       
      map<string, .dingodb.pb.common.RaftPeerStatus> unstable_followers = 24;
      Specified by:
      getUnstableFollowersOrDefault in interface Common.BRaftStatusOrBuilder
    • getUnstableFollowersOrThrow

      public Common.RaftPeerStatus getUnstableFollowersOrThrow(String key)
       a map of unstable followers, where the key is the peer ID and the value is the status of the follower
       
      map<string, .dingodb.pb.common.RaftPeerStatus> unstable_followers = 24;
      Specified by:
      getUnstableFollowersOrThrow in interface Common.BRaftStatusOrBuilder
    • clearUnstableFollowers

      public Common.BRaftStatus.Builder clearUnstableFollowers()
    • removeUnstableFollowers

      public Common.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 follower
       
      map<string, .dingodb.pb.common.RaftPeerStatus> unstable_followers = 24;
    • getMutableUnstableFollowers

      @Deprecated public Map<String,Common.RaftPeerStatus> getMutableUnstableFollowers()
      Deprecated.
      Use alternate mutation accessors instead.
    • putUnstableFollowers

      public Common.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 follower
       
      map<string, .dingodb.pb.common.RaftPeerStatus> unstable_followers = 24;
    • putAllUnstableFollowers

      public Common.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 follower
       
      map<string, .dingodb.pb.common.RaftPeerStatus> unstable_followers = 24;
    • putUnstableFollowersBuilderIfAbsent

      public Common.RaftPeerStatus.Builder putUnstableFollowersBuilderIfAbsent(String key)
       a map of unstable followers, where the key is the peer ID and the value is the status of the follower
       
      map<string, .dingodb.pb.common.RaftPeerStatus> unstable_followers = 24;
    • setUnknownFields

      public final Common.BRaftStatus.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Common.BRaftStatus.Builder>
    • mergeUnknownFields

      public final Common.BRaftStatus.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Common.BRaftStatus.Builder>