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

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

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

Methods in org.apache.hadoop.hdfs.server.namenode that return FsImageProto.INodeSection.INode.Type
 FsImageProto.INodeSection.INode.Type FsImageProto.INodeSection.INodeOrBuilder.getType()
          required .hadoop.hdfs.fsimage.INodeSection.INode.Type type = 1;
 FsImageProto.INodeSection.INode.Type FsImageProto.INodeSection.INode.getType()
          required .hadoop.hdfs.fsimage.INodeSection.INode.Type type = 1;
 FsImageProto.INodeSection.INode.Type FsImageProto.INodeSection.INode.Builder.getType()
          required .hadoop.hdfs.fsimage.INodeSection.INode.Type type = 1;
static FsImageProto.INodeSection.INode.Type FsImageProto.INodeSection.INode.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static FsImageProto.INodeSection.INode.Type FsImageProto.INodeSection.INode.Type.valueOf(int value)
           
static FsImageProto.INodeSection.INode.Type FsImageProto.INodeSection.INode.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FsImageProto.INodeSection.INode.Type[] FsImageProto.INodeSection.INode.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hdfs.server.namenode that return types with arguments of type FsImageProto.INodeSection.INode.Type
static com.google.protobuf.Internal.EnumLiteMap<FsImageProto.INodeSection.INode.Type> FsImageProto.INodeSection.INode.Type.internalGetValueMap()
           
 

Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type FsImageProto.INodeSection.INode.Type
 FsImageProto.INodeSection.INode.Builder FsImageProto.INodeSection.INode.Builder.setType(FsImageProto.INodeSection.INode.Type value)
          required .hadoop.hdfs.fsimage.INodeSection.INode.Type type = 1;
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.