Uses of Interface
org.eclipse.rdf4j.sail.extensiblestore.valuefactory.ExtensibleStatementHelper
-
Packages that use ExtensibleStatementHelper Package Description org.eclipse.rdf4j.sail.elasticsearchstore Elasticsearch store for string triplesorg.eclipse.rdf4j.sail.extensiblestore Elasticsearch store for string triplesorg.eclipse.rdf4j.sail.extensiblestore.valuefactory -
-
Uses of ExtensibleStatementHelper in org.eclipse.rdf4j.sail.elasticsearchstore
Methods in org.eclipse.rdf4j.sail.elasticsearchstore that return ExtensibleStatementHelper Modifier and Type Method Description ExtensibleStatementHelper
ElasticsearchStore. getExtensibleStatementHelper()
-
Uses of ExtensibleStatementHelper in org.eclipse.rdf4j.sail.extensiblestore
Methods in org.eclipse.rdf4j.sail.extensiblestore that return ExtensibleStatementHelper Modifier and Type Method Description ExtensibleStatementHelper
ExtensibleStore. getExtensibleStatementHelper()
Constructors in org.eclipse.rdf4j.sail.extensiblestore with parameters of type ExtensibleStatementHelper Constructor Description ExtensibleSailStore(DataStructureInterface dataStructure, NamespaceStoreInterface namespaceStore, EvaluationStatisticsEnum evaluationStatisticsEnum, ExtensibleStatementHelper extensibleStatementHelper)
-
Uses of ExtensibleStatementHelper in org.eclipse.rdf4j.sail.extensiblestore.valuefactory
Classes in org.eclipse.rdf4j.sail.extensiblestore.valuefactory that implement ExtensibleStatementHelper Modifier and Type Class Description static class
ExtensibleStatementHelper.DefaultExtensibleStatementHelper
Methods in org.eclipse.rdf4j.sail.extensiblestore.valuefactory that return ExtensibleStatementHelper Modifier and Type Method Description static ExtensibleStatementHelper
ExtensibleStatementHelper. getDefaultImpl()
-