com.endeca.BulkLoad
Interface ErrorCallback


public interface ErrorCallback

Interface for handling error conditions in BulkIngester.


Method Summary
 void handleError(java.lang.String reason, Data.Record reject)
          Called when an error occurs when ingesting records.
 

Method Detail

handleError

void handleError(java.lang.String reason,
                 Data.Record reject)
Called when an error occurs when ingesting records.

Parameters:
reason - String describing the reason the record was rejected.
reject - The record that was rejected by the MDEX server.