Class | Description |
---|---|
SbcAbstractBrokerAdditionEvent |
An SbcEvent that is generated whenever brokers join the Kafka cluster, and
may need to be added.
|
SbcAbstractScheduleBrokerRemovalEvent |
An SbcEvent that is generated whenever an explicit user request to remove brokers from the cluster is processed.
|
SbcAbstractScheduleBrokerRemovalEvent.EligibleBrokers | |
SbcAbstractStartupEvent |
An SbcEvent generated whene it is time to start SBC up.
|
SbcAlteredExclusionsEvent |
An event that is generated wheneven SBC is notified that replica exclusions are altered.
|
SbcBalancerStatusEvent | |
SbcBrokerFailureEvent |
An SbcEvent that is generated whenever SBC is notified of brokers that have failed
(left the cluster while still owning partitions).
|
SbcComputeEvenClusterLoadPlanEvent |
An SBC event that asks SBC to compute an even cluster load plan.
|
SbcConfigUpdateEvent |
A sub-event of
SbcMetadataUpdateEvent , containing a config delta update to be applied to SBC. |
SbcEvenLoadStatusEvent | |
SbcEvent |
An abstract event that can be submitted to the SbcEventQueue.
|
SbcEvent.SbcEventHandlerResult |
A simple class to represent the success/failure of event handlers.
|
SbcEventQueue |
The basic SBC Event Queue.
|
SbcInternalEvent |
An extension of SbcEvent that is intended for use by internal events that don't
need to respond to clients and so don't need to implement the
SbcEvent.respondToClient(ApiError, SbcEventHandlerResult) } method. |
SbcKraftBrokerAdditionEvent | |
SbcKRaftScheduleBrokerRemovalEvent | |
SbcKraftStartupEvent |
The startup event for KRaft clusters.
|
SbcLeaderUpdateEvent | |
SbcListBrokerAdditionsEvent | |
SbcListBrokerAdditionsEvent.SbcListBrokerAdditionsEventResult | |
SbcListBrokerRemovalsEvent | |
SbcMetadataUpdateEvent |
An SbcEvent generated whenever a KRaft Metadata Update arrives.
|
SbcResignationEvent |
The SbcEvent implementing resignation of the SBC component.
|
SbcShutdownEvent |
The SbcEvent to handle complete shutdown of SBC (called when the hosting broker is shutdown).
|
SbcTriggerEvenClusterLoadEvent | |
SbcZkBrokerAdditionEvent | |
SbcZkBrokerHealthChangeEvent |
An SbcEvent generated whenever there is a broker health change
(some brokers become less-preferred leaders).
|
SbcZkConfigUpdateEvent |
A ZK-only SbcEvent that is generated whenever the broker's KafkaConfig changes.
|
SbcZkScheduleBrokerRemovalEvent | |
SbcZkStartupEvent |
The SBC startup event for ZooKeeper-based clusters.
|