Uses of Class
org.apache.pinot.tools.admin.command.StartServerCommand
-
Packages that use StartServerCommand Package Description org.apache.pinot.tools.admin.command -
-
Uses of StartServerCommand in org.apache.pinot.tools.admin.command
Methods in org.apache.pinot.tools.admin.command that return StartServerCommand Modifier and Type Method Description StartServerCommandStartServerCommand. setAdminPort(int adminPort)StartServerCommandStartServerCommand. setClusterName(String clusterName)StartServerCommandStartServerCommand. setConfigFileName(String configFileName)StartServerCommandStartServerCommand. setConfigOverrides(Map<String,Object> configs)StartServerCommandStartServerCommand. setDataDir(String dataDir)StartServerCommandStartServerCommand. setPort(int port)StartServerCommandStartServerCommand. setSegmentDir(String segmentDir)StartServerCommandStartServerCommand. setZkAddress(String zkAddress)
-