Uses of Class
org.apache.jena.fuseki.server.DataAccessPoint
Packages that use DataAccessPoint
Package
Description
-
Uses of DataAccessPoint in org.apache.jena.fuseki.build
Methods in org.apache.jena.fuseki.build that return DataAccessPointModifier and TypeMethodDescriptionstatic DataAccessPointFusekiConfig.buildDataAccessPoint(org.apache.jena.graph.Graph configuration, org.apache.jena.graph.Node fusekiService, DatasetDescriptionMap dsDescMap) Build a DataAccessPoint, including DataService, from the description at Resource svcstatic DataAccessPointFusekiConfig.buildDataAccessPoint(org.apache.jena.rdf.model.Resource svc, DatasetDescriptionMap dsDescMap) Deprecated.Methods in org.apache.jena.fuseki.build that return types with arguments of type DataAccessPointModifier and TypeMethodDescriptionstatic List<DataAccessPoint>FusekiConfig.processServerConfiguration(org.apache.jena.graph.Graph configuration, org.apache.jena.sparql.util.Context context) Process a configuration and return theDataAccessPoints; set the context provided for server-wide settings.static List<DataAccessPoint>FusekiConfig.processServerConfiguration(org.apache.jena.rdf.model.Model configuration, org.apache.jena.sparql.util.Context context) Process a configuration and return theDataAccessPoints; set the context provided for server-wide settings.static List<DataAccessPoint>FusekiConfig.readConfigurationDirectory(String dir) Read service descriptions in the given directorystatic List<DataAccessPoint>FusekiConfig.servicesAndDatasets(org.apache.jena.graph.Graph graph) Find and process datasets and services in a configuration file.static List<DataAccessPoint>FusekiConfig.servicesAndDatasets(org.apache.jena.rdf.model.Model model) Deprecated. -
Uses of DataAccessPoint in org.apache.jena.fuseki.ctl
Methods in org.apache.jena.fuseki.ctl that return DataAccessPointModifier and TypeMethodDescriptionstatic DataAccessPointActionCtl.getItemDataAccessPoint(HttpAction action) Get the DataAccessPoint corresponding to the item name, or null.static DataAccessPointActionCtl.getItemDataAccessPoint(HttpAction action, String name) Get the DataAccessPoint corresponding to the item name, or null.Methods in org.apache.jena.fuseki.ctl with parameters of type DataAccessPointModifier and TypeMethodDescriptionstatic voidJsonDescription.describe(org.apache.jena.atlas.json.JsonBuilder builder, DataAccessPoint access) static org.apache.jena.atlas.json.JsonObjectActionStats.generateStats(DataAccessPoint access) -
Uses of DataAccessPoint in org.apache.jena.fuseki.metrics
Methods in org.apache.jena.fuseki.metrics with parameters of type DataAccessPointModifier and TypeMethodDescriptiondefault voidMetricsProvider.addDataAccessPointMetrics(DataAccessPoint dataAccessPoint) Constructors in org.apache.jena.fuseki.metrics with parameters of type DataAccessPoint -
Uses of DataAccessPoint in org.apache.jena.fuseki.server
Methods in org.apache.jena.fuseki.server that return DataAccessPointMethods in org.apache.jena.fuseki.server that return types with arguments of type DataAccessPointModifier and TypeMethodDescriptionDataAccessPointRegistry.accessPoints()Collection of theDataAccessPoints.Methods in org.apache.jena.fuseki.server with parameters of type DataAccessPointModifier and TypeMethodDescriptionstatic voidFusekiCoreInfo.logDataAccessPoint(org.slf4j.Logger log, DataAccessPoint dap) Log aDataAccessPointin detailvoidDataAccessPointRegistry.register(DataAccessPoint accessPt) -
Uses of DataAccessPoint in org.apache.jena.fuseki.servlets
Methods in org.apache.jena.fuseki.servlets that return DataAccessPointMethods in org.apache.jena.fuseki.servlets with parameters of type DataAccessPointModifier and TypeMethodDescriptionstatic HttpActionActionExecLib.allocHttpAction(DataAccessPoint dap, org.slf4j.Logger log, ActionCategory category, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Returns a fresh HTTP Action for this request.static StringActionLib.mapRequestToEndpointName(String uri, DataAccessPoint dataAccessPoint) Calculate the operation, given request URI and data access pointstatic StringActionLib.mapRequestToEndpointName(HttpAction action, DataAccessPoint dataAccessPoint) Calculate the operation, given action and data access pointvoidHttpAction.setRequest(DataAccessPoint dataAccessPoint, DataService dService) Initialization after action creation, during lifecycle setup.