com.bigdata.rdf.load
Class LoadStatementBufferFactory<S extends Statement>
java.lang.Object
com.bigdata.rdf.load.LoadStatementBufferFactory<S>
- All Implemented Interfaces:
- IStatementBufferFactory<S>
public class LoadStatementBufferFactory<S extends Statement>
- extends Object
- implements IStatementBufferFactory<S>
- Version:
- $Id: LoadStatementBufferFactory.java 2547 2010-03-24 20:44:07Z thompsonbry $
- Author:
- Bryan Thompson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoadStatementBufferFactory
public LoadStatementBufferFactory(AbstractTripleStore db,
int bufferCapacity)
- Parameters:
db - bufferCapacity -
newStatementBuffer
public StatementBuffer<S> newStatementBuffer()
- Return the
StatementBuffer to be used for a task.
- Specified by:
newStatementBuffer in interface IStatementBufferFactory<S extends Statement>
Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.