Package org.apache.pinot.tools
Class PinotNumReplicaChanger
- java.lang.Object
-
- org.apache.pinot.tools.PinotZKChanger
-
- org.apache.pinot.tools.PinotNumReplicaChanger
-
public class PinotNumReplicaChanger extends PinotZKChanger
-
-
Field Summary
-
Fields inherited from class org.apache.pinot.tools.PinotZKChanger
_clusterName, _helixAdmin, _helixManager, _propertyStore
-
-
Constructor Summary
Constructors Constructor Description PinotNumReplicaChanger(String zkAddress, String clusterName, boolean dryRun)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchangeNumReplicas(String tableName)static voidmain(String[] args)-
Methods inherited from class org.apache.pinot.tools.PinotZKChanger
getHelixAdmin, getHelixManager, isStable, printSegmentAssignment, waitForStable
-
-