| Package | Description |
|---|---|
| org.apache.drill.exec.ops | |
| org.apache.drill.exec.rpc.control | |
| org.apache.drill.exec.server | |
| org.apache.drill.exec.service | |
| org.apache.drill.exec.work | |
| org.apache.drill.test |
Provides a variety of test framework tools to simplify Drill unit
tests and ad-hoc tests created while developing features.
|
| Modifier and Type | Method and Description |
|---|---|
Controller |
ExchangeFragmentContext.getController() |
Controller |
FragmentContextImpl.getController() |
| Modifier and Type | Class and Description |
|---|---|
class |
ControllerImpl
Manages communication tunnels between nodes.
|
| Modifier and Type | Method and Description |
|---|---|
Controller |
DrillbitContext.getController() |
| Constructor and Description |
|---|
DrillbitContext(CoordinationProtos.DrillbitEndpoint endpoint,
BootStrapContext context,
ClusterCoordinator coord,
Controller controller,
DataConnectionCreator connectionsPool,
WorkEventBus workBus,
PersistentStoreProvider provider) |
DrillbitContext(CoordinationProtos.DrillbitEndpoint endpoint,
BootStrapContext context,
ClusterCoordinator coord,
Controller controller,
DataConnectionCreator connectionsPool,
WorkEventBus workBus,
PersistentStoreProvider provider,
PersistentStoreProvider profileStoreProvider) |
| Modifier and Type | Method and Description |
|---|---|
Controller |
ServiceEngine.getController() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkManager.start(CoordinationProtos.DrillbitEndpoint endpoint,
Controller controller,
DataConnectionCreator data,
ClusterCoordinator coord,
PersistentStoreProvider provider,
PersistentStoreProvider profilesProvider) |
| Modifier and Type | Method and Description |
|---|---|
Controller |
PhysicalOpUnitTestBase.MockExecutorFragmentContext.getController() |
Copyright © 2022 The Apache Software Foundation. All rights reserved.