Uses of Class
org.apache.drill.exec.server.BootStrapContext
Package
Description
Zookeeper/Curator integration code.
-
Uses of BootStrapContext in org.apache.drill.exec.coord.zk
Modifier and TypeMethodDescriptionstatic ZKACLProviderDelegate
ZKACLProviderFactory.findACLProvider
(DrillConfig config, ZKACLContextProvider contextProvider, BootStrapContext context) static ZKACLProviderDelegate
ZKACLProviderFactory.getACLProvider
(DrillConfig config, String drillClusterPath, BootStrapContext context) -
Uses of BootStrapContext in org.apache.drill.exec.rpc
Modifier and TypeMethodDescriptionAbstractConnectionConfig.getBootstrapContext()
ConnectionConfig.getBootstrapContext()
ModifierConstructorDescriptionprotected
AbstractConnectionConfig
(BufferAllocator allocator, BootStrapContext context) protected
BitConnectionConfig
(BufferAllocator allocator, BootStrapContext context) -
Uses of BootStrapContext in org.apache.drill.exec.rpc.control
ModifierConstructorDescriptionControllerImpl
(BootStrapContext context, BufferAllocator allocator, ControlMessageHandler handler) -
Uses of BootStrapContext in org.apache.drill.exec.rpc.data
ModifierConstructorDescriptionDataConnectionCreator
(BootStrapContext context, BufferAllocator allocator, WorkEventBus workBus, WorkManager.WorkerBee bee) -
Uses of BootStrapContext in org.apache.drill.exec.rpc.user
ModifierConstructorDescriptionUserServer
(BootStrapContext context, BufferAllocator allocator, io.netty.channel.EventLoopGroup eventLoopGroup, UserWorker worker) -
Uses of BootStrapContext in org.apache.drill.exec.server
ModifierConstructorDescriptionDrillbitContext
(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) -
Uses of BootStrapContext in org.apache.drill.exec.server.rest
ModifierConstructorDescriptionWebServer
(BootStrapContext context, WorkManager workManager, Drillbit drillbit) Create Jetty based web server. -
Uses of BootStrapContext in org.apache.drill.exec.service
ModifierConstructorDescriptionServiceEngine
(WorkManager manager, BootStrapContext context, boolean allowPortHunting, boolean isDistributedMode) -
Uses of BootStrapContext in org.apache.drill.exec.work