Package org.apache.drill.exec.service
Class ServiceEngine
java.lang.Object
org.apache.drill.exec.service.ServiceEngine
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
ConstructorDescriptionServiceEngine
(WorkManager manager, BootStrapContext context, boolean allowPortHunting, boolean isDistributedMode) -
Method Summary
-
Constructor Details
-
ServiceEngine
public ServiceEngine(WorkManager manager, BootStrapContext context, boolean allowPortHunting, boolean isDistributedMode) throws DrillbitStartupException - Throws:
DrillbitStartupException
-
-
Method Details
-
start
public CoordinationProtos.DrillbitEndpoint start() throws DrillbitStartupException, UnknownHostException -
getUserPort
public int getUserPort() -
getDataConnectionCreator
-
getController
-
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-