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 Type
    Method
    Description
    long
    optional uint64 length = 2;
    optional string name = 1;
    org.apache.hadoop.thirdparty.protobuf.ByteString
    optional string name = 1;
    long
    optional uint64 offset = 3;
    boolean
    optional uint64 length = 2;
    boolean
    optional string name = 1;
    boolean
    optional uint64 offset = 3;

    Methods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.