public class VerifyStatementBufferFactory extends Object implements IStatementBufferFactory
Modifier and Type | Field and Description |
---|---|
AtomicLong |
nterms |
AtomicLong |
ntermsNotFound |
AtomicLong |
ntriples |
AtomicLong |
ntriplesNotFound |
Constructor and Description |
---|
VerifyStatementBufferFactory(AbstractTripleStore db,
int bufferCapacity) |
Modifier and Type | Method and Description |
---|---|
StatementBuffer |
newStatementBuffer()
Return the
StatementBuffer to be used for a task. |
public final AtomicLong nterms
public final AtomicLong ntermsNotFound
public final AtomicLong ntriples
public final AtomicLong ntriplesNotFound
public VerifyStatementBufferFactory(AbstractTripleStore db, int bufferCapacity)
public StatementBuffer newStatementBuffer()
StatementBuffer
to be used for a task.newStatementBuffer
in interface IStatementBufferFactory
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.