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