Uses of Interface
org.eclipse.rdf4j.sail.extensiblestore.DataStructureInterface
Package
Description
Elasticsearch store for string triples
-
Uses of DataStructureInterface in org.eclipse.rdf4j.sail.extensiblestore
Modifier and TypeClassDescriptionclass
ExtensibleStore<T extends DataStructureInterface,
N extends NamespaceStoreInterface> A store where the backing storage can be implemented by the user.Modifier and TypeClassDescriptionclass
A read cache that keeps a hot copy of the underlying data structureclass
ModifierConstructorDescriptionEagerReadCache
(DataStructureInterface delegate) ExtensibleSailStore
(DataStructureInterface dataStructure, NamespaceStoreInterface namespaceStore, EvaluationStatisticsEnum evaluationStatisticsEnum, ExtensibleStatementHelper extensibleStatementHelper) LazyReadCache
(DataStructureInterface delegate) -
Uses of DataStructureInterface in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics
Modifier and TypeClassDescriptionclass
A wrapper around a data structure to support evaluation statistics that need to be notified of added or removed statements.ModifierConstructorDescriptionEvaluationStatisticsWrapper
(DataStructureInterface delegate, DynamicStatistics dynamicStatistics)