| Package | Description |
|---|---|
| org.apache.drill.common.exceptions |
Various exceptions used in logical, physical and execution contexts.
|
| org.apache.drill.exec.exception |
Execution-time exceptions.
|
| org.apache.drill.exec.physical | |
| org.apache.drill.exec.planner.sql | |
| org.apache.drill.exec.rpc.user.security | |
| org.apache.drill.exec.server.rest.auth | |
| org.apache.drill.exec.ssl | |
| org.apache.drill.exec.work.foreman |
| Modifier and Type | Class and Description |
|---|---|
class |
DrillConfigurationException |
class |
ExecutionSetupException |
| Modifier and Type | Class and Description |
|---|---|
class |
BitComException |
class |
ClassTransformationException |
class |
DrillbitStartupException |
class |
FragmentSetupException |
class |
OptimizerException |
class |
SchemaChangeException |
class |
SetupException |
class |
StoreException |
| Modifier and Type | Class and Description |
|---|---|
class |
PhysicalOperatorSetupException |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryInputException |
| Modifier and Type | Class and Description |
|---|---|
class |
UserAuthenticationException |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpBasicAuthSecurityHandler.doSetup(DrillbitContext dbContext) |
abstract void |
DrillHttpConstraintSecurityHandler.doSetup(DrillbitContext dbContext) |
void |
FormSecurityHandler.doSetup(DrillbitContext dbContext) |
void |
SpnegoSecurityHandler.doSetup(DrillbitContext dbContext) |
org.apache.hadoop.security.UserGroupInformation |
SpnegoConfig.getLoggedInUgi() |
protected void |
DrillHttpConstraintSecurityHandler.requireAuthProvider(DrillbitContext dbContext,
String name) |
void |
SpnegoConfig.validateSpnegoConfig() |
| Constructor and Description |
|---|
DrillSpnegoLoginService(DrillbitContext drillBitContext) |
| Modifier and Type | Method and Description |
|---|---|
SSLConfig |
SSLConfigBuilder.build() |
void |
SSLConfig.initContext() |
KeyManagerFactory |
SSLConfig.initializeKeyManagerFactory() |
TrustManagerFactory |
SSLConfig.initializeTrustManagerFactory() |
SSLContext |
SSLConfigServer.initJDKSSLContext() |
abstract SSLContext |
SSLConfig.initJDKSSLContext() |
SSLContext |
SSLConfigClient.initJDKSSLContext() |
io.netty.handler.ssl.SslContext |
SSLConfigServer.initNettySslContext() |
abstract io.netty.handler.ssl.SslContext |
SSLConfig.initNettySslContext() |
io.netty.handler.ssl.SslContext |
SSLConfigClient.initNettySslContext() |
void |
SSLConfigServer.validateKeyStore() |
abstract void |
SSLConfig.validateKeyStore() |
void |
SSLConfigClient.validateKeyStore() |
| Constructor and Description |
|---|
SSLConfigClient(Properties properties,
org.apache.hadoop.conf.Configuration hadoopConfig) |
SSLConfigServer(DrillConfig config,
org.apache.hadoop.conf.Configuration hadoopConfig) |
| Modifier and Type | Class and Description |
|---|---|
class |
ForemanException |
class |
ForemanSetupException |
class |
SqlUnsupportedException |
class |
UnsupportedDataTypeException |
class |
UnsupportedFunctionException |
class |
UnsupportedRelOperatorException |
Copyright © 2021 The Apache Software Foundation. All rights reserved.