| Package | Description |
|---|---|
| org.apache.hadoop.zebra.io |
Physical I/O management of Hadoop Zebra Tables.
|
| org.apache.hadoop.zebra.mapred |
Providing
InputFormat and
OutputFormat adaptor classes for Hadoop
Zebra Table. |
| org.apache.hadoop.zebra.mapreduce |
Providing
InputFormat and
OutputFormat adaptor classes for Hadoop
Zebra Table. |
| org.apache.hadoop.zebra.types |
Data types being shared between the io and mapred packages.
|
| Modifier and Type | Method and Description |
|---|---|
SortInfo |
BasicTable.Reader.getSortInfo() |
SortInfo |
BasicTable.Writer.getSortInfo()
Get the list of sorted columns.
|
| Modifier and Type | Method and Description |
|---|---|
static SortInfo |
TableInputFormat.getSortInfo(org.apache.hadoop.mapred.JobConf conf)
Deprecated.
Get the SortInfo object regarding a Zebra table
|
static SortInfo |
BasicTableOutputFormat.getSortInfo(org.apache.hadoop.mapred.JobConf conf)
Deprecated.
Get the SortInfo object
|
| Modifier and Type | Method and Description |
|---|---|
static SortInfo |
TableInputFormat.getSortInfo(org.apache.hadoop.mapreduce.JobContext jobContext)
Get the SortInfo object regarding a Zebra table
|
static SortInfo |
BasicTableOutputFormat.getSortInfo(org.apache.hadoop.mapreduce.JobContext jobContext)
Get the SortInfo object
|
| Modifier and Type | Method and Description |
|---|---|
SortInfo |
Partition.getSortInfo() |
static SortInfo |
SortInfo.parse(String sortStr,
Schema schema,
String comparator)
Build a SortInfo object from sort column names, schema, and comparator
|
Copyright © 2007-2012 The Apache Software Foundation