com.bigdata.rdf.load
Class LoadStatementBufferFactory<S extends Statement>

java.lang.Object
  extended by 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

Constructor Summary
LoadStatementBufferFactory(AbstractTripleStore db, int bufferCapacity)
           
 
Method Summary
 StatementBuffer<S> newStatementBuffer()
          Return the StatementBuffer to be used for a task.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadStatementBufferFactory

public LoadStatementBufferFactory(AbstractTripleStore db,
                                  int bufferCapacity)
Parameters:
db -
bufferCapacity -
Method Detail

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.