public class StatementWriter extends Object
Constructor and Description |
---|
StatementWriter() |
Modifier and Type | Method and Description |
---|---|
static long |
addStatements(AbstractTripleStore database,
AbstractTripleStore statementStore,
boolean copyOnly,
IElementFilter<ISPO> filter,
IChunkedOrderedIterator<ISPO> itr,
IChangeLog changeLog) |
static long |
removeStatements(AbstractTripleStore database,
IChunkedOrderedIterator<ISPO> itr,
boolean computeClosureForStatementIdentifiers,
IChangeLog changeLog) |
static long |
removeStatements(AbstractTripleStore database,
ISPO[] stmts,
int numStmts,
boolean computeClosureForStatementIdentifiers,
IChangeLog changeLog) |
public static long addStatements(AbstractTripleStore database, AbstractTripleStore statementStore, boolean copyOnly, IElementFilter<ISPO> filter, IChunkedOrderedIterator<ISPO> itr, IChangeLog changeLog)
public static long removeStatements(AbstractTripleStore database, IChunkedOrderedIterator<ISPO> itr, boolean computeClosureForStatementIdentifiers, IChangeLog changeLog)
public static long removeStatements(AbstractTripleStore database, ISPO[] stmts, int numStmts, boolean computeClosureForStatementIdentifiers, IChangeLog changeLog)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.