Uses of Class
org.apache.drill.exec.exception.DrillbitStartupException
Packages that use DrillbitStartupException
Package
Description
Distributed cache for syncing state and data between Drillbits.
Zookeeper/Curator integration code.
Communication security.
-
Uses of DrillbitStartupException in org.apache.drill.exec.cache
Methods in org.apache.drill.exec.cache that throw DrillbitStartupException -
Uses of DrillbitStartupException in org.apache.drill.exec.coord.zk
Methods in org.apache.drill.exec.coord.zk that throw DrillbitStartupExceptionModifier and TypeMethodDescriptionstatic ZKACLProviderDelegateZKACLProviderFactory.findACLProvider(DrillConfig config, ZKACLContextProvider contextProvider, BootStrapContext context) static ZKACLProviderDelegateZKACLProviderFactory.getACLProvider(DrillConfig config, String drillClusterPath, BootStrapContext context) -
Uses of DrillbitStartupException in org.apache.drill.exec.rpc
Constructors in org.apache.drill.exec.rpc that throw DrillbitStartupExceptionModifierConstructorDescriptionprotectedBitConnectionConfig(BufferAllocator allocator, BootStrapContext context) -
Uses of DrillbitStartupException in org.apache.drill.exec.rpc.control
Methods in org.apache.drill.exec.rpc.control that throw DrillbitStartupExceptionModifier and TypeMethodDescriptionController.start(CoordinationProtos.DrillbitEndpoint partialEndpoint, boolean allowPortHunting) Constructors in org.apache.drill.exec.rpc.control that throw DrillbitStartupExceptionModifierConstructorDescriptionControllerImpl(BootStrapContext context, BufferAllocator allocator, ControlMessageHandler handler) -
Uses of DrillbitStartupException in org.apache.drill.exec.rpc.data
Constructors in org.apache.drill.exec.rpc.data that throw DrillbitStartupExceptionModifierConstructorDescriptionDataConnectionCreator(BootStrapContext context, BufferAllocator allocator, WorkEventBus workBus, WorkManager.WorkerBee bee) -
Uses of DrillbitStartupException in org.apache.drill.exec.rpc.security
Constructors in org.apache.drill.exec.rpc.security that throw DrillbitStartupException -
Uses of DrillbitStartupException in org.apache.drill.exec.rpc.user
Constructors in org.apache.drill.exec.rpc.user that throw DrillbitStartupExceptionModifierConstructorDescriptionUserServer(BootStrapContext context, BufferAllocator allocator, io.netty.channel.EventLoopGroup eventLoopGroup, UserWorker worker) -
Uses of DrillbitStartupException in org.apache.drill.exec.rpc.user.security
Methods in org.apache.drill.exec.rpc.user.security that throw DrillbitStartupExceptionModifier and TypeMethodDescriptionstatic UserAuthenticatorUserAuthenticatorFactory.createAuthenticator(DrillConfig config, ScanResult scan) Create aUserAuthenticatorimplementation based on BOOT settings in given drillConfig.voidHtpasswdFileUserAuthenticator.setup(DrillConfig drillConfig) voidPam4jUserAuthenticator.setup(DrillConfig drillConfig) voidPamUserAuthenticator.setup(DrillConfig drillConfig) voidUserAuthenticator.setup(DrillConfig drillConfig) Setup for authenticating user credentials.voidVaultUserAuthenticator.setup(DrillConfig config) Reads Drill BOOT options and uses them to set up a Vault client. -
Uses of DrillbitStartupException in org.apache.drill.exec.server
Methods in org.apache.drill.exec.server that throw DrillbitStartupExceptionModifier and TypeMethodDescriptionstatic voidstatic DrillbitDrillbit.start(DrillConfig config) static DrillbitDrillbit.start(DrillConfig config, CaseInsensitiveMap<OptionDefinition> validators, RemoteServiceSet remoteServiceSet) static DrillbitDrillbit.start(DrillConfig config, RemoteServiceSet remoteServiceSet) static DrillbitDrillbit.start(StartupOptions options) Constructors in org.apache.drill.exec.server that throw DrillbitStartupExceptionModifierConstructorDescriptionBootStrapContext(DrillConfig config, CaseInsensitiveMap<OptionDefinition> definitions, ScanResult classpathScan) -
Uses of DrillbitStartupException in org.apache.drill.exec.server.rest.auth
Constructors in org.apache.drill.exec.server.rest.auth that throw DrillbitStartupExceptionModifierConstructorDescriptionDrillHttpSecurityHandlerProvider(DrillConfig config, DrillbitContext drillContext) -
Uses of DrillbitStartupException in org.apache.drill.exec.service
Methods in org.apache.drill.exec.service that throw DrillbitStartupExceptionConstructors in org.apache.drill.exec.service that throw DrillbitStartupExceptionModifierConstructorDescriptionServiceEngine(WorkManager manager, BootStrapContext context, boolean allowPortHunting, boolean isDistributedMode)