Class WorkCatCommand
java.lang.Object
org.nuxeo.lib.stream.tools.command.Command
org.nuxeo.lib.stream.tools.command.WorkCatCommand
Output information of Work in a StreamWorkManager Queue.
- Since:
- 11.5
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringdeserialize(byte[] data) name()booleanrun(LogManager manager, org.apache.commons.cli.CommandLine cmd) voidupdateOptions(org.apache.commons.cli.Options options) protected voidworkStat(LogManager manager, Name name, Name group, int limit, String codec) Methods inherited from class org.nuxeo.lib.stream.tools.command.Command
getRecordCodec, getRecordRenderer
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
WorkCatCommand
public WorkCatCommand()
-
-
Method Details
-
name
-
updateOptions
public void updateOptions(org.apache.commons.cli.Options options) - Specified by:
updateOptionsin classCommand
-
run
public boolean run(LogManager manager, org.apache.commons.cli.CommandLine cmd) throws InterruptedException - Specified by:
runin classCommand- Throws:
InterruptedException
-
workStat
protected void workStat(LogManager manager, Name name, Name group, int limit, String codec) throws InterruptedException - Throws:
InterruptedException
-
deserialize
-