Package | Description |
---|---|
org.apache.drill.exec.coord.zk |
Zookeeper/Curator integration code.
|
org.apache.drill.exec.rpc | |
org.apache.drill.exec.rpc.control | |
org.apache.drill.exec.rpc.data | |
org.apache.drill.exec.rpc.user | |
org.apache.drill.exec.server | |
org.apache.drill.exec.server.rest | |
org.apache.drill.exec.service | |
org.apache.drill.exec.work |
Modifier and Type | Method and Description |
---|---|
static ZKACLProviderDelegate |
ZKACLProviderFactory.findACLProvider(DrillConfig config,
ZKACLContextProvider contextProvider,
BootStrapContext context) |
static ZKACLProviderDelegate |
ZKACLProviderFactory.getACLProvider(DrillConfig config,
String drillClusterPath,
BootStrapContext context) |
Modifier and Type | Method and Description |
---|---|
BootStrapContext |
AbstractConnectionConfig.getBootstrapContext() |
BootStrapContext |
ConnectionConfig.getBootstrapContext() |
Constructor and Description |
---|
AbstractConnectionConfig(BufferAllocator allocator,
BootStrapContext context) |
BitConnectionConfig(BufferAllocator allocator,
BootStrapContext context) |
Constructor and Description |
---|
ControllerImpl(BootStrapContext context,
BufferAllocator allocator,
ControlMessageHandler handler) |
Constructor and Description |
---|
DataConnectionCreator(BootStrapContext context,
BufferAllocator allocator,
WorkEventBus workBus,
WorkManager.WorkerBee bee) |
Constructor and Description |
---|
UserServer(BootStrapContext context,
BufferAllocator allocator,
io.netty.channel.EventLoopGroup eventLoopGroup,
UserWorker worker) |
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) |
Constructor and Description |
---|
WebServer(BootStrapContext context,
WorkManager workManager,
Drillbit drillbit)
Create Jetty based web server.
|
Constructor and Description |
---|
ServiceEngine(WorkManager manager,
BootStrapContext context,
boolean allowPortHunting,
boolean isDistributedMode) |
Constructor and Description |
---|
WorkManager(BootStrapContext context) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.