| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.mapreduce | Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods. | 
| Modifier and Type | Field and Description | 
|---|---|
| (package private) static TableSplit.Version[] | TableSplit.Version. byCode | 
| private static TableSplit.Version | TableSplit. VERSION | 
| Modifier and Type | Method and Description | 
|---|---|
| (package private) static TableSplit.Version | TableSplit.Version. fromCode(int code) | 
| static TableSplit.Version | TableSplit.Version. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static TableSplit.Version[] | TableSplit.Version. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| (package private) boolean | TableSplit.Version. atLeast(TableSplit.Version other) | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.