Class CamelRouteStatus

java.lang.Object
org.apache.camel.dsl.jbang.core.commands.CamelCommand
org.apache.camel.dsl.jbang.core.commands.process.CamelRouteStatus
All Implemented Interfaces:
Callable<Integer>
Direct Known Subclasses:
CamelRouteTop

public class CamelRouteStatus extends CamelCommand
  • Constructor Details

  • Method Details

    • doProcessWatchCall

      public Integer doProcessWatchCall() throws Exception
      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

      protected String getFrom(org.apache.camel.dsl.jbang.core.commands.process.CamelRouteStatus.Row r)
    • 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

      protected String getRemote(org.apache.camel.dsl.jbang.core.commands.process.CamelRouteStatus.Row r)
    • getStatus

      protected String getStatus(org.apache.camel.dsl.jbang.core.commands.process.CamelRouteStatus.Row r)
    • getId

      protected String getId(org.apache.camel.dsl.jbang.core.commands.process.CamelRouteStatus.Row r)
    • getDelta

      protected String getDelta(org.apache.camel.dsl.jbang.core.commands.process.CamelRouteStatus.Row r)
    • doCall

      public Integer doCall() throws Exception
      Specified by:
      doCall in class CamelCommand
      Throws:
      Exception
    • autoClearScreen

      protected void autoClearScreen()
    • clearScreen

      protected void clearScreen()
    • extractSince

      public static long extractSince(ProcessHandle ph)