Package org.yamcs.protobuf
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 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;longgetLocalTx()optional int64 localTx = 7;longgetNextTx()optional int64 nextTx = 8;booleangetPush()optional bool push = 5;StringgetPushTo()optional string pushTo = 6;com.google.protobuf.ByteStringgetPushToBytes()optional string pushTo = 6;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;booleanhasInstance()optional string instance = 1;booleanhasLocalAddress()optional string localAddress = 3;booleanhasLocalTx()optional int64 localTx = 7;booleanhasNextTx()optional int64 nextTx = 8;booleanhasPush()optional bool push = 5;booleanhasPushTo()optional string pushTo = 6;booleanhasRemoteAddress()optional string remoteAddress = 4;-
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;
-
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;
-
-