Uses of Interface
org.eclipse.rdf4j.sail.extensiblestore.DataStructureInterface
-
Packages that use DataStructureInterface Package Description org.eclipse.rdf4j.sail.extensiblestore Elasticsearch store for string triplesorg.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics -
-
Uses of DataStructureInterface in org.eclipse.rdf4j.sail.extensiblestore
Classes in org.eclipse.rdf4j.sail.extensiblestore with type parameters of type DataStructureInterface Modifier and Type Class Description class
ExtensibleStore<T extends DataStructureInterface,N extends NamespaceStoreInterface>
A store where the backing storage can be implemented by the user.Classes in org.eclipse.rdf4j.sail.extensiblestore that implement DataStructureInterface Modifier and Type Class Description class
EagerReadCache
A read cache that keeps a hot copy of the underlying data structureclass
LazyReadCache
Fields in org.eclipse.rdf4j.sail.extensiblestore declared as DataStructureInterface Modifier and Type Field Description protected T
ExtensibleStore. dataStructure
Constructors in org.eclipse.rdf4j.sail.extensiblestore with parameters of type DataStructureInterface Constructor Description EagerReadCache(DataStructureInterface delegate)
ExtensibleSailStore(DataStructureInterface dataStructure, NamespaceStoreInterface namespaceStore, EvaluationStatisticsEnum evaluationStatisticsEnum, ExtensibleStatementHelper extensibleStatementHelper)
LazyReadCache(DataStructureInterface delegate)
-
Uses of DataStructureInterface in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics
Classes in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics that implement DataStructureInterface Modifier and Type Class Description class
EvaluationStatisticsWrapper
A wrapper around a data structure to support evaluation statistics that need to be notified of added or removed statements.Constructors in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics with parameters of type DataStructureInterface Constructor Description EvaluationStatisticsWrapper(DataStructureInterface delegate, DynamicStatistics dynamicStatistics)
-