com.endeca.BulkLoad
Interface FinishedCallback


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

handleFinish

void handleFinish()
Called when the server reports that it has finished with the ingestion; no further records will be accepted without calling 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.