Package org.yamcs.protobuf
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 StringgetInstance()optional string instance = 1;com.google.protobuf.ByteStringgetInstanceBytes()optional string instance = 1;StringgetLocalAddress()optional string localAddress = 3;com.google.protobuf.ByteStringgetLocalAddressBytes()optional string localAddress = 3;StringgetPullFrom()optional string pullFrom = 6;com.google.protobuf.ByteStringgetPullFromBytes()optional string pullFrom = 6;booleangetPush()optional bool push = 5;StringgetRemoteAddress()optional string remoteAddress = 4;com.google.protobuf.ByteStringgetRemoteAddressBytes()optional string remoteAddress = 4;StringgetStreams(int index)repeated string streams = 2;com.google.protobuf.ByteStringgetStreamsBytes(int index)repeated string streams = 2;intgetStreamsCount()repeated string streams = 2;List<String>getStreamsList()repeated string streams = 2;longgetTx()optional int64 tx = 7;booleanhasInstance()optional string instance = 1;booleanhasLocalAddress()optional string localAddress = 3;booleanhasPullFrom()optional string pullFrom = 6;booleanhasPush()optional bool push = 5;booleanhasRemoteAddress()optional string remoteAddress = 4;booleanhasTx()optional int64 tx = 7;-
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;
-
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;
-
-