Package com.ocient.cli
Class CLIMetrics
java.lang.Object
com.ocient.cli.CLIMetrics
public class CLIMetrics extends Object
-
Method Summary
Modifier and Type Method Description static longgetPID()voidregisterAll()Registers the CLI metrics with the global registryvoidremoveAll()Removes all CLI metrics from the global registry
-
Method Details
-
getPID
public static long getPID() -
registerAll
public void registerAll()Registers the CLI metrics with the global registry -
removeAll
public void removeAll()Removes all CLI metrics from the global registry
-