java.lang.Object
org.apache.jena.fuseki.mod.system.FMod_Stats
All Implemented Interfaces:
FusekiActionCycle, FusekiBuildCycle, FusekiModule, FusekiServerArgsHandler, FusekiStartStop

public class FMod_Stats extends Object implements FusekiModule
Enable the /$/stats endpoint via the command line. (May be disabled from a Fuseki server builder.)
  • Constructor Details

    • FMod_Stats

      public FMod_Stats()
  • Method Details

    • create

      public static FusekiModule create()
    • serverArgsModify

      public void serverArgsModify(org.apache.jena.cmd.CmdGeneral fusekiCmd, ServerArgs serverArgs)
      Description copied from interface: FusekiModule
      Called after the standard Fuseki main arguments have been added and before argument processing of the command line. This allows a Fuseki module to add custom arguments via CmdLineArgs.addArg(String, String) and CmdGeneral.addModule(org.apache.jena.cmd.ArgModuleGeneral).

      This method can throw CmdException to indicate errors. This will cause a error message to be printed, without the stack trace. The server construction is aborted.

      Specified by:
      serverArgsModify in interface FusekiModule
      Specified by:
      serverArgsModify in interface FusekiServerArgsHandler
      Parameters:
      fusekiCmd - Fuseki Main command line arguments
      serverArgs - Initial setting before command line processing.