public static interface QJournalProtocolProtos.GetEditLogManifestResponseProtoOrBuilder
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
|
org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.RemoteEditLogManifestProto |
getManifest()
required .hadoop.hdfs.RemoteEditLogManifestProto manifest = 1; |
org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.RemoteEditLogManifestProtoOrBuilder |
getManifestOrBuilder()
required .hadoop.hdfs.RemoteEditLogManifestProto manifest = 1; |
boolean |
hasFromURL()
optional string fromURL = 3; |
boolean |
hasHttpPort()
Deprecated by fromURL
|
boolean |
hasManifest()
required .hadoop.hdfs.RemoteEditLogManifestProto manifest = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasManifest()
required .hadoop.hdfs.RemoteEditLogManifestProto manifest = 1;
org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.RemoteEditLogManifestProto getManifest()
required .hadoop.hdfs.RemoteEditLogManifestProto manifest = 1;
org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.RemoteEditLogManifestProtoOrBuilder getManifestOrBuilder()
required .hadoop.hdfs.RemoteEditLogManifestProto manifest = 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–2024 Apache Software Foundation. All rights reserved.