public static interface FsImageProto.INodeDirectorySection.DirEntryOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getChildren(int index)
children that are not reference nodes
|
int |
getChildrenCount()
children that are not reference nodes
|
List<Long> |
getChildrenList()
children that are not reference nodes
|
long |
getParent()
optional uint64 parent = 1; |
int |
getRefChildren(int index)
children that are reference nodes, each element is a reference node id
|
int |
getRefChildrenCount()
children that are reference nodes, each element is a reference node id
|
List<Integer> |
getRefChildrenList()
children that are reference nodes, each element is a reference node id
|
boolean |
hasParent()
optional uint64 parent = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasParent()
optional uint64 parent = 1;
long getParent()
optional uint64 parent = 1;
List<Long> getChildrenList()
children that are not reference nodes
repeated uint64 children = 2 [packed = true];
int getChildrenCount()
children that are not reference nodes
repeated uint64 children = 2 [packed = true];
long getChildren(int index)
children that are not reference nodes
repeated uint64 children = 2 [packed = true];
List<Integer> getRefChildrenList()
children that are reference nodes, each element is a reference node id
repeated uint32 refChildren = 3 [packed = true];
int getRefChildrenCount()
children that are reference nodes, each element is a reference node id
repeated uint32 refChildren = 3 [packed = true];
int getRefChildren(int index)
children that are reference nodes, each element is a reference node id
repeated uint32 refChildren = 3 [packed = true];
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.