java.lang.Object
org.apache.camel.dsl.jbang.core.commands.CamelCommand
org.apache.camel.dsl.jbang.core.commands.process.ListHealth
All Implemented Interfaces:
Callable<Integer>

public class ListHealth extends CamelCommand
  • Constructor Details

  • Method Details

    • doProcessWatchCall

      public Integer doProcessWatchCall() throws Exception
      Throws:
      Exception
    • sortRow

      protected int sortRow(org.apache.camel.dsl.jbang.core.commands.process.ListHealth.Row o1, org.apache.camel.dsl.jbang.core.commands.process.ListHealth.Row o2)
    • getId

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

      protected String getLR(org.apache.camel.dsl.jbang.core.commands.process.ListHealth.Row r)
    • getRate

      protected String getRate(org.apache.camel.dsl.jbang.core.commands.process.ListHealth.Row r)
    • getSince

      protected String getSince(org.apache.camel.dsl.jbang.core.commands.process.ListHealth.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)