Package io.confluent.rest
Class CheckReadyControllerStatus
java.lang.Object
io.confluent.rest.CheckReadyControllerStatus
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CheckReadyControllerStatus
- 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
The reason why we are not ready right now, if that is the case. Always non-null.
-