Interface ReplicationSlaveInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ReplicationSlaveInfo, ReplicationSlaveInfo.Builder

    public interface ReplicationSlaveInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getInstance()
      optional string instance = 1;
      com.google.protobuf.ByteString getInstanceBytes()
      optional string instance = 1;
      String getLocalAddress()
      optional string localAddress = 3;
      com.google.protobuf.ByteString getLocalAddressBytes()
      optional string localAddress = 3;
      String getPullFrom()
      optional string pullFrom = 6;
      com.google.protobuf.ByteString getPullFromBytes()
      optional string pullFrom = 6;
      boolean getPush()
      optional bool push = 5;
      String getRemoteAddress()
      optional string remoteAddress = 4;
      com.google.protobuf.ByteString getRemoteAddressBytes()
      optional string remoteAddress = 4;
      String getStreams​(int index)
      repeated string streams = 2;
      com.google.protobuf.ByteString getStreamsBytes​(int index)
      repeated string streams = 2;
      int getStreamsCount()
      repeated string streams = 2;
      List<String> getStreamsList()
      repeated string streams = 2;
      long getTx()
      optional int64 tx = 7;
      boolean hasInstance()
      optional string instance = 1;
      boolean hasLocalAddress()
      optional string localAddress = 3;
      boolean hasPullFrom()
      optional string pullFrom = 6;
      boolean hasPush()
      optional bool push = 5;
      boolean hasRemoteAddress()
      optional string remoteAddress = 4;
      boolean hasTx()
      optional int64 tx = 7;
      • 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 Detail

      • hasInstance

        boolean hasInstance()
        optional string instance = 1;
      • getInstance

        String getInstance()
        optional string instance = 1;
      • getInstanceBytes

        com.google.protobuf.ByteString getInstanceBytes()
        optional string instance = 1;
      • getStreamsList

        List<String> getStreamsList()
        repeated string streams = 2;
      • getStreamsCount

        int getStreamsCount()
        repeated string streams = 2;
      • getStreams

        String getStreams​(int index)
        repeated string streams = 2;
      • getStreamsBytes

        com.google.protobuf.ByteString getStreamsBytes​(int index)
        repeated string streams = 2;
      • hasLocalAddress

        boolean hasLocalAddress()
        optional string localAddress = 3;
      • getLocalAddress

        String getLocalAddress()
        optional string localAddress = 3;
      • getLocalAddressBytes

        com.google.protobuf.ByteString getLocalAddressBytes()
        optional string localAddress = 3;
      • hasRemoteAddress

        boolean hasRemoteAddress()
        optional string remoteAddress = 4;
      • getRemoteAddress

        String getRemoteAddress()
        optional string remoteAddress = 4;
      • getRemoteAddressBytes

        com.google.protobuf.ByteString getRemoteAddressBytes()
        optional string remoteAddress = 4;
      • hasPush

        boolean hasPush()
        optional bool push = 5;
      • getPush

        boolean getPush()
        optional bool push = 5;
      • hasPullFrom

        boolean hasPullFrom()
        optional string pullFrom = 6;
      • getPullFrom

        String getPullFrom()
        optional string pullFrom = 6;
      • getPullFromBytes

        com.google.protobuf.ByteString getPullFromBytes()
        optional string pullFrom = 6;
      • hasTx

        boolean hasTx()
        optional int64 tx = 7;
      • getTx

        long getTx()
        optional int64 tx = 7;