Package | Description |
---|---|
org.eclipse.rdf4j.sail.extensiblestore |
Elasticsearch store for string triples
|
org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics |
Modifier and Type | Class and Description |
---|---|
class |
ExtensibleStore<T extends DataStructureInterface,N extends NamespaceStoreInterface>
A store where the backing storage can be implemented by the user.
|
Modifier and Type | Class and Description |
---|---|
class |
ReadCache |
Modifier and Type | Field and Description |
---|---|
protected T |
ExtensibleStore.dataStructure |
Constructor and Description |
---|
ExtensibleSailStore(DataStructureInterface dataStructure,
NamespaceStoreInterface namespaceStore,
EvaluationStatisticsEnum evaluationStatisticsEnum,
ExtensibleStatementHelper extensibleStatementHelper) |
ReadCache(DataStructureInterface delegate) |
Modifier and Type | Class and Description |
---|---|
class |
EvaluationStatisticsWrapper
A wrapper around a data structure to support evaluation statistics that need to be notified of added or removed
statements.
|
Constructor and Description |
---|
EvaluationStatisticsWrapper(DataStructureInterface delegate,
DynamicStatistics dynamicStatistics) |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.