Interface ReplicationMasterInfoOrBuilder

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

    public interface ReplicationMasterInfoOrBuilder
    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;
      long getLocalTx()
      optional int64 localTx = 7;
      long getNextTx()
      optional int64 nextTx = 8;
      boolean getPush()
      optional bool push = 5;
      String getPushTo()
      optional string pushTo = 6;
      com.google.protobuf.ByteString getPushToBytes()
      optional string pushTo = 6;
      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;
      boolean hasInstance()
      optional string instance = 1;
      boolean hasLocalAddress()
      optional string localAddress = 3;
      boolean hasLocalTx()
      optional int64 localTx = 7;
      boolean hasNextTx()
      optional int64 nextTx = 8;
      boolean hasPush()
      optional bool push = 5;
      boolean hasPushTo()
      optional string pushTo = 6;
      boolean hasRemoteAddress()
      optional string remoteAddress = 4;
      • 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;
      • hasPushTo

        boolean hasPushTo()
        optional string pushTo = 6;
      • getPushTo

        String getPushTo()
        optional string pushTo = 6;
      • getPushToBytes

        com.google.protobuf.ByteString getPushToBytes()
        optional string pushTo = 6;
      • hasLocalTx

        boolean hasLocalTx()
        optional int64 localTx = 7;
      • getLocalTx

        long getLocalTx()
        optional int64 localTx = 7;
      • hasNextTx

        boolean hasNextTx()
        optional int64 nextTx = 8;
      • getNextTx

        long getNextTx()
        optional int64 nextTx = 8;