com.bigdata.rdf.load
Interface IStatementBufferFactory<S extends Statement>

All Known Subinterfaces:
IAsynchronousWriteStatementBufferFactory<S>
All Known Implementing Classes:
AsynchronousStatementBufferFactory, LoadStatementBufferFactory, VerifyStatementBufferFactory

public interface IStatementBufferFactory<S extends Statement>

A factory for StatementBuffers.

Version:
$Id: IStatementBufferFactory.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson

Method Summary
 IStatementBuffer<S> newStatementBuffer()
          Return the StatementBuffer to be used for a task (some factories will recycle statement buffers, but that is not necessary or implied).
 

Method Detail

newStatementBuffer

IStatementBuffer<S> newStatementBuffer()
Return the StatementBuffer to be used for a task (some factories will recycle statement buffers, but that is not necessary or implied).



Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.