Uses of Interface
org.eclipse.rdf4j.sail.extensiblestore.DataStructureInterface
Packages that use DataStructureInterface
Package
Description
Elasticsearch store for string triples
-
Uses of DataStructureInterface in org.eclipse.rdf4j.sail.extensiblestore
Classes in org.eclipse.rdf4j.sail.extensiblestore with type parameters of type DataStructureInterfaceModifier and TypeClassDescriptionclass
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 DataStructureInterfaceFields in org.eclipse.rdf4j.sail.extensiblestore declared as DataStructureInterfaceConstructors in org.eclipse.rdf4j.sail.extensiblestore with parameters of type DataStructureInterfaceModifierConstructorDescriptionExtensibleSailStore(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 DataStructureInterfaceModifier and TypeClassDescriptionclass
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 DataStructureInterfaceModifierConstructorDescriptionEvaluationStatisticsWrapper(DataStructureInterface delegate, DynamicStatistics dynamicStatistics)