com.bigdata.rdf.load
Class VerifyStatementBufferFactory
java.lang.Object
com.bigdata.rdf.load.VerifyStatementBufferFactory
- All Implemented Interfaces:
- IStatementBufferFactory
public class VerifyStatementBufferFactory
- extends Object
- implements IStatementBufferFactory
- Version:
- $Id: VerifyStatementBufferFactory.java 2265 2009-10-26 12:51:06Z thompsonbry $
- Author:
- Bryan Thompson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nterms
public final AtomicLong nterms
ntermsNotFound
public final AtomicLong ntermsNotFound
ntriples
public final AtomicLong ntriples
ntriplesNotFound
public final AtomicLong ntriplesNotFound
VerifyStatementBufferFactory
public VerifyStatementBufferFactory(AbstractTripleStore db,
int bufferCapacity)
newStatementBuffer
public StatementBuffer newStatementBuffer()
- Return the
StatementBuffer to be used for a task.
- Specified by:
newStatementBuffer in interface IStatementBufferFactory
Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.