Uses of Enum Class
org.apache.hadoop.hbase.regionserver.DataTieringType
Packages that use DataTieringType
-
Uses of DataTieringType in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as DataTieringTypeModifier and TypeFieldDescriptionstatic final DataTieringTypeDataTieringManager.DEFAULT_DATATIERINGMethods in org.apache.hadoop.hbase.regionserver that return DataTieringTypeModifier and TypeMethodDescriptionprivate DataTieringTypeDataTieringManager.getDataTieringType(org.apache.hadoop.conf.Configuration conf) static DataTieringTypeReturns the enum constant of this class with the specified name.static DataTieringType[]DataTieringType.values()Returns an array containing the constants of this enum class, in the order they are declared.