java.lang.Object
org.apache.jena.fuseki.mod.system.FMod_Stats
- All Implemented Interfaces:
FusekiActionCycle,FusekiBuildCycle,FusekiModule,FusekiServerArgsHandler,FusekiStartStop
Enable the
/$/stats endpoint via the command line.
(May be disabled from a Fuseki server builder.)-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FusekiModulecreate()voidserverArgsModify(org.apache.jena.cmd.CmdGeneral fusekiCmd, ServerArgs serverArgs) Called after the standard Fuseki main arguments have been added and before argument processing of the command line.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.fuseki.main.sys.FusekiModule
configDataAccessPoint, configured, name, prepare, server, serverAfterStarting, serverArgsBuilder, serverArgsPrepare, serverBeforeStarting, serverConfirmReload, serverReload, serverStopped
-
Constructor Details
-
FMod_Stats
public FMod_Stats()
-
-
Method Details
-
create
-
serverArgsModify
Description copied from interface:FusekiModuleCalled 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 viaCmdLineArgs.addArg(String, String)andCmdGeneral.addModule(org.apache.jena.cmd.ArgModuleGeneral).This method can throw
CmdExceptionto indicate errors. This will cause a error message to be printed, without the stack trace. The server construction is aborted.- Specified by:
serverArgsModifyin interfaceFusekiModule- Specified by:
serverArgsModifyin interfaceFusekiServerArgsHandler- Parameters:
fusekiCmd- Fuseki Main command line argumentsserverArgs- Initial setting before command line processing.
-