public static interface TierReplicaManager.ChangeListener
Modifier and Type | Method and Description |
---|---|
void |
onBecomeFollower(TopicIdPartition topicIdPartition)
Fired when this topic partition becomes follower.
|
void |
onBecomeLeader(TopicIdPartition topicIdPartition,
int leaderEpoch)
Fired when this topic partition becomes leader.
|
void |
onDelete(TopicIdPartition topicIdPartition)
Fired when this topic partition is deleted.
|
void onBecomeLeader(TopicIdPartition topicIdPartition, int leaderEpoch)
void onBecomeFollower(TopicIdPartition topicIdPartition)
void onDelete(TopicIdPartition topicIdPartition)
topicIdPartition
-