Class CamelRouteStatus
java.lang.Object
org.apache.camel.dsl.jbang.core.commands.CamelCommand
org.apache.camel.dsl.jbang.core.commands.process.CamelRouteStatus
- Direct Known Subclasses:
CamelRouteTop
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.dsl.jbang.core.commands.CamelCommand
CamelCommand.ParameterConsumer<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voiddoCall()static longprotected StringgetCoverage(org.apache.camel.dsl.jbang.core.commands.process.CamelRouteStatus.Row r) protected StringgetDelta(org.apache.camel.dsl.jbang.core.commands.process.CamelRouteStatus.Row r) protected StringgetErrorAgo(org.apache.camel.dsl.jbang.core.commands.process.CamelRouteStatus.Row r) protected StringgetFrom(org.apache.camel.dsl.jbang.core.commands.process.CamelRouteStatus.Row r) protected StringgetId(org.apache.camel.dsl.jbang.core.commands.process.CamelRouteStatus.Row r) protected StringgetRemote(org.apache.camel.dsl.jbang.core.commands.process.CamelRouteStatus.Row r) protected StringgetSinceLast(org.apache.camel.dsl.jbang.core.commands.process.CamelRouteStatus.Row r) protected StringgetStatus(org.apache.camel.dsl.jbang.core.commands.process.CamelRouteStatus.Row r) protected StringgetThroughput(org.apache.camel.dsl.jbang.core.commands.process.CamelRouteStatus.Row r) protected voidprintErrorTable(org.apache.camel.dsl.jbang.core.commands.process.CamelRouteStatus.Row er, boolean remoteVisible) protected voidprintTable(List<org.apache.camel.dsl.jbang.core.commands.process.CamelRouteStatus.Row> rows, boolean remoteVisible) protected intsortRow(org.apache.camel.dsl.jbang.core.commands.process.CamelRouteStatus.Row o1, org.apache.camel.dsl.jbang.core.commands.process.CamelRouteStatus.Row o2) Methods inherited from class org.apache.camel.dsl.jbang.core.commands.CamelCommand
call, configureLoggingOff, disarrangeLogging, getActionFile, getDebugFile, getMain, getOutputFile, getStatusFile, getTraceFile, printConfigurationValues, printer
-
Constructor Details
-
CamelRouteStatus
-
-
Method Details
-
doProcessWatchCall
- Throws:
Exception
-
printTable
protected void printTable(List<org.apache.camel.dsl.jbang.core.commands.process.CamelRouteStatus.Row> rows, boolean remoteVisible) -
printErrorTable
protected void printErrorTable(org.apache.camel.dsl.jbang.core.commands.process.CamelRouteStatus.Row er, boolean remoteVisible) -
sortRow
protected int sortRow(org.apache.camel.dsl.jbang.core.commands.process.CamelRouteStatus.Row o1, org.apache.camel.dsl.jbang.core.commands.process.CamelRouteStatus.Row o2) -
getErrorAgo
protected String getErrorAgo(org.apache.camel.dsl.jbang.core.commands.process.CamelRouteStatus.Row r) -
getFrom
-
getSinceLast
protected String getSinceLast(org.apache.camel.dsl.jbang.core.commands.process.CamelRouteStatus.Row r) -
getThroughput
protected String getThroughput(org.apache.camel.dsl.jbang.core.commands.process.CamelRouteStatus.Row r) -
getCoverage
protected String getCoverage(org.apache.camel.dsl.jbang.core.commands.process.CamelRouteStatus.Row r) -
getRemote
-
getStatus
-
getId
-
getDelta
-
doCall
- Specified by:
doCallin classCamelCommand- Throws:
Exception
-
autoClearScreen
protected void autoClearScreen() -
clearScreen
protected void clearScreen() -
extractSince
-