@NotThreadSafe public class ExecutorLeadershipReplicaMovement extends AbstractExecutorReplicaMovement
adminClient, adminUtils, executionTaskManager, LOG, recentlyRemovedBrokers, stopRequested, throttleHelper, uuid
Constructor and Description |
---|
ExecutorLeadershipReplicaMovement(String executionUuid,
ExecutionTaskManager executionTaskManager,
Set<Integer> recentlyRemovedBrokers,
com.linkedin.kafka.cruisecontrol.executor.ReplicationThrottleHelper throttleHelper,
org.apache.kafka.clients.admin.ConfluentAdmin adminClient,
SbkAdminUtils adminUtils,
AtomicBoolean stopRequested) |
Modifier and Type | Method and Description |
---|---|
void |
move(Executor.ExecutionTaskWaiter taskWaiter)
Moves the replicas according to the specific movement
|
maybeReexecuteTasks
public ExecutorLeadershipReplicaMovement(String executionUuid, ExecutionTaskManager executionTaskManager, Set<Integer> recentlyRemovedBrokers, com.linkedin.kafka.cruisecontrol.executor.ReplicationThrottleHelper throttleHelper, org.apache.kafka.clients.admin.ConfluentAdmin adminClient, SbkAdminUtils adminUtils, AtomicBoolean stopRequested)
public void move(Executor.ExecutionTaskWaiter taskWaiter) throws InterruptedException
AbstractExecutorReplicaMovement
move
in class AbstractExecutorReplicaMovement
InterruptedException