Uses of Class
org.apache.drill.exec.server.BootStrapContext
Packages that use BootStrapContext
Package
Description
Zookeeper/Curator integration code.
-
Uses of BootStrapContext in org.apache.drill.exec.coord.zk
Methods in org.apache.drill.exec.coord.zk with parameters of type BootStrapContextModifier 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
Methods in org.apache.drill.exec.rpc that return BootStrapContextModifier and TypeMethodDescriptionAbstractConnectionConfig.getBootstrapContext()
ConnectionConfig.getBootstrapContext()
Constructors in org.apache.drill.exec.rpc with parameters of type BootStrapContextModifierConstructorDescriptionprotected
AbstractConnectionConfig
(BufferAllocator allocator, BootStrapContext context) protected
BitConnectionConfig
(BufferAllocator allocator, BootStrapContext context) -
Uses of BootStrapContext in org.apache.drill.exec.rpc.control
Constructors in org.apache.drill.exec.rpc.control with parameters of type BootStrapContextModifierConstructorDescriptionControllerImpl
(BootStrapContext context, BufferAllocator allocator, ControlMessageHandler handler) -
Uses of BootStrapContext in org.apache.drill.exec.rpc.data
Constructors in org.apache.drill.exec.rpc.data with parameters of type BootStrapContextModifierConstructorDescriptionDataConnectionCreator
(BootStrapContext context, BufferAllocator allocator, WorkEventBus workBus, WorkManager.WorkerBee bee) -
Uses of BootStrapContext in org.apache.drill.exec.rpc.user
Constructors in org.apache.drill.exec.rpc.user with parameters of type BootStrapContextModifierConstructorDescriptionUserServer
(BootStrapContext context, BufferAllocator allocator, io.netty.channel.EventLoopGroup eventLoopGroup, UserWorker worker) -
Uses of BootStrapContext in org.apache.drill.exec.server
Constructors in org.apache.drill.exec.server with parameters of type BootStrapContextModifierConstructorDescriptionDrillbitContext
(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
Constructors in org.apache.drill.exec.server.rest with parameters of type BootStrapContextModifierConstructorDescriptionWebServer
(BootStrapContext context, WorkManager workManager, Drillbit drillbit) Create Jetty based web server. -
Uses of BootStrapContext in org.apache.drill.exec.service
Constructors in org.apache.drill.exec.service with parameters of type BootStrapContextModifierConstructorDescriptionServiceEngine
(WorkManager manager, BootStrapContext context, boolean allowPortHunting, boolean isDistributedMode) -
Uses of BootStrapContext in org.apache.drill.exec.work
Constructors in org.apache.drill.exec.work with parameters of type BootStrapContext