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