Uses of Class
org.apache.hadoop.hbase.util.Triple
Package
Description
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
-
Uses of org.apache.hadoop.hbase.util.Triple in org.apache.hadoop.hbase.mapreduce
Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.util.Triple<org.apache.hadoop.hbase.TableName,
org.apache.hadoop.hbase.client.Scan, org.apache.hadoop.fs.Path> ExportUtils.getArgumentsFromCommandLine
(org.apache.hadoop.conf.Configuration conf, String[] args) -
Uses of org.apache.hadoop.hbase.util.Triple in org.apache.hadoop.hbase.util
Modifier and TypeMethodDescriptionstatic <A,
B, C> org.apache.hadoop.hbase.util.Triple<A, B, C> Triple.create
(A first, B second, C third)