Class ActionStats

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.apache.jena.fuseki.servlets.ServletProcessor
org.apache.jena.fuseki.ctl.ActionCtl
org.apache.jena.fuseki.ctl.ActionContainerItem
org.apache.jena.fuseki.mod.ui.ActionStats
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable, org.apache.jena.fuseki.servlets.ActionLifecycle, org.apache.jena.fuseki.servlets.ActionProcessor

public class ActionStats extends org.apache.jena.fuseki.ctl.ActionContainerItem
JSON output for stats, than JSON ActionStats. Separate because content negotiation for known JSON may be a simple "Accept: */*}".

   /$/serviceurl -- all datatsets
   /$/serviceurl/name -- one dataset
 
See Also:
  • Field Summary

    Fields inherited from class jakarta.servlet.http.HttpServlet

    LEGACY_DO_HEAD
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.apache.jena.atlas.json.JsonObject
    generateStats(org.apache.jena.fuseki.server.DataAccessPoint access)
     
    static org.apache.jena.atlas.json.JsonObject
    generateStats(org.apache.jena.fuseki.server.DataAccessPointRegistry registry)
     
    void
    validate(org.apache.jena.fuseki.servlets.HttpAction action)
     

    Methods inherited from class org.apache.jena.fuseki.ctl.ActionContainerItem

    execOptions, execute

    Methods inherited from class org.apache.jena.fuseki.ctl.ActionCtl

    getItemDataAccessPoint, getItemDataAccessPoint, getItemDataset, getItemDatasetName, getItemName, process

    Methods inherited from class jakarta.servlet.http.HttpServlet

    init, service

    Methods inherited from class jakarta.servlet.GenericServlet

    destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.jena.fuseki.servlets.ActionProcessor

    execAny, execDelete, execGet, execHead, execPatch, execPost, execPut, execTrace
  • Constructor Details

    • ActionStats

      public ActionStats()
  • Method Details

    • validate

      public void validate(org.apache.jena.fuseki.servlets.HttpAction action)
    • generateStats

      public static org.apache.jena.atlas.json.JsonObject generateStats(org.apache.jena.fuseki.server.DataAccessPointRegistry registry)
    • generateStats

      public static org.apache.jena.atlas.json.JsonObject generateStats(org.apache.jena.fuseki.server.DataAccessPoint access)