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 voidFusekiConfig.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 voidJsonDescription.arrayDatasets(org.apache.jena.atlas.json.JsonBuilder builder, DataAccessPointRegistry registry) static org.apache.jena.atlas.json.JsonObjectActionStats.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 TypeMethodDescriptiondefault voidMetricsProvider.dataAccessPointMetrics(MetricsProvider metricsProvider, DataAccessPointRegistry dapRegistry) Bind each data access point in a DataAccessPointRegistry to the system MicrometerMeterRegistry. -
Uses of DataAccessPointRegistry in org.apache.jena.fuseki.server
Methods in org.apache.jena.fuseki.server that return DataAccessPointRegistryModifier and TypeMethodDescriptionstatic DataAccessPointRegistryDataAccessPointRegistry.get(jakarta.servlet.ServletContext cxt) The server DataAccessPointRegistry is held in the ServletContext.Methods in org.apache.jena.fuseki.server with parameters of type DataAccessPointRegistryModifier and TypeMethodDescriptionstatic voidFusekiCoreInfo.logDataAccessPointRegistry(org.slf4j.Logger log, DataAccessPointRegistry dapRegistry, boolean longForm) Log aDataAccessPointRegistrystatic voidFusekiCoreInfo.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 voidDataAccessPointRegistry.set(jakarta.servlet.ServletContext cxt, DataAccessPointRegistry registry) Set or change theDataAccessPointRegistry.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 theDataAccessPointRegistryfor this action.Methods in org.apache.jena.fuseki.servlets with parameters of type DataAccessPointRegistryModifier and TypeMethodDescriptionstatic StringActionLib.unused_mapRequestToDatasetLongest(String uri, DataAccessPointRegistry registry) Implementation of mapRequestToDataset(String) that looks for the longest match in the registry.