Uses of Enum Class
org.apache.hadoop.hbase.mapreduce.TableSplit.Version
Packages that use 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
Fields in org.apache.hadoop.hbase.mapreduce declared as TableSplit.VersionModifier and TypeFieldDescription(package private) static final TableSplit.Version[]
TableSplit.Version.byCode
private static final TableSplit.Version
TableSplit.VERSION
Methods in org.apache.hadoop.hbase.mapreduce that return TableSplit.VersionModifier 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.Methods in org.apache.hadoop.hbase.mapreduce with parameters of type TableSplit.VersionModifier and TypeMethodDescription(package private) boolean
TableSplit.Version.atLeast
(TableSplit.Version other)