public class BootStrapContext extends Object implements AutoCloseable
Constructor and Description |
---|
BootStrapContext(DrillConfig config,
CaseInsensitiveMap<OptionDefinition> definitions,
ScanResult classpathScan) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
BufferAllocator |
getAllocator() |
AuthenticatorProvider |
getAuthProvider() |
io.netty.channel.EventLoopGroup |
getBitClientLoopGroup() |
io.netty.channel.EventLoopGroup |
getBitLoopGroup() |
ScanResult |
getClasspathScan() |
DrillConfig |
getConfig() |
CaseInsensitiveMap<OptionDefinition> |
getDefinitions() |
ExecutorService |
getExecutor() |
String |
getHostName() |
com.codahale.metrics.MetricRegistry |
getMetrics() |
ExecutorService |
getScanDecodeExecutor() |
ExecutorService |
getScanExecutor() |
public BootStrapContext(DrillConfig config, CaseInsensitiveMap<OptionDefinition> definitions, ScanResult classpathScan) throws DrillbitStartupException
DrillbitStartupException
public String getHostName()
public ExecutorService getExecutor()
public ExecutorService getScanExecutor()
public ExecutorService getScanDecodeExecutor()
public DrillConfig getConfig()
public CaseInsensitiveMap<OptionDefinition> getDefinitions()
public io.netty.channel.EventLoopGroup getBitLoopGroup()
public io.netty.channel.EventLoopGroup getBitClientLoopGroup()
public com.codahale.metrics.MetricRegistry getMetrics()
public BufferAllocator getAllocator()
public ScanResult getClasspathScan()
public AuthenticatorProvider getAuthProvider()
public void close()
close
in interface AutoCloseable
Copyright © 1970 The Apache Software Foundation. All rights reserved.