|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TableInserter
Inserter interface allows application to to insert a number of rows into table.
| Method Summary | |
|---|---|
Schema |
getSchema()
Get the schema of the underlying table we are writing to. |
void |
insert(org.apache.hadoop.io.BytesWritable key,
Tuple row)
Insert a new row into the table. |
| Methods inherited from interface java.io.Closeable |
|---|
close |
| Method Detail |
|---|
void insert(org.apache.hadoop.io.BytesWritable key,
Tuple row)
throws IOException
key - The row key.row - The row.
IOExceptionSchema getSchema()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||