Interface Coordinator.TransferLeaderRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Coordinator.TransferLeaderRequest, Coordinator.TransferLeaderRequest.Builder
Enclosing class:
Coordinator

public static interface Coordinator.TransferLeaderRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool is_force = 2;
    transfer leadership to the peer
    transfer leadership to the peer
    boolean
    transfer leadership to the peer

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasPeer

      boolean hasPeer()
       transfer leadership to the peer
       
      .dingodb.pb.common.Peer peer = 1;
      Returns:
      Whether the peer field is set.
    • getPeer

      Common.Peer getPeer()
       transfer leadership to the peer
       
      .dingodb.pb.common.Peer peer = 1;
      Returns:
      The peer.
    • getPeerOrBuilder

      Common.PeerOrBuilder getPeerOrBuilder()
       transfer leadership to the peer
       
      .dingodb.pb.common.Peer peer = 1;
    • getIsForce

      boolean getIsForce()
      bool is_force = 2;
      Returns:
      The isForce.