| Package | Description |
|---|---|
| org.apache.drill.exec |
Drill execution engine, including: physical operators, runtime code
generation, planning, RPC layer, Value Vector data structures.
|
| org.apache.drill.exec.compile |
Runtime code-generation, compilation and bytecode-manipulation utilities.
|
| org.apache.drill.exec.rpc.user | |
| org.apache.drill.exec.server.options |
| Modifier and Type | Field and Description |
|---|---|
static TypeValidators.StringValidator |
ExecConstants.IMPERSONATION_POLICY_VALIDATOR |
static TypeValidators.StringValidator |
ExecConstants.PERSISTENT_TABLE_UMASK_VALIDATOR |
| Modifier and Type | Field and Description |
|---|---|
static TypeValidators.StringValidator |
ClassCompilerSelector.JAVA_COMPILER_VALIDATOR |
| Modifier and Type | Class and Description |
|---|---|
static class |
InboundImpersonationManager.InboundImpersonationPolicyValidator
Validator for impersonation policies.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
TypeValidators.AdminUserGroupsValidator
Unless explicitly changed by the user previously, the admin user
groups can only be determined at runtime
|
static class |
TypeValidators.AdminUsersValidator
Unless explicitly changed by the user previously, the admin user
can only be determined at runtime
|
static class |
TypeValidators.EnumeratedStringValidator
Validator that checks if the given value is included in a list of acceptable values.
|
| Modifier and Type | Method and Description |
|---|---|
String |
OptionSet.getOption(TypeValidators.StringValidator validator)
Gets the string value (from the option value) for the given string validator.
|
String |
BaseOptionManager.getOption(TypeValidators.StringValidator validator) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.