org.apache.hadoop.hdfs.server.namenode
Interface FsImageProto.INodeSectionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FsImageProto.INodeSection, FsImageProto.INodeSection.Builder
Enclosing class:
FsImageProto

public static interface FsImageProto.INodeSectionOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 long getLastInodeId()
          optional uint64 lastInodeId = 1;
 long getNumInodes()
          optional uint64 numInodes = 2;
 boolean hasLastInodeId()
          optional uint64 lastInodeId = 1;
 boolean hasNumInodes()
          optional uint64 numInodes = 2;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasLastInodeId

boolean hasLastInodeId()
optional uint64 lastInodeId = 1;


getLastInodeId

long getLastInodeId()
optional uint64 lastInodeId = 1;


hasNumInodes

boolean hasNumInodes()
optional uint64 numInodes = 2;
 repeated INodes..
 


getNumInodes

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.