Class PinotTableRebalancer


  • public class PinotTableRebalancer
    extends PinotZKChanger
    Helper class for pinot-admin tool's RebalanceTable command.
    • Constructor Detail

      • PinotTableRebalancer

        public PinotTableRebalancer​(String zkAddress,
                                    String clusterName,
                                    boolean dryRun,
                                    boolean reassignInstances,
                                    boolean includeConsuming,
                                    boolean bootstrap,
                                    boolean downtime,
                                    int minReplicasToKeepUpForNoDowntime,
                                    boolean bestEffort)