Uses of Class
org.nuxeo.lib.stream.tools.command.Command
-
Packages that use Command Package Description org.nuxeo.lib.stream.tools Some tools for debugging on existing Log and Computationsorg.nuxeo.lib.stream.tools.command -
-
Uses of Command in org.nuxeo.lib.stream.tools
Fields in org.nuxeo.lib.stream.tools with type parameters of type Command Modifier and Type Field Description protected Map<String,Command>
Main. commandMap
Methods in org.nuxeo.lib.stream.tools that return Command Modifier and Type Method Description protected Command
Main. getCommand()
Methods in org.nuxeo.lib.stream.tools that return types with arguments of type Command Modifier and Type Method Description List<Command>
CommandRegistry. commands()
Methods in org.nuxeo.lib.stream.tools with parameters of type Command Modifier and Type Method Description protected void
Main. createManager(Command cmd, org.apache.commons.cli.CommandLine cmdLine)
-
Uses of Command in org.nuxeo.lib.stream.tools.command
Subclasses of Command in org.nuxeo.lib.stream.tools.command Modifier and Type Class Description class
AppendCommand
Appends records from a dump file into an a Log partition.class
CatCommand
Output records to stdout.class
CopyCommand
Copy a Log to anotherclass
DatadogCommand
Monitors consumer latencies to Datadog.class
DumpCommand
Dump records from a Log into an Avro file.class
HelpCommand
class
LagCommand
Display the current lags of consumers.class
LatencyCommand
Display the current latencies of consumers.class
MonitorCommand
Monitors consumer latencies to graphiteclass
PositionCommand
Manipulates the consumer position to the beginning, end or a specific timestampclass
RestoreCommand
Restore consumer positions using the latency tracker Log.class
TailCommand
Output the last records on a Log.class
TestCommand
class
TrackerCommand
Track consumer positions so they can be restored in case of fail-overclass
WorkCatCommand
Output information of Work in a StreamWorkManager Queue.Methods in org.nuxeo.lib.stream.tools.command with parameters of type Command Modifier and Type Method Description protected void
HelpCommand. displayHelp(Command command)
-