public static interface QJournalProtocolProtos.GetJournalStateResponseProtoOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getFromURL()
optional string fromURL = 3; |
org.apache.hadoop.thirdparty.protobuf.ByteString |
getFromURLBytes()
optional string fromURL = 3; |
int |
getHttpPort()
Deprecated by fromURL
|
long |
getLastPromisedEpoch()
required uint64 lastPromisedEpoch = 1; |
boolean |
hasFromURL()
optional string fromURL = 3; |
boolean |
hasHttpPort()
Deprecated by fromURL
|
boolean |
hasLastPromisedEpoch()
required uint64 lastPromisedEpoch = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasLastPromisedEpoch()
required uint64 lastPromisedEpoch = 1;
long getLastPromisedEpoch()
required uint64 lastPromisedEpoch = 1;
boolean hasHttpPort()
Deprecated by fromURL
required uint32 httpPort = 2;
int getHttpPort()
Deprecated by fromURL
required uint32 httpPort = 2;
boolean hasFromURL()
optional string fromURL = 3;
String getFromURL()
optional string fromURL = 3;
org.apache.hadoop.thirdparty.protobuf.ByteString getFromURLBytes()
optional string fromURL = 3;
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.