java.lang.Object
org.apache.jena.fuseki.server.DataAccessPoint
A pairing of name and
DataService
, a dataset and its endpoints (which may
in turn be named), in the URL space of the server-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Canonical name (path) for a dataset.void
finishRequest
(HttpAction httpAction) getName()
static boolean
isCanonical
(String datasetPath) Is the name canonical?long
void
startRequest
(HttpAction httpAction) toString()
-
Constructor Details
-
DataAccessPoint
-
-
Method Details
-
getName
-
canonical
Canonical name (path) for a dataset. This always starts with "/". It is the name within the Fuseki server, not the servlet context path. -
isCanonical
Is the name canonical? (starts with "/"). It is the name within the Fuseki server, not the servlet context path. -
getDataService
-
requestCount
public long requestCount() -
startRequest
-
finishRequest
-
toString
-