public class DemotedBroker
extends Object
-
Constructor Summary
Constructors
-
Method Summary
int
The brokerId to change leadership priority on.
The list of reasons that this broker is currently demoted for.
-
Constructor Details
-
DemotedBroker
public DemotedBroker(int brokerId,
List<String> reasons)
-
Method Details
-
brokerId
public int brokerId()
The brokerId to change leadership priority on.
-
reasons
The list of reasons that this broker is currently demoted for.
-