Uses of Class
org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
Packages that use FsImageProto.INodeDirectorySection.DirEntry.Builder
-
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.BuilderModifier and TypeMethodDescriptionFsImageProto.INodeDirectorySection.DirEntry.Builder.addAllChildren(Iterable<? extends Long> values) children that are not reference nodesFsImageProto.INodeDirectorySection.DirEntry.Builder.addAllRefChildren(Iterable<? extends Integer> values) children that are reference nodes, each element is a reference node idFsImageProto.INodeDirectorySection.DirEntry.Builder.addChildren(long value) children that are not reference nodesFsImageProto.INodeDirectorySection.DirEntry.Builder.addRefChildren(int value) children that are reference nodes, each element is a reference node idFsImageProto.INodeDirectorySection.DirEntry.Builder.addRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, Object value) FsImageProto.INodeDirectorySection.DirEntry.Builder.clear()FsImageProto.INodeDirectorySection.DirEntry.Builder.clearChildren()children that are not reference nodesFsImageProto.INodeDirectorySection.DirEntry.Builder.clearField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field) FsImageProto.INodeDirectorySection.DirEntry.Builder.clearOneof(org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor oneof) FsImageProto.INodeDirectorySection.DirEntry.Builder.clearParent()optional uint64 parent = 1;FsImageProto.INodeDirectorySection.DirEntry.Builder.clearRefChildren()children that are reference nodes, each element is a reference node idFsImageProto.INodeDirectorySection.DirEntry.Builder.clone()FsImageProto.INodeDirectorySection.DirEntry.Builder.mergeFrom(FsImageProto.INodeDirectorySection.DirEntry other) FsImageProto.INodeDirectorySection.DirEntry.Builder.mergeFrom(org.apache.hadoop.thirdparty.protobuf.CodedInputStream input, org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) FsImageProto.INodeDirectorySection.DirEntry.Builder.mergeFrom(org.apache.hadoop.thirdparty.protobuf.Message other) FsImageProto.INodeDirectorySection.DirEntry.Builder.mergeUnknownFields(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields) FsImageProto.INodeDirectorySection.DirEntry.newBuilder()FsImageProto.INodeDirectorySection.DirEntry.newBuilder(FsImageProto.INodeDirectorySection.DirEntry prototype) FsImageProto.INodeDirectorySection.DirEntry.newBuilderForType()FsImageProto.INodeDirectorySection.DirEntry.newBuilderForType(org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent parent) FsImageProto.INodeDirectorySection.DirEntry.Builder.setChildren(int index, long value) children that are not reference nodesFsImageProto.INodeDirectorySection.DirEntry.Builder.setField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, Object value) FsImageProto.INodeDirectorySection.DirEntry.Builder.setParent(long value) optional uint64 parent = 1;FsImageProto.INodeDirectorySection.DirEntry.Builder.setRefChildren(int index, int value) children that are reference nodes, each element is a reference node idFsImageProto.INodeDirectorySection.DirEntry.Builder.setRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, int index, Object value) FsImageProto.INodeDirectorySection.DirEntry.Builder.setUnknownFields(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields) FsImageProto.INodeDirectorySection.DirEntry.toBuilder()