|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AsyncDataReceiver
NTable has a get() method which allows applications to asynchronously receive data. The result of retrieval is returned through DataReceiver specified in the parameter.
| Method Summary | |
|---|---|
void |
error(Row.Key rowKey,
java.lang.Exception exception)
Called when received exception |
void |
receive(Row.Key rowKey,
Row row)
Called when single Row fetched. |
void |
timeout()
Called when timed out |
| Method Detail |
|---|
void receive(Row.Key rowKey,
Row row)
throws java.io.IOException
rowKey - row -
java.io.IOException
void error(Row.Key rowKey,
java.lang.Exception exception)
rowKey - exception - void timeout()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||