Uses of Class
org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Builder
Packages that use FsImageProto.SnapshotDiffSection.DiffEntry.Builder
-
Uses of FsImageProto.SnapshotDiffSection.DiffEntry.Builder in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode that return FsImageProto.SnapshotDiffSection.DiffEntry.BuilderModifier and TypeMethodDescriptionFsImageProto.SnapshotDiffSection.DiffEntry.Builder.addRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, Object value) FsImageProto.SnapshotDiffSection.DiffEntry.Builder.clear()FsImageProto.SnapshotDiffSection.DiffEntry.Builder.clearField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field) FsImageProto.SnapshotDiffSection.DiffEntry.Builder.clearInodeId()optional uint64 inodeId = 2;FsImageProto.SnapshotDiffSection.DiffEntry.Builder.clearNumOfDiff()optional uint32 numOfDiff = 3;FsImageProto.SnapshotDiffSection.DiffEntry.Builder.clearOneof(org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor oneof) FsImageProto.SnapshotDiffSection.DiffEntry.Builder.clearType()required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 1;FsImageProto.SnapshotDiffSection.DiffEntry.Builder.clone()FsImageProto.SnapshotDiffSection.DiffEntry.Builder.mergeFrom(FsImageProto.SnapshotDiffSection.DiffEntry other) FsImageProto.SnapshotDiffSection.DiffEntry.Builder.mergeFrom(org.apache.hadoop.thirdparty.protobuf.CodedInputStream input, org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) FsImageProto.SnapshotDiffSection.DiffEntry.Builder.mergeFrom(org.apache.hadoop.thirdparty.protobuf.Message other) FsImageProto.SnapshotDiffSection.DiffEntry.Builder.mergeUnknownFields(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields) FsImageProto.SnapshotDiffSection.DiffEntry.newBuilder()FsImageProto.SnapshotDiffSection.DiffEntry.newBuilder(FsImageProto.SnapshotDiffSection.DiffEntry prototype) FsImageProto.SnapshotDiffSection.DiffEntry.newBuilderForType()FsImageProto.SnapshotDiffSection.DiffEntry.newBuilderForType(org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent parent) FsImageProto.SnapshotDiffSection.DiffEntry.Builder.setField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, Object value) FsImageProto.SnapshotDiffSection.DiffEntry.Builder.setInodeId(long value) optional uint64 inodeId = 2;FsImageProto.SnapshotDiffSection.DiffEntry.Builder.setNumOfDiff(int value) optional uint32 numOfDiff = 3;FsImageProto.SnapshotDiffSection.DiffEntry.Builder.setRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, int index, Object value) FsImageProto.SnapshotDiffSection.DiffEntry.Builder.setType(FsImageProto.SnapshotDiffSection.DiffEntry.Type value) required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 1;FsImageProto.SnapshotDiffSection.DiffEntry.Builder.setUnknownFields(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields) FsImageProto.SnapshotDiffSection.DiffEntry.toBuilder()