Interface FsImageProto.StringTableSectionOrBuilder

All Superinterfaces:
org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder, org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
All Known Implementing Classes:
FsImageProto.StringTableSection, FsImageProto.StringTableSection.Builder
Enclosing class:
FsImageProto

public static interface FsImageProto.StringTableSectionOrBuilder extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    repeated Entry
    int
    optional uint32 numEntry = 1;
    boolean
    repeated Entry
    boolean
    optional uint32 numEntry = 1;

    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

    • hasNumEntry

      boolean hasNumEntry()
      optional uint32 numEntry = 1;
      Returns:
      Whether the numEntry field is set.
    • getNumEntry

      int getNumEntry()
      optional uint32 numEntry = 1;
      Returns:
      The numEntry.
    • hasMaskBits

      boolean hasMaskBits()
       repeated Entry
       
      optional uint32 maskBits = 2 [default = 0];
      Returns:
      Whether the maskBits field is set.
    • getMaskBits

      int getMaskBits()
       repeated Entry
       
      optional uint32 maskBits = 2 [default = 0];
      Returns:
      The maskBits.