|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FsImageProto.INodeDirectorySection.DirEntry.Builder | |
|---|---|
| org.apache.hadoop.hdfs.server.namenode | |
| Uses of FsImageProto.INodeDirectorySection.DirEntry.Builder in org.apache.hadoop.hdfs.server.namenode |
|---|
| Methods in org.apache.hadoop.hdfs.server.namenode that return FsImageProto.INodeDirectorySection.DirEntry.Builder | |
|---|---|
FsImageProto.INodeDirectorySection.DirEntry.Builder |
FsImageProto.INodeDirectorySection.DirEntry.Builder.addAllChildren(Iterable<? extends Long> values)
repeated uint64 children = 2 [packed = true]; |
FsImageProto.INodeDirectorySection.DirEntry.Builder |
FsImageProto.INodeDirectorySection.DirEntry.Builder.addAllRefChildren(Iterable<? extends Integer> values)
repeated uint32 refChildren = 3 [packed = true]; |
FsImageProto.INodeDirectorySection.DirEntry.Builder |
FsImageProto.INodeDirectorySection.DirEntry.Builder.addChildren(long value)
repeated uint64 children = 2 [packed = true]; |
FsImageProto.INodeDirectorySection.DirEntry.Builder |
FsImageProto.INodeDirectorySection.DirEntry.Builder.addRefChildren(int value)
repeated uint32 refChildren = 3 [packed = true]; |
FsImageProto.INodeDirectorySection.DirEntry.Builder |
FsImageProto.INodeDirectorySection.DirEntry.Builder.clear()
|
FsImageProto.INodeDirectorySection.DirEntry.Builder |
FsImageProto.INodeDirectorySection.DirEntry.Builder.clearChildren()
repeated uint64 children = 2 [packed = true]; |
FsImageProto.INodeDirectorySection.DirEntry.Builder |
FsImageProto.INodeDirectorySection.DirEntry.Builder.clearParent()
optional uint64 parent = 1; |
FsImageProto.INodeDirectorySection.DirEntry.Builder |
FsImageProto.INodeDirectorySection.DirEntry.Builder.clearRefChildren()
repeated uint32 refChildren = 3 [packed = true]; |
FsImageProto.INodeDirectorySection.DirEntry.Builder |
FsImageProto.INodeDirectorySection.DirEntry.Builder.clone()
|
FsImageProto.INodeDirectorySection.DirEntry.Builder |
FsImageProto.INodeDirectorySection.DirEntry.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
FsImageProto.INodeDirectorySection.DirEntry.Builder |
FsImageProto.INodeDirectorySection.DirEntry.Builder.mergeFrom(FsImageProto.INodeDirectorySection.DirEntry other)
|
FsImageProto.INodeDirectorySection.DirEntry.Builder |
FsImageProto.INodeDirectorySection.DirEntry.Builder.mergeFrom(com.google.protobuf.Message other)
|
static FsImageProto.INodeDirectorySection.DirEntry.Builder |
FsImageProto.INodeDirectorySection.DirEntry.newBuilder()
|
static FsImageProto.INodeDirectorySection.DirEntry.Builder |
FsImageProto.INodeDirectorySection.DirEntry.newBuilder(FsImageProto.INodeDirectorySection.DirEntry prototype)
|
FsImageProto.INodeDirectorySection.DirEntry.Builder |
FsImageProto.INodeDirectorySection.DirEntry.newBuilderForType()
|
protected FsImageProto.INodeDirectorySection.DirEntry.Builder |
FsImageProto.INodeDirectorySection.DirEntry.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
|
FsImageProto.INodeDirectorySection.DirEntry.Builder |
FsImageProto.INodeDirectorySection.DirEntry.Builder.setChildren(int index,
long value)
repeated uint64 children = 2 [packed = true]; |
FsImageProto.INodeDirectorySection.DirEntry.Builder |
FsImageProto.INodeDirectorySection.DirEntry.Builder.setParent(long value)
optional uint64 parent = 1; |
FsImageProto.INodeDirectorySection.DirEntry.Builder |
FsImageProto.INodeDirectorySection.DirEntry.Builder.setRefChildren(int index,
int value)
repeated uint32 refChildren = 3 [packed = true]; |
FsImageProto.INodeDirectorySection.DirEntry.Builder |
FsImageProto.INodeDirectorySection.DirEntry.toBuilder()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||