Uses of Class
org.apache.jena.fuseki.server.DataAccessPointRegistry
Packages that use DataAccessPointRegistry
Package
Description
-
Uses of DataAccessPointRegistry in org.apache.jena.fuseki.build
Methods in org.apache.jena.fuseki.build with parameters of type DataAccessPointRegistryModifier and TypeMethodDescriptionstatic void
FusekiConfig.addDataService
(DataAccessPointRegistry dataAccessPoints, String name, DataService dataService) static void
FusekiConfig.addDataset
(DataAccessPointRegistry dataAccessPoints, String name, DatasetGraph dsg, boolean withUpdate) static void
FusekiConfig.removeDataset
(DataAccessPointRegistry dataAccessPoints, String name) -
Uses of DataAccessPointRegistry in org.apache.jena.fuseki.ctl
Methods in org.apache.jena.fuseki.ctl with parameters of type DataAccessPointRegistryModifier and TypeMethodDescriptionstatic void
JsonDescription.arrayDatasets
(JsonBuilder builder, DataAccessPointRegistry registry) static JsonObject
ActionStats.generateStats
(DataAccessPointRegistry registry) -
Uses of DataAccessPointRegistry in org.apache.jena.fuseki.metrics
Methods in org.apache.jena.fuseki.metrics with parameters of type DataAccessPointRegistryModifier and TypeMethodDescriptionstatic void
MetricsProviderRegistry.bindPrometheus
(DataAccessPointRegistry dapRegistry) Bind each data access point in a DataAccessPointRegistry to Prometheus. -
Uses of DataAccessPointRegistry in org.apache.jena.fuseki.server
Methods in org.apache.jena.fuseki.server that return DataAccessPointRegistryModifier and TypeMethodDescriptionstatic DataAccessPointRegistry
DataAccessPointRegistry.get
(javax.servlet.ServletContext cxt) Methods in org.apache.jena.fuseki.server with parameters of type DataAccessPointRegistryModifier and TypeMethodDescriptionstatic void
FusekiCoreInfo.logDataAccessPointRegistry
(org.slf4j.Logger log, DataAccessPointRegistry dapRegistry, boolean longForm) Log aDataAccessPointRegistry
static void
FusekiCoreInfo.logServerCmdSetup
(org.slf4j.Logger log, boolean verbose, DataAccessPointRegistry dapRegistry, String datasetPath, String datasetDescription, String serverConfigFile, String staticFiles) Log details - this function is about command line detailsstatic void
DataAccessPointRegistry.set
(javax.servlet.ServletContext cxt, DataAccessPointRegistry registry) Constructors in org.apache.jena.fuseki.server with parameters of type DataAccessPointRegistry -
Uses of DataAccessPointRegistry in org.apache.jena.fuseki.servlets
Methods in org.apache.jena.fuseki.servlets that return DataAccessPointRegistryModifier and TypeMethodDescriptionHttpAction.getDataAccessPointRegistry()
Get theDataAccessPointRegistry
for this action.Methods in org.apache.jena.fuseki.servlets with parameters of type DataAccessPointRegistryModifier and TypeMethodDescriptionstatic String
ActionLib.unused_mapRequestToDatasetLongest
(String uri, DataAccessPointRegistry registry) Implementation of mapRequestToDataset(String) that looks for the longest match in the registry.