|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FinishedCallback
Interface for receiving notification that a BulkIngester ingestion has finished.
| Method Summary | |
|---|---|
void |
handleFinish()
Called when the server reports that it has finished with the ingestion; no further records will be accepted without calling begin again. |
| Method Detail |
|---|
void handleFinish()
begin again. Usually
called in response to endIngest; also called
in response to sendCancel. Will also be called in addition to handleAbort if an
abort condition occurs on the server, but not if it occurs on the
client.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||