Class CheckReadyControllerStatus

java.lang.Object
io.confluent.rest.CheckReadyControllerStatus

public class CheckReadyControllerStatus extends Object
  • Constructor Details

    • CheckReadyControllerStatus

      public CheckReadyControllerStatus(boolean ready, String reason)
      Parameters:
      ready - Whether this controller is "ready" right now or not based on the quorum status (i.e. is it caught up or not).
      reason - The required (but potentially blank) reason why we are not ready right now, if that is the case.
  • Method Details

    • ready

      public boolean ready()
      Whether this controller is "ready"" right now or not based on the quorum status (i.e. is it caught up or not).
    • reason

      public String reason()
      The reason why we are not ready right now, if that is the case. Always non-null.