Interface QJournalProtocolProtos.GetEditLogManifestResponseProtoOrBuilder
- All Superinterfaces:
org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder,org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QJournalProtocolProtos.GetEditLogManifestResponseProto,QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
- Enclosing class:
- QJournalProtocolProtos
public static interface QJournalProtocolProtos.GetEditLogManifestResponseProtoOrBuilder
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 fromURLorg.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.RemoteEditLogManifestProtorequired .hadoop.hdfs.RemoteEditLogManifestProto manifest = 1;org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.RemoteEditLogManifestProtoOrBuilderrequired .hadoop.hdfs.RemoteEditLogManifestProto manifest = 1;booleanoptional string fromURL = 3;booleanDeprecated by fromURLbooleanrequired .hadoop.hdfs.RemoteEditLogManifestProto manifest = 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
-
hasManifest
boolean hasManifest()required .hadoop.hdfs.RemoteEditLogManifestProto manifest = 1;- Returns:
- Whether the manifest field is set.
-
getManifest
org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.RemoteEditLogManifestProto getManifest()required .hadoop.hdfs.RemoteEditLogManifestProto manifest = 1;- Returns:
- The manifest.
-
getManifestOrBuilder
org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.RemoteEditLogManifestProtoOrBuilder getManifestOrBuilder()required .hadoop.hdfs.RemoteEditLogManifestProto manifest = 1; -
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.
-