Uses of Enum Class
org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Type
Packages that use FsImageProto.INodeSection.INode.Type
-
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.TypeModifier and TypeMethodDescriptionFsImageProto.INodeSection.INode.Type.forNumber(int value) FsImageProto.INodeSection.INode.Builder.getType()required .hadoop.hdfs.fsimage.INodeSection.INode.Type type = 1;FsImageProto.INodeSection.INode.getType()required .hadoop.hdfs.fsimage.INodeSection.INode.Type type = 1;FsImageProto.INodeSection.INodeOrBuilder.getType()required .hadoop.hdfs.fsimage.INodeSection.INode.Type type = 1;FsImageProto.INodeSection.INode.Type.valueOf(int value) Deprecated.Returns the enum constant of this class with the specified name.FsImageProto.INodeSection.INode.Type.valueOf(org.apache.hadoop.thirdparty.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static FsImageProto.INodeSection.INode.Type[]FsImageProto.INodeSection.INode.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hdfs.server.namenode that return types with arguments of type FsImageProto.INodeSection.INode.TypeModifier and TypeMethodDescriptionstatic org.apache.hadoop.thirdparty.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.TypeModifier and TypeMethodDescriptionFsImageProto.INodeSection.INode.Builder.setType(FsImageProto.INodeSection.INode.Type value) required .hadoop.hdfs.fsimage.INodeSection.INode.Type type = 1;