| Package | Description |
|---|---|
| org.apache.hadoop.zebra.io |
Physical I/O management of Hadoop Zebra Tables.
|
| Class and Description |
|---|
| BasicTable.Reader.RangeSplit
A range-based split on the metaReadertable.The content of the split is
implementation-dependent.
|
| BasicTable.Reader.RowSplit
A row-based split on the zebra table;
|
| BasicTableStatus
Status of a BasicTable.
|
| BlockDistribution
Class used to convey the information of how on-disk data that fall in a
specific split are distributed across hosts.
|
| KeyDistribution
Class used to convey the information of how on-disk data are distributed
among key-partitioned buckets.
|
| TableInserter
Inserter interface allows application to to insert a number of rows into
table.
|
| TableScanner
Scanner interface allows application to scan a range of rows of a table.
|
Copyright © 2007-2012 The Apache Software Foundation