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 DataAccessPoint
FusekiConfig.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 DataAccessPoint
FusekiConfig.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 DataAccessPoint
ActionCtl.getItemDataAccessPoint
(HttpAction action) Get the DataAccessPoint corresponding to the item name, or null.static DataAccessPoint
ActionCtl.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 void
JsonDescription.describe
(org.apache.jena.atlas.json.JsonBuilder builder, DataAccessPoint access) static org.apache.jena.atlas.json.JsonObject
ActionStats.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 void
MetricsProvider.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 void
FusekiCoreInfo.logDataAccessPoint
(org.slf4j.Logger log, DataAccessPoint dap) Log aDataAccessPoint
in detailvoid
DataAccessPointRegistry.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 HttpAction
ActionExecLib.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 String
ActionLib.mapRequestToEndpointName
(String uri, DataAccessPoint dataAccessPoint) Calculate the operation, given request URI and data access pointstatic String
ActionLib.mapRequestToEndpointName
(HttpAction action, DataAccessPoint dataAccessPoint) Calculate the operation, given action and data access pointvoid
HttpAction.setRequest
(DataAccessPoint dataAccessPoint, DataService dService) Initialization after action creation, during lifecycle setup.