public interface TupleLoader
Modifier and Type | Method and Description |
---|---|
void |
close()
This TupleLoader is done with.
|
void |
finish()
Notify the finish of a sequence of rows to load.
|
TableDesc |
getTableDesc()
Get the table description
|
void |
load(Node... row)
Load a row - may not take place immediately
but row object is free for reuse after calling this method.
|
void |
setTableDesc(TableDesc tableDesc)
Set table description
|
void |
start()
Notify the start of a sequence of rows to load
|
void |
unload(Node... row)
Remove a row - may not take place immediately
but row object is free for reuse after calling this method.
|
void setTableDesc(TableDesc tableDesc)
TableDesc getTableDesc()
void start()
void load(Node... row)
row
- void unload(Node... row)
row
- void finish()
void close()
Licenced under the Apache License, Version 2.0