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. commandMapMethods in org.nuxeo.lib.stream.tools that return Command Modifier and Type Method Description protected CommandMain. 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 voidMain. 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 classAppendCommandAppends records from a dump file into an a Log partition.classCatCommandOutput records to stdout.classCopyCommandCopy a Log to anotherclassDatadogCommandMonitors consumer latencies to Datadog.classDumpCommandDump records from a Log into an Avro file.classHelpCommandclassLagCommandDisplay the current lags of consumers.classLatencyCommandDisplay the current latencies of consumers.classMonitorCommandMonitors consumer latencies to graphiteclassPositionCommandManipulates the consumer position to the beginning, end or a specific timestampclassRestoreCommandRestore consumer positions using the latency tracker Log.classTailCommandOutput the last records on a Log.classTestCommandclassTrackerCommandTrack consumer positions so they can be restored in case of fail-overclassWorkCatCommandOutput 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 voidHelpCommand. displayHelp(Command command)
-