Interface QJournalProtocolProtos.GetJournalStateResponseProtoOrBuilder
- All Superinterfaces:
org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder,org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QJournalProtocolProtos.GetJournalStateResponseProto,QJournalProtocolProtos.GetJournalStateResponseProto.Builder
- Enclosing class:
- QJournalProtocolProtos
public static interface QJournalProtocolProtos.GetJournalStateResponseProtoOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string fromURL = 3;org.apache.hadoop.thirdparty.protobuf.ByteStringoptional string fromURL = 3;intDeprecated by fromURLlongrequired uint64 lastPromisedEpoch = 1;booleanoptional string fromURL = 3;booleanDeprecated by fromURLbooleanrequired uint64 lastPromisedEpoch = 1;Methods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasLastPromisedEpoch
boolean hasLastPromisedEpoch()required uint64 lastPromisedEpoch = 1;- Returns:
- Whether the lastPromisedEpoch field is set.
-
getLastPromisedEpoch
long getLastPromisedEpoch()required uint64 lastPromisedEpoch = 1;- Returns:
- The lastPromisedEpoch.
-
hasHttpPort
boolean hasHttpPort()Deprecated by fromURL
required uint32 httpPort = 2;- Returns:
- Whether the httpPort field is set.
-
getHttpPort
int getHttpPort()Deprecated by fromURL
required uint32 httpPort = 2;- Returns:
- The httpPort.
-
hasFromURL
boolean hasFromURL()optional string fromURL = 3;- Returns:
- Whether the fromURL field is set.
-
getFromURL
String getFromURL()optional string fromURL = 3;- Returns:
- The fromURL.
-
getFromURLBytes
org.apache.hadoop.thirdparty.protobuf.ByteString getFromURLBytes()optional string fromURL = 3;- Returns:
- The bytes for fromURL.
-