Uses of Class
org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
Packages that use FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
-
Uses of FsImageProto.INodeSection.FileUnderConstructionFeature.Builder in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode that return FsImageProto.INodeSection.FileUnderConstructionFeature.BuilderModifier and TypeMethodDescriptionFsImageProto.INodeSection.FileUnderConstructionFeature.Builder.addRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, Object value) FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.clear()FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.clearClientMachine()optional string clientMachine = 2;FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.clearClientName()optional string clientName = 1;FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.clearField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field) FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.clearOneof(org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor oneof) FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.clone()FsImageProto.INodeSection.INodeFile.Builder.getFileUCBuilder()optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.mergeFrom(FsImageProto.INodeSection.FileUnderConstructionFeature other) FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.mergeFrom(org.apache.hadoop.thirdparty.protobuf.CodedInputStream input, org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.mergeFrom(org.apache.hadoop.thirdparty.protobuf.Message other) FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.mergeUnknownFields(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields) FsImageProto.INodeSection.FileUnderConstructionFeature.newBuilder()FsImageProto.INodeSection.FileUnderConstructionFeature.newBuilder(FsImageProto.INodeSection.FileUnderConstructionFeature prototype) FsImageProto.INodeSection.FileUnderConstructionFeature.newBuilderForType()FsImageProto.INodeSection.FileUnderConstructionFeature.newBuilderForType(org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent parent) FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.setClientMachine(String value) optional string clientMachine = 2;FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.setClientMachineBytes(org.apache.hadoop.thirdparty.protobuf.ByteString value) optional string clientMachine = 2;FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.setClientName(String value) optional string clientName = 1;FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.setClientNameBytes(org.apache.hadoop.thirdparty.protobuf.ByteString value) optional string clientName = 1;FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.setField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, Object value) FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.setRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, int index, Object value) FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.setUnknownFields(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields) FsImageProto.INodeSection.FileUnderConstructionFeature.toBuilder()Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type FsImageProto.INodeSection.FileUnderConstructionFeature.BuilderModifier and TypeMethodDescriptionFsImageProto.INodeSection.INodeFile.Builder.setFileUC(FsImageProto.INodeSection.FileUnderConstructionFeature.Builder builderForValue) optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;