Interface FsImageProto.INodeSectionOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    optional uint64 lastInodeId = 1;
    long
    repeated INodes..
    boolean
    optional uint64 lastInodeId = 1;
    boolean
    repeated INodes..

    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

    • hasLastInodeId

      boolean hasLastInodeId()
      optional uint64 lastInodeId = 1;
      Returns:
      Whether the lastInodeId field is set.
    • getLastInodeId

      long getLastInodeId()
      optional uint64 lastInodeId = 1;
      Returns:
      The lastInodeId.
    • hasNumInodes

      boolean hasNumInodes()
       repeated INodes..
       
      optional uint64 numInodes = 2;
      Returns:
      Whether the numInodes field is set.
    • getNumInodes

      long getNumInodes()
       repeated INodes..
       
      optional uint64 numInodes = 2;
      Returns:
      The numInodes.