Class LagCommand
java.lang.Object
org.nuxeo.lib.stream.tools.command.Command
org.nuxeo.lib.stream.tools.command.LagCommand
Display the current lags of consumers.
- Since:
- 9.3
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
lag
(LogManager manager) protected void
lag
(LogManager manager, Name name) name()
protected void
boolean
run
(LogManager manager, org.apache.commons.cli.CommandLine cmd) void
updateOptions
(org.apache.commons.cli.Options options) Methods inherited from class org.nuxeo.lib.stream.tools.command.Command
getRecordCodec, getRecordRenderer
-
Field Details
-
NAME
- See Also:
-
verbose
protected boolean verbose -
quiet
protected boolean quiet
-
-
Constructor Details
-
LagCommand
public LagCommand()
-
-
Method Details