Class WorkCatCommand
- java.lang.Object
-
- org.nuxeo.lib.stream.tools.command.Command
-
- org.nuxeo.lib.stream.tools.command.WorkCatCommand
-
public class WorkCatCommand extends Command
Output information of Work in a StreamWorkManager Queue.- Since:
- 11.5
-
-
Constructor Summary
Constructors Constructor Description WorkCatCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static String
deserialize(byte[] data)
String
name()
boolean
run(LogManager manager, org.apache.commons.cli.CommandLine cmd)
void
updateOptions(org.apache.commons.cli.Options options)
protected void
workStat(LogManager manager, Name name, Name group, int limit, String codec)
-
Methods inherited from class org.nuxeo.lib.stream.tools.command.Command
getRecordCodec, getRecordRenderer
-
-
-
-
Field Detail
-
NAME
protected static final String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
updateOptions
public void updateOptions(org.apache.commons.cli.Options options)
- Specified by:
updateOptions
in classCommand
-
run
public boolean run(LogManager manager, org.apache.commons.cli.CommandLine cmd) throws InterruptedException
- Specified by:
run
in classCommand
- Throws:
InterruptedException
-
workStat
protected void workStat(LogManager manager, Name name, Name group, int limit, String codec) throws InterruptedException
- Throws:
InterruptedException
-
deserialize
public static String deserialize(byte[] data)
-
-