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

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

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

Fields in org.apache.hadoop.hdfs.server.namenode with type parameters of type FsImageProto.INodeSection.FileUnderConstructionFeature
static com.google.protobuf.Parser<FsImageProto.INodeSection.FileUnderConstructionFeature> FsImageProto.INodeSection.FileUnderConstructionFeature.PARSER
           
 

Methods in org.apache.hadoop.hdfs.server.namenode that return FsImageProto.INodeSection.FileUnderConstructionFeature
 FsImageProto.INodeSection.FileUnderConstructionFeature FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.build()
           
 FsImageProto.INodeSection.FileUnderConstructionFeature FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.buildPartial()
           
static FsImageProto.INodeSection.FileUnderConstructionFeature FsImageProto.INodeSection.FileUnderConstructionFeature.getDefaultInstance()
           
 FsImageProto.INodeSection.FileUnderConstructionFeature FsImageProto.INodeSection.FileUnderConstructionFeature.getDefaultInstanceForType()
           
 FsImageProto.INodeSection.FileUnderConstructionFeature FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.getDefaultInstanceForType()
           
 FsImageProto.INodeSection.FileUnderConstructionFeature FsImageProto.INodeSection.INodeFileOrBuilder.getFileUC()
          optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;
 FsImageProto.INodeSection.FileUnderConstructionFeature FsImageProto.INodeSection.INodeFile.getFileUC()
          optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;
 FsImageProto.INodeSection.FileUnderConstructionFeature FsImageProto.INodeSection.INodeFile.Builder.getFileUC()
          optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;
static FsImageProto.INodeSection.FileUnderConstructionFeature FsImageProto.INodeSection.FileUnderConstructionFeature.parseDelimitedFrom(InputStream input)
           
static FsImageProto.INodeSection.FileUnderConstructionFeature FsImageProto.INodeSection.FileUnderConstructionFeature.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static FsImageProto.INodeSection.FileUnderConstructionFeature FsImageProto.INodeSection.FileUnderConstructionFeature.parseFrom(byte[] data)
           
static FsImageProto.INodeSection.FileUnderConstructionFeature FsImageProto.INodeSection.FileUnderConstructionFeature.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static FsImageProto.INodeSection.FileUnderConstructionFeature FsImageProto.INodeSection.FileUnderConstructionFeature.parseFrom(com.google.protobuf.ByteString data)
           
static FsImageProto.INodeSection.FileUnderConstructionFeature FsImageProto.INodeSection.FileUnderConstructionFeature.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static FsImageProto.INodeSection.FileUnderConstructionFeature FsImageProto.INodeSection.FileUnderConstructionFeature.parseFrom(com.google.protobuf.CodedInputStream input)
           
static FsImageProto.INodeSection.FileUnderConstructionFeature FsImageProto.INodeSection.FileUnderConstructionFeature.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static FsImageProto.INodeSection.FileUnderConstructionFeature FsImageProto.INodeSection.FileUnderConstructionFeature.parseFrom(InputStream input)
           
static FsImageProto.INodeSection.FileUnderConstructionFeature FsImageProto.INodeSection.FileUnderConstructionFeature.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hdfs.server.namenode that return types with arguments of type FsImageProto.INodeSection.FileUnderConstructionFeature
 com.google.protobuf.Parser<FsImageProto.INodeSection.FileUnderConstructionFeature> FsImageProto.INodeSection.FileUnderConstructionFeature.getParserForType()
           
 

Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type FsImageProto.INodeSection.FileUnderConstructionFeature
 FsImageProto.INodeSection.INodeFile.Builder FsImageProto.INodeSection.INodeFile.Builder.mergeFileUC(FsImageProto.INodeSection.FileUnderConstructionFeature value)
          optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;
 FsImageProto.INodeSection.FileUnderConstructionFeature.Builder FsImageProto.INodeSection.FileUnderConstructionFeature.Builder.mergeFrom(FsImageProto.INodeSection.FileUnderConstructionFeature other)
           
static FsImageProto.INodeSection.FileUnderConstructionFeature.Builder FsImageProto.INodeSection.FileUnderConstructionFeature.newBuilder(FsImageProto.INodeSection.FileUnderConstructionFeature prototype)
           
 FsImageProto.INodeSection.INodeFile.Builder FsImageProto.INodeSection.INodeFile.Builder.setFileUC(FsImageProto.INodeSection.FileUnderConstructionFeature value)
          optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.