public abstract class AbstractLocalTripleStore extends AbstractTripleStore
ITripleStore
implementations using local storage.AbstractTripleStore.OptionsDEBUG, INFO, lexiconindexManagerNULLSTR| Modifier | Constructor and Description |
|---|---|
protected |
AbstractLocalTripleStore(IIndexManager indexManager,
String namespace,
Long timestamp,
Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
getLocalBTreeBytesWritten(StringBuilder sb)
Reports the bytes written on each of the
SPORelation indices and
on each of the LexiconRelation indices. |
__tearDownUnitTest, abort, addNamespace, addStatement, addStatement, addStatements, addStatements, addStatements, addStatements, addTerm, addTerms, asStatement, asStatementIterator, asValue, bulkCompleteStatements, bulkCompleteStatements, bulkCompleteStatements, bulkFilterStatements, bulkFilterStatements, clearNamespaces, close, commit, computeClosureForStatementIdentifiers, copyStatements, copyStatements, create, destroy, determineAxiomClass, determineVocabularyClass, dumpStatements, dumpStore, dumpStore, dumpStore, dumpStore, dumpStore, dumpStore, dumpStore, fixPointStatementIdentifiers, getAccessPath, getAccessPath, getAccessPath, getAccessPath, getAccessPath, getAccessPath, getAccessPath, getAccessPath, getAccessPath, getAccessPath, getAccessPath, getAxioms, getBNodeCount, getClosureInstance, getDataLoader, getExplicitStatementCount, getGeoSpatialConfig, getInferenceEngine, getIV, getJustificationCount, getLexiconRelation, getLiteralCount, getMatchProgram, getNamedGraphCount, getNamespace, getNamespaces, getPredicate, getPredicate, getPredicate, getRDRHistoryInstance, getSPOKeyArity, getSPORelation, getStatement, getStatement, getStatement, getStatement, getStatement, getStatementCount, getStatementCount, getStatementCount, getStatementCount, getStatementIdentifiers, getStatements, getStatements, getStatements, getTerm, getTermCount, getURICount, getValueFactory, getVocabulary, hasStatement, hasStatement, hasStatement, hasStatement, init, isAxiom, isBottomUpEvaluation, isConcurrent, isConstrainXXXCShards, isInlineLiterals, isJustify, isOpen, isQuads, isRDRHistory, isStable, isStatementIdentifiers, match, newJoinNexusFactory, newJoinNexusFactory, newJoinNexusFactory, relations, removeNamespace, removeStatements, removeStatements, removeStatements, removeStatements, removeStatements, shutdown, toString, toString, toString, toStringacquireExclusiveLock, assertWritable, getBareProperties, getChunkCapacity, getChunkOfChunksCapacity, getChunkTimeout, getCommitTime, getContainer, getContainerNamespace, getExecutorService, getFullyBufferedReadThreshold, getIndexManager, getMaxParallelSubqueries, getNamespace, getProperties, getProperty, getProperty, getTimestamp, isForceSerialExecution, isReadOnly, toString, unlockclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisReadOnlygetContainerNamespace, getNamespace, getTimestampprotected AbstractLocalTripleStore(IIndexManager indexManager, String namespace, Long timestamp, Properties properties)
indexManager - namespace - timestamp - properties - public StringBuilder getLocalBTreeBytesWritten(StringBuilder sb)
SPORelation indices and
on each of the LexiconRelation indices. These performance data
are not restart safe. However, they are help by a hard reference from the
BTree, and the BTree instances for these indices are held
by hard references from the SPORelation and the
LexiconRelation so the data will remain valid across the life
cycle of a LocalTripleStore instance, e.g., between restarts.sb - The caller's buffer.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.