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
Modifier and TypeMethodDescriptiongetMasters(int index) repeated .yamcs.protobuf.replication.ReplicationMasterInfo masters = 1;intrepeated .yamcs.protobuf.replication.ReplicationMasterInfo masters = 1;repeated .yamcs.protobuf.replication.ReplicationMasterInfo masters = 1;getMastersOrBuilder(int index) repeated .yamcs.protobuf.replication.ReplicationMasterInfo masters = 1;List<? extends ReplicationMasterInfoOrBuilder>repeated .yamcs.protobuf.replication.ReplicationMasterInfo masters = 1;getSlaves(int index) repeated .yamcs.protobuf.replication.ReplicationSlaveInfo slaves = 2;intrepeated .yamcs.protobuf.replication.ReplicationSlaveInfo slaves = 2;repeated .yamcs.protobuf.replication.ReplicationSlaveInfo slaves = 2;getSlavesOrBuilder(int index) repeated .yamcs.protobuf.replication.ReplicationSlaveInfo slaves = 2;List<? extends ReplicationSlaveInfoOrBuilder>repeated .yamcs.protobuf.replication.ReplicationSlaveInfo slaves = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getMastersList
List<ReplicationMasterInfo> getMastersList()repeated .yamcs.protobuf.replication.ReplicationMasterInfo masters = 1; -
getMasters
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
repeated .yamcs.protobuf.replication.ReplicationMasterInfo masters = 1; -
getSlavesList
List<ReplicationSlaveInfo> getSlavesList()repeated .yamcs.protobuf.replication.ReplicationSlaveInfo slaves = 2; -
getSlaves
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
repeated .yamcs.protobuf.replication.ReplicationSlaveInfo slaves = 2;
-