org.trippi
Interface FlushErrorHandler


public interface FlushErrorHandler

Handles TripleUpdate buffer flushing errors encountered by a TriplestoreWriter.

Author:
cwilper@cs.cornell.edu

Method Summary
 void handleFlushError(java.util.List failedUpdates, TrippiException cause)
          Handle the error.
 

Method Detail

handleFlushError

void handleFlushError(java.util.List failedUpdates,
                      TrippiException cause)
Handle the error. The List contains TripleUpdate objects that were being flushed at the time of the failure.