Package org.yamcs.protobuf
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReplicationMasterInfogetMasters(int index)repeated .yamcs.protobuf.replication.ReplicationMasterInfo masters = 1;intgetMastersCount()repeated .yamcs.protobuf.replication.ReplicationMasterInfo masters = 1;List<ReplicationMasterInfo>getMastersList()repeated .yamcs.protobuf.replication.ReplicationMasterInfo masters = 1;ReplicationMasterInfoOrBuildergetMastersOrBuilder(int index)repeated .yamcs.protobuf.replication.ReplicationMasterInfo masters = 1;List<? extends ReplicationMasterInfoOrBuilder>getMastersOrBuilderList()repeated .yamcs.protobuf.replication.ReplicationMasterInfo masters = 1;ReplicationSlaveInfogetSlaves(int index)repeated .yamcs.protobuf.replication.ReplicationSlaveInfo slaves = 2;intgetSlavesCount()repeated .yamcs.protobuf.replication.ReplicationSlaveInfo slaves = 2;List<ReplicationSlaveInfo>getSlavesList()repeated .yamcs.protobuf.replication.ReplicationSlaveInfo slaves = 2;ReplicationSlaveInfoOrBuildergetSlavesOrBuilder(int index)repeated .yamcs.protobuf.replication.ReplicationSlaveInfo slaves = 2;List<? extends ReplicationSlaveInfoOrBuilder>getSlavesOrBuilderList()repeated .yamcs.protobuf.replication.ReplicationSlaveInfo slaves = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;
-
-