public class HBaseTupleDescription
extends java.lang.Object
InputData
for usage of HBaseColumnDescriptor.
This class also loads lookup table sent (optionally) by the fragmenter.
| Constructor and Description |
|---|
HBaseTupleDescription(InputData conf)
Constructs tuple description of the HBase table.
|
| Modifier and Type | Method and Description |
|---|---|
int |
columns()
Returns the number of fields.
|
HBaseColumnDescriptor |
getColumn(int index)
Returns the column description of index column.
|
public HBaseTupleDescription(InputData conf)
conf - data containing table tuple descriptionpublic int columns()
public HBaseColumnDescriptor getColumn(int index)
index - column index to be returned