Uses of Class
org.nuxeo.lib.stream.tools.command.Command
Packages that use Command
Package
Description
Some tools for debugging on existing Log and Computations
-
Uses of Command in org.nuxeo.lib.stream.tools
Fields in org.nuxeo.lib.stream.tools with type parameters of type CommandMethods in org.nuxeo.lib.stream.tools that return CommandMethods in org.nuxeo.lib.stream.tools that return types with arguments of type CommandMethods in org.nuxeo.lib.stream.tools with parameters of type CommandModifier and TypeMethodDescriptionprotected 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.commandModifier and TypeClassDescriptionclass
Appends records from a dump file into an a Log partition.class
Output records to stdout.class
Copy a Log to anotherclass
Monitors consumer latencies to Datadog.class
Dump records from a Log into an Avro file.class
class
Display the current lags of consumers.class
Display the current latencies of consumers.class
Monitors consumer latencies to graphiteclass
Manipulates the consumer position to the beginning, end or a specific timestampclass
Restore consumer positions using the latency tracker Log.class
Output the last records on a Log.class
class
Track consumer positions so they can be restored in case of fail-overclass
Output information of Work in a StreamWorkManager Queue.Methods in org.nuxeo.lib.stream.tools.command with parameters of type Command