Uses of Enum Class
org.apache.hadoop.hbase.mapreduce.TableSplit.Version
Package
Description
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
-
Uses of TableSplit.Version in org.apache.hadoop.hbase.mapreduce
Modifier and TypeFieldDescription(package private) static final TableSplit.Version[]
TableSplit.Version.byCode
private static final TableSplit.Version
TableSplit.VERSION
Modifier and TypeMethodDescription(package private) static TableSplit.Version
TableSplit.Version.fromCode
(int code) static TableSplit.Version
Returns the enum constant of this class with the specified name.static TableSplit.Version[]
TableSplit.Version.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription(package private) boolean
TableSplit.Version.atLeast
(TableSplit.Version other)