Interface | Description |
---|---|
ReplicaMovementStrategy |
Class | Description |
---|---|
AbstractReplicaMovementStrategy |
An abstract class for replica movement strategy.
|
BaseReplicaMovementStrategy |
The basic replica movement strategy, which determines the tasks' execution order based on their task id.
|
PostponeUrpReplicaMovementStrategy |
The strategy, which tries to first move replicas of partitions which currently are not under replicated.
|
PrioritizeLargeReplicaMovementStrategy |
The strategy, which tries to first move replicas of larger size partitions.
|
PrioritizeSmallReplicaMovementStrategy |
The strategy, which tries to first move replicas of small size partitions.
|