Class BeginShutdownControllerStatus

java.lang.Object
io.confluent.rest.BeginShutdownControllerStatus

public class BeginShutdownControllerStatus extends Object
  • Constructor Details

    • BeginShutdownControllerStatus

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

    • rollable

      public boolean rollable()
      Whether this controller is rollable right now or not based on the quorum status (i.e. is it full or not).
    • reason

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