Uses of Class
org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature.Builder

Packages that use FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
org.apache.hadoop.hdfs.server.namenode   
 

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.Builder
 FsImageProto.INodeSection.FileUnderConstructionFeature.Builder FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.clear()
           
 FsImageProto.INodeSection.FileUnderConstructionFeature.Builder FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.clearClientMachine()
          optional string clientMachine = 2;
 FsImageProto.INodeSection.FileUnderConstructionFeature.Builder FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.clearClientName()
          optional string clientName = 1;
 FsImageProto.INodeSection.FileUnderConstructionFeature.Builder FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.clone()
           
 FsImageProto.INodeSection.FileUnderConstructionFeature.Builder FsImageProto.INodeSection.INodeFile.Builder.getFileUCBuilder()
          optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;
 FsImageProto.INodeSection.FileUnderConstructionFeature.Builder FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 FsImageProto.INodeSection.FileUnderConstructionFeature.Builder FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.mergeFrom(FsImageProto.INodeSection.FileUnderConstructionFeature other)
           
 FsImageProto.INodeSection.FileUnderConstructionFeature.Builder FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.mergeFrom(com.google.protobuf.Message other)
           
static FsImageProto.INodeSection.FileUnderConstructionFeature.Builder FsImageProto.INodeSection.FileUnderConstructionFeature.newBuilder()
           
static FsImageProto.INodeSection.FileUnderConstructionFeature.Builder FsImageProto.INodeSection.FileUnderConstructionFeature.newBuilder(FsImageProto.INodeSection.FileUnderConstructionFeature prototype)
           
 FsImageProto.INodeSection.FileUnderConstructionFeature.Builder FsImageProto.INodeSection.FileUnderConstructionFeature.newBuilderForType()
           
protected  FsImageProto.INodeSection.FileUnderConstructionFeature.Builder FsImageProto.INodeSection.FileUnderConstructionFeature.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 FsImageProto.INodeSection.FileUnderConstructionFeature.Builder FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.setClientMachine(String value)
          optional string clientMachine = 2;
 FsImageProto.INodeSection.FileUnderConstructionFeature.Builder FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.setClientMachineBytes(com.google.protobuf.ByteString value)
          optional string clientMachine = 2;
 FsImageProto.INodeSection.FileUnderConstructionFeature.Builder FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.setClientName(String value)
          optional string clientName = 1;
 FsImageProto.INodeSection.FileUnderConstructionFeature.Builder FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.setClientNameBytes(com.google.protobuf.ByteString value)
          optional string clientName = 1;
 FsImageProto.INodeSection.FileUnderConstructionFeature.Builder FsImageProto.INodeSection.FileUnderConstructionFeature.toBuilder()
           
 

Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
 FsImageProto.INodeSection.INodeFile.Builder FsImageProto.INodeSection.INodeFile.Builder.setFileUC(FsImageProto.INodeSection.FileUnderConstructionFeature.Builder builderForValue)
          optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.