public class BrokerRemovalExclusionCancellationData extends Object
BrokerRemovalCancellationProposal
due to an exclusion request.
This accompanies a single exclusion event (BrokerRemovalStateMachine.BrokerRemovalEvent.EXCLUSION_ADDED
/
BrokerRemovalStateMachine.BrokerRemovalEvent.EXCLUSION_REMOVED
) and so only needs
to refer to exclusion changes of the specified type.Modifier and Type | Field and Description |
---|---|
Set<Integer> |
modifiedExclusions |
org.apache.kafka.clients.admin.ExclusionOp.OpType |
opType |
Constructor and Description |
---|
BrokerRemovalExclusionCancellationData(org.apache.kafka.clients.admin.ExclusionOp.OpType opType,
Set<Integer> exclusions) |