Uses of Class
org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
Packages that use FsImageProto.SnapshotDiffSection.FileDiff.Builder
-
Uses of FsImageProto.SnapshotDiffSection.FileDiff.Builder in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode that return FsImageProto.SnapshotDiffSection.FileDiff.BuilderModifier and TypeMethodDescriptionFsImageProto.SnapshotDiffSection.FileDiff.Builder.addAllBlocks(Iterable<? extends org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto> values) repeated .hadoop.hdfs.BlockProto blocks = 5;FsImageProto.SnapshotDiffSection.FileDiff.Builder.addBlocks(int index, org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto value) repeated .hadoop.hdfs.BlockProto blocks = 5;FsImageProto.SnapshotDiffSection.FileDiff.Builder.addBlocks(int index, org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto.Builder builderForValue) repeated .hadoop.hdfs.BlockProto blocks = 5;FsImageProto.SnapshotDiffSection.FileDiff.Builder.addBlocks(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto value) repeated .hadoop.hdfs.BlockProto blocks = 5;FsImageProto.SnapshotDiffSection.FileDiff.Builder.addBlocks(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto.Builder builderForValue) repeated .hadoop.hdfs.BlockProto blocks = 5;FsImageProto.SnapshotDiffSection.FileDiff.Builder.addRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, Object value) FsImageProto.SnapshotDiffSection.FileDiff.Builder.clear()FsImageProto.SnapshotDiffSection.FileDiff.Builder.clearBlocks()repeated .hadoop.hdfs.BlockProto blocks = 5;FsImageProto.SnapshotDiffSection.FileDiff.Builder.clearField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field) FsImageProto.SnapshotDiffSection.FileDiff.Builder.clearFileSize()optional uint64 fileSize = 2;FsImageProto.SnapshotDiffSection.FileDiff.Builder.clearName()optional bytes name = 3;FsImageProto.SnapshotDiffSection.FileDiff.Builder.clearOneof(org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor oneof) FsImageProto.SnapshotDiffSection.FileDiff.Builder.clearSnapshotCopy()optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;FsImageProto.SnapshotDiffSection.FileDiff.Builder.clearSnapshotId()optional uint32 snapshotId = 1;FsImageProto.SnapshotDiffSection.FileDiff.Builder.clone()FsImageProto.SnapshotDiffSection.FileDiff.Builder.mergeFrom(FsImageProto.SnapshotDiffSection.FileDiff other) FsImageProto.SnapshotDiffSection.FileDiff.Builder.mergeFrom(org.apache.hadoop.thirdparty.protobuf.CodedInputStream input, org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) FsImageProto.SnapshotDiffSection.FileDiff.Builder.mergeFrom(org.apache.hadoop.thirdparty.protobuf.Message other) FsImageProto.SnapshotDiffSection.FileDiff.Builder.mergeSnapshotCopy(FsImageProto.INodeSection.INodeFile value) optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;FsImageProto.SnapshotDiffSection.FileDiff.Builder.mergeUnknownFields(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields) FsImageProto.SnapshotDiffSection.FileDiff.newBuilder()FsImageProto.SnapshotDiffSection.FileDiff.newBuilder(FsImageProto.SnapshotDiffSection.FileDiff prototype) FsImageProto.SnapshotDiffSection.FileDiff.newBuilderForType()FsImageProto.SnapshotDiffSection.FileDiff.newBuilderForType(org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent parent) FsImageProto.SnapshotDiffSection.FileDiff.Builder.removeBlocks(int index) repeated .hadoop.hdfs.BlockProto blocks = 5;FsImageProto.SnapshotDiffSection.FileDiff.Builder.setBlocks(int index, org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto value) repeated .hadoop.hdfs.BlockProto blocks = 5;FsImageProto.SnapshotDiffSection.FileDiff.Builder.setBlocks(int index, org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto.Builder builderForValue) repeated .hadoop.hdfs.BlockProto blocks = 5;FsImageProto.SnapshotDiffSection.FileDiff.Builder.setField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, Object value) FsImageProto.SnapshotDiffSection.FileDiff.Builder.setFileSize(long value) optional uint64 fileSize = 2;FsImageProto.SnapshotDiffSection.FileDiff.Builder.setName(org.apache.hadoop.thirdparty.protobuf.ByteString value) optional bytes name = 3;FsImageProto.SnapshotDiffSection.FileDiff.Builder.setRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, int index, Object value) FsImageProto.SnapshotDiffSection.FileDiff.Builder.setSnapshotCopy(FsImageProto.INodeSection.INodeFile value) optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;FsImageProto.SnapshotDiffSection.FileDiff.Builder.setSnapshotCopy(FsImageProto.INodeSection.INodeFile.Builder builderForValue) optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;FsImageProto.SnapshotDiffSection.FileDiff.Builder.setSnapshotId(int value) optional uint32 snapshotId = 1;FsImageProto.SnapshotDiffSection.FileDiff.Builder.setUnknownFields(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields) FsImageProto.SnapshotDiffSection.FileDiff.toBuilder()