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 TypeMethodDescriptionlongoptional uint64 lastInodeId = 1;longrepeated INodes..booleanoptional uint64 lastInodeId = 1;booleanrepeated INodes..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
-
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.
-