Class DataAccessPoint

java.lang.Object
org.apache.jena.fuseki.server.DataAccessPoint

public class DataAccessPoint extends Object
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 Details

  • Method Details

    • getName

      public String getName()
    • canonical

      public static String canonical(String datasetPath)
      Canonical name (path) for a dataset. This always starts with "/". It is the name within the Fuseki server, not the servlet context path.
    • isCanonical

      public static boolean isCanonical(String datasetPath)
      Is the name canonical? (starts with "/"). It is the name within the Fuseki server, not the servlet context path.
    • getDataService

      public DataService getDataService()
    • requestCount

      public long requestCount()
    • startRequest

      public void startRequest(HttpAction httpAction)
    • finishRequest

      public void finishRequest(HttpAction httpAction)
    • toString

      public String toString()
      Overrides:
      toString in class Object