Interface ReplicationInfoOrBuilder

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

public interface ReplicationInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getMastersList

      List<ReplicationMasterInfo> getMastersList()
      repeated .yamcs.protobuf.replication.ReplicationMasterInfo masters = 1;
    • getMasters

      ReplicationMasterInfo getMasters(int index)
      repeated .yamcs.protobuf.replication.ReplicationMasterInfo masters = 1;
    • getMastersCount

      int getMastersCount()
      repeated .yamcs.protobuf.replication.ReplicationMasterInfo masters = 1;
    • getMastersOrBuilderList

      List<? extends ReplicationMasterInfoOrBuilder> getMastersOrBuilderList()
      repeated .yamcs.protobuf.replication.ReplicationMasterInfo masters = 1;
    • getMastersOrBuilder

      ReplicationMasterInfoOrBuilder getMastersOrBuilder(int index)
      repeated .yamcs.protobuf.replication.ReplicationMasterInfo masters = 1;
    • getSlavesList

      List<ReplicationSlaveInfo> getSlavesList()
      repeated .yamcs.protobuf.replication.ReplicationSlaveInfo slaves = 2;
    • getSlaves

      ReplicationSlaveInfo getSlaves(int index)
      repeated .yamcs.protobuf.replication.ReplicationSlaveInfo slaves = 2;
    • getSlavesCount

      int getSlavesCount()
      repeated .yamcs.protobuf.replication.ReplicationSlaveInfo slaves = 2;
    • getSlavesOrBuilderList

      List<? extends ReplicationSlaveInfoOrBuilder> getSlavesOrBuilderList()
      repeated .yamcs.protobuf.replication.ReplicationSlaveInfo slaves = 2;
    • getSlavesOrBuilder

      ReplicationSlaveInfoOrBuilder getSlavesOrBuilder(int index)
      repeated .yamcs.protobuf.replication.ReplicationSlaveInfo slaves = 2;