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
ReadCache
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 ExtensibleSailStore(DataStructureInterface dataStructure, NamespaceStoreInterface namespaceStore, EvaluationStatisticsEnum evaluationStatisticsEnum, ExtensibleStatementHelper extensibleStatementHelper)
ReadCache(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)
-