com.bigdata.rdf.load
Class VerifyStatementBufferFactory

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

Field Summary
 AtomicLong nterms
           
 AtomicLong ntermsNotFound
           
 AtomicLong ntriples
           
 AtomicLong ntriplesNotFound
           
 
Constructor Summary
VerifyStatementBufferFactory(AbstractTripleStore db, int bufferCapacity)
           
 
Method Summary
 StatementBuffer 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
 

Field Detail

nterms

public final AtomicLong nterms

ntermsNotFound

public final AtomicLong ntermsNotFound

ntriples

public final AtomicLong ntriples

ntriplesNotFound

public final AtomicLong ntriplesNotFound
Constructor Detail

VerifyStatementBufferFactory

public VerifyStatementBufferFactory(AbstractTripleStore db,
                                    int bufferCapacity)
Method Detail

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.