Interface FsImageProto.FileSummary.SectionOrBuilder
- All Superinterfaces:
org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder,org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FsImageProto.FileSummary.Section,FsImageProto.FileSummary.Section.Builder
- Enclosing class:
- FsImageProto.FileSummary
public static interface FsImageProto.FileSummary.SectionOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongoptional uint64 length = 2;getName()optional string name = 1;org.apache.hadoop.thirdparty.protobuf.ByteStringoptional string name = 1;longoptional uint64 offset = 3;booleanoptional uint64 length = 2;booleanhasName()optional string name = 1;booleanoptional uint64 offset = 3;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
-
hasName
boolean hasName()optional string name = 1;- Returns:
- Whether the name field is set.
-
getName
String getName()optional string name = 1;- Returns:
- The name.
-
getNameBytes
org.apache.hadoop.thirdparty.protobuf.ByteString getNameBytes()optional string name = 1;- Returns:
- The bytes for name.
-
hasLength
boolean hasLength()optional uint64 length = 2;- Returns:
- Whether the length field is set.
-
getLength
long getLength()optional uint64 length = 2;- Returns:
- The length.
-
hasOffset
boolean hasOffset()optional uint64 offset = 3;- Returns:
- Whether the offset field is set.
-
getOffset
long getOffset()optional uint64 offset = 3;- Returns:
- The offset.
-