Class HelixBrokerStarter
- java.lang.Object
-
- org.apache.pinot.broker.broker.helix.BaseBrokerStarter
-
- org.apache.pinot.broker.broker.helix.HelixBrokerStarter
-
- All Implemented Interfaces:
org.apache.pinot.spi.services.ServiceStartable
public class HelixBrokerStarter extends BaseBrokerStarter
Startable implementation for Pinot broker. Contains methods to start and stop a Pinot broker
-
-
Field Summary
-
Fields inherited from class org.apache.pinot.broker.broker.helix.BaseBrokerStarter
_accessControlFactory, _brokerAdminApplication, _brokerConf, _brokerMetrics, _brokerRequestHandler, _clusterChangeMediator, _clusterName, _externalViewChangeHandlers, _helixAdmin, _helixDataAccessor, _hostname, _idealStateChangeHandlers, _instanceConfigChangeHandlers, _instanceId, _listenerConfigs, _liveInstanceChangeHandlers, _metricsRegistry, _participantHelixManager, _port, _propertyStore, _routingManager, _serverRoutingStatsManager, _spectatorHelixManager, _sqlQueryExecutor, _tlsPort, _zkServers
-
-
Constructor Summary
Constructors Constructor Description HelixBrokerStarter()HelixBrokerStarter(org.apache.pinot.spi.env.PinotConfiguration brokerConf)Deprecated.HelixBrokerStarter(org.apache.pinot.spi.env.PinotConfiguration brokerConf, String clusterName, String zkServer)Deprecated.HelixBrokerStarter(org.apache.pinot.spi.env.PinotConfiguration brokerConf, String clusterName, String zkServer, String brokerHost)Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HelixBrokerStartergetDefault()static voidmain(String[] args)-
Methods inherited from class org.apache.pinot.broker.broker.helix.BaseBrokerStarter
addExternalViewChangeHandler, addIdealStateChangeHandler, addInstanceConfigChangeHandler, addLiveInstanceChangeHandler, getAccessControlFactory, getBrokerMetrics, getBrokerRequestHandler, getConfig, getInstanceId, getMetricsRegistry, getPort, getRoutingManager, getServiceRole, getSpectatorHelixManager, init, isShuttingDown, isStarting, registerExtraComponents, start, stop
-
-
-
-
Constructor Detail
-
HelixBrokerStarter
public HelixBrokerStarter()
-
HelixBrokerStarter
@Deprecated public HelixBrokerStarter(org.apache.pinot.spi.env.PinotConfiguration brokerConf, String clusterName, String zkServer) throws Exception
Deprecated.- Throws:
Exception
-
HelixBrokerStarter
@Deprecated public HelixBrokerStarter(org.apache.pinot.spi.env.PinotConfiguration brokerConf, String clusterName, String zkServer, @Nullable String brokerHost) throws Exception
Deprecated.- Throws:
Exception
-
HelixBrokerStarter
@Deprecated public HelixBrokerStarter(org.apache.pinot.spi.env.PinotConfiguration brokerConf) throws Exception
Deprecated.- Throws:
Exception
-
-