Class LagCommand


  • public class LagCommand
    extends Command
    Display the current lags of consumers.
    Since:
    9.3
    • Constructor Detail

      • LagCommand

        public LagCommand()
    • Method Detail

      • updateOptions

        public void updateOptions​(org.apache.commons.cli.Options options)
        Specified by:
        updateOptions in class Command
      • run

        public boolean run​(LogManager manager,
                           org.apache.commons.cli.CommandLine cmd)
        Specified by:
        run in class Command
      • lag

        protected void lag​(LogManager manager)
      • renderLag

        protected void renderLag​(Name group,
                                 List<LogLag> lags)