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

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

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

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

Methods in org.apache.hadoop.hdfs.server.namenode that return FsImageProto.INodeSection.INodeFile
 FsImageProto.INodeSection.INodeFile FsImageProto.INodeSection.INodeFile.Builder.build()
           
 FsImageProto.INodeSection.INodeFile FsImageProto.INodeSection.INodeFile.Builder.buildPartial()
           
static FsImageProto.INodeSection.INodeFile FsImageProto.INodeSection.INodeFile.getDefaultInstance()
           
 FsImageProto.INodeSection.INodeFile FsImageProto.INodeSection.INodeFile.getDefaultInstanceForType()
           
 FsImageProto.INodeSection.INodeFile FsImageProto.INodeSection.INodeFile.Builder.getDefaultInstanceForType()
           
 FsImageProto.INodeSection.INodeFile FsImageProto.INodeSection.INodeOrBuilder.getFile()
          optional .hadoop.hdfs.fsimage.INodeSection.INodeFile file = 4;
 FsImageProto.INodeSection.INodeFile FsImageProto.INodeSection.INode.getFile()
          optional .hadoop.hdfs.fsimage.INodeSection.INodeFile file = 4;
 FsImageProto.INodeSection.INodeFile FsImageProto.INodeSection.INode.Builder.getFile()
          optional .hadoop.hdfs.fsimage.INodeSection.INodeFile file = 4;
 FsImageProto.INodeSection.INodeFile FsImageProto.SnapshotDiffSection.FileDiffOrBuilder.getSnapshotCopy()
          optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
 FsImageProto.INodeSection.INodeFile FsImageProto.SnapshotDiffSection.FileDiff.getSnapshotCopy()
          optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
 FsImageProto.INodeSection.INodeFile FsImageProto.SnapshotDiffSection.FileDiff.Builder.getSnapshotCopy()
          optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
static FsImageProto.INodeSection.INodeFile FsImageProto.INodeSection.INodeFile.parseDelimitedFrom(InputStream input)
           
static FsImageProto.INodeSection.INodeFile FsImageProto.INodeSection.INodeFile.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static FsImageProto.INodeSection.INodeFile FsImageProto.INodeSection.INodeFile.parseFrom(byte[] data)
           
static FsImageProto.INodeSection.INodeFile FsImageProto.INodeSection.INodeFile.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static FsImageProto.INodeSection.INodeFile FsImageProto.INodeSection.INodeFile.parseFrom(com.google.protobuf.ByteString data)
           
static FsImageProto.INodeSection.INodeFile FsImageProto.INodeSection.INodeFile.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static FsImageProto.INodeSection.INodeFile FsImageProto.INodeSection.INodeFile.parseFrom(com.google.protobuf.CodedInputStream input)
           
static FsImageProto.INodeSection.INodeFile FsImageProto.INodeSection.INodeFile.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static FsImageProto.INodeSection.INodeFile FsImageProto.INodeSection.INodeFile.parseFrom(InputStream input)
           
static FsImageProto.INodeSection.INodeFile FsImageProto.INodeSection.INodeFile.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.INodeFile
 com.google.protobuf.Parser<FsImageProto.INodeSection.INodeFile> FsImageProto.INodeSection.INodeFile.getParserForType()
           
 

Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type FsImageProto.INodeSection.INodeFile
 FsImageProto.INodeSection.INode.Builder FsImageProto.INodeSection.INode.Builder.mergeFile(FsImageProto.INodeSection.INodeFile value)
          optional .hadoop.hdfs.fsimage.INodeSection.INodeFile file = 4;
 FsImageProto.INodeSection.INodeFile.Builder FsImageProto.INodeSection.INodeFile.Builder.mergeFrom(FsImageProto.INodeSection.INodeFile other)
           
 FsImageProto.SnapshotDiffSection.FileDiff.Builder FsImageProto.SnapshotDiffSection.FileDiff.Builder.mergeSnapshotCopy(FsImageProto.INodeSection.INodeFile value)
          optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
static FsImageProto.INodeSection.INodeFile.Builder FsImageProto.INodeSection.INodeFile.newBuilder(FsImageProto.INodeSection.INodeFile prototype)
           
 FsImageProto.INodeSection.INode.Builder FsImageProto.INodeSection.INode.Builder.setFile(FsImageProto.INodeSection.INodeFile value)
          optional .hadoop.hdfs.fsimage.INodeSection.INodeFile file = 4;
 FsImageProto.SnapshotDiffSection.FileDiff.Builder FsImageProto.SnapshotDiffSection.FileDiff.Builder.setSnapshotCopy(FsImageProto.INodeSection.INodeFile value)
          optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.