Uses of Enum Class
org.apache.hadoop.hdfs.server.common.HdfsServerConstants.NodeType
Packages that use HdfsServerConstants.NodeType
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of HdfsServerConstants.NodeType in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type HdfsServerConstants.NodeTypeModifier and TypeMethodDescriptionstatic StorageInfoPBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.StorageInfoProto info, HdfsServerConstants.NodeType type) -
Uses of HdfsServerConstants.NodeType in org.apache.hadoop.hdfs.server.common
Fields in org.apache.hadoop.hdfs.server.common declared as HdfsServerConstants.NodeTypeModifier and TypeFieldDescriptionprotected final HdfsServerConstants.NodeTypeStorageInfo.storageTypeMethods in org.apache.hadoop.hdfs.server.common that return HdfsServerConstants.NodeTypeModifier and TypeMethodDescriptionstatic HdfsServerConstants.NodeTypeReturns the enum constant of this class with the specified name.static HdfsServerConstants.NodeType[]HdfsServerConstants.NodeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.hdfs.server.common with parameters of type HdfsServerConstants.NodeTypeModifierConstructorDescriptionprotectedCreate empty storage info of the specified typeStorageInfo(int layoutV, int nsID, String cid, long cT, HdfsServerConstants.NodeType type)