Interface RDFStatementHandler


  • public interface RDFStatementHandler
    Handler for statements created by the stream loader. This class is meant to decouple streams and statement handlers and can be used to handle statements generated by different streams. Concurrent parsing of streams and management of threads are handled by the stream processor. To increase concurrency performance, statements are passed to the handler in bulk rather than one by one.
    Since:
    2.0.1
    Version:
    6.0
    Author:
    Evren Sirin