public static interface FsImageProto.INodeDirectorySection.DirEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getChildren(int index)
repeated uint64 children = 2 [packed = true]; |
int |
getChildrenCount()
repeated uint64 children = 2 [packed = true]; |
List<Long> |
getChildrenList()
repeated uint64 children = 2 [packed = true]; |
long |
getParent()
optional uint64 parent = 1; |
int |
getRefChildren(int index)
repeated uint32 refChildren = 3 [packed = true]; |
int |
getRefChildrenCount()
repeated uint32 refChildren = 3 [packed = true]; |
List<Integer> |
getRefChildrenList()
repeated uint32 refChildren = 3 [packed = true]; |
boolean |
hasParent()
optional uint64 parent = 1; |
boolean hasParent()
optional uint64 parent = 1;
long getParent()
optional uint64 parent = 1;
List<Long> getChildrenList()
repeated uint64 children = 2 [packed = true];
children that are not reference nodes
int getChildrenCount()
repeated uint64 children = 2 [packed = true];
children that are not reference nodes
long getChildren(int index)
repeated uint64 children = 2 [packed = true];
children that are not reference nodes
List<Integer> getRefChildrenList()
repeated uint32 refChildren = 3 [packed = true];
children that are reference nodes, each element is a reference node id
int getRefChildrenCount()
repeated uint32 refChildren = 3 [packed = true];
children that are reference nodes, each element is a reference node id
int getRefChildren(int index)
repeated uint32 refChildren = 3 [packed = true];
children that are reference nodes, each element is a reference node id
Copyright © 2017 Apache Software Foundation. All Rights Reserved.