Uses of Class
org.apache.jena.fuseki.server.DataAccessPoint
Package
Description
-
Uses of DataAccessPoint in org.apache.jena.fuseki.build
Modifier and TypeMethodDescriptionstatic DataAccessPoint
FusekiConfig.buildDataAccessPoint
(org.apache.jena.rdf.model.Resource svc, DatasetDescriptionMap dsDescMap) Build a DataAccessPoint, including DataService, from the description at Resource svcModifier and TypeMethodDescriptionstatic List<DataAccessPoint>
FusekiConfig.processServerConfiguration
(org.apache.jena.rdf.model.Model configuration, org.apache.jena.sparql.util.Context context) Process a configuration file 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.rdf.model.Model model) Find and process datasets and services in a configuration file. -
Uses of DataAccessPoint in org.apache.jena.fuseki.ctl
Modifier 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.Modifier 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
-
Uses of DataAccessPoint in org.apache.jena.fuseki.server
Modifier and TypeMethodDescriptionDataAccessPointRegistry.accessPoints()
Collection of theDataAccessPoints
.Modifier 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
Modifier 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.