Index

A B C D E F G H I J K L M N O P Q R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractCheckedFuture<T,E> - Class in org.apache.drill.common.concurrent
A delegating wrapper around a ListenableFuture that adds support for the AbstractCheckedFuture.checkedGet() and AbstractCheckedFuture.checkedGet(long, TimeUnit) methods.
AbstractCheckedFuture(ListenableFuture<T>) - Constructor for class org.apache.drill.common.concurrent.AbstractCheckedFuture
 
accept(T) - Method in interface org.apache.drill.common.util.function.CheckedConsumer
 
ACCEPTED_BY_SERVER - Static variable in class org.apache.drill.common.config.DrillProperties
 
action(URL) - Method in enum org.apache.drill.exec.util.ActionOnFile
Action which should be performed on the file
ActionOnFile - Enum in org.apache.drill.exec.util
Defines possible actions on the file and performs the necessary action
addContext(String) - Method in class org.apache.drill.common.exceptions.UserException.Builder
add a string line to the bottom of the context
addContext(String, double) - Method in class org.apache.drill.common.exceptions.UserException.Builder
add a double value to the bottom of the context
addContext(String, long) - Method in class org.apache.drill.common.exceptions.UserException.Builder
add a long value to the bottom of the context
addContext(String, Object...) - Method in class org.apache.drill.common.exceptions.UserException.Builder
add a string line to the bottom of the context
addContext(String, String) - Method in class org.apache.drill.common.exceptions.UserException.Builder
add a string value to the bottom of the context
addContext(CustomErrorContext) - Method in class org.apache.drill.common.exceptions.UserException.Builder
 
addContext(UserException.Builder) - Method in class org.apache.drill.common.exceptions.ChildErrorContext
 
addContext(UserException.Builder) - Method in interface org.apache.drill.common.exceptions.CustomErrorContext
 
addContext(UserException.Builder) - Method in class org.apache.drill.common.exceptions.EmptyErrorContext
 
addException(Exception) - Method in class org.apache.drill.common.DeferredException
Add an exception.
addIdentity(CoordinationProtos.DrillbitEndpoint) - Method in class org.apache.drill.common.exceptions.UserException.Builder
add DrillbitEndpoint identity to the context.
addThrowable(Throwable) - Method in class org.apache.drill.common.DeferredException
 
adopt() - Method in class org.apache.drill.common.AutoCloseablePointer
The caller adopts the pointer; the holder is set to null, and will no longer be responsible for close()ing this pointer.
all(Collection<? extends AutoCloseable>) - Static method in class org.apache.drill.common.AutoCloseables
 
ALLOWED_BY_CLIENT - Static variable in class org.apache.drill.common.config.DrillProperties
 
AnnotatedClassDescriptor - Class in org.apache.drill.common.scanner.persistence
describe a class that was annotated with one of the configured annotations
AnnotatedClassDescriptor(String, List<AnnotationDescriptor>, List<FieldDescriptor>) - Constructor for class org.apache.drill.common.scanner.persistence.AnnotatedClassDescriptor
 
AnnotationDescriptor - Class in org.apache.drill.common.scanner.persistence
a class annotation
AnnotationDescriptor(String, List<AttributeDescriptor>) - Constructor for class org.apache.drill.common.scanner.persistence.AnnotationDescriptor
 
apply(T) - Method in interface org.apache.drill.common.util.function.CheckedFunction
Overrides Function.apply(Object) method to allow calling functions that throw checked exceptions.
applyAndThrow(T) - Method in interface org.apache.drill.common.util.function.CheckedFunction
Applies function to the given argument.
areDecimalTypes(TypeProtos.MinorType...) - Static method in class org.apache.drill.common.types.Types
Returns true if all specified types are decimal data types.
ASSERT_ENABLED - Static variable in class org.apache.drill.exec.util.AssertionUtil
 
AssertionUtil - Class in org.apache.drill.exec.util
 
assign(T) - Method in class org.apache.drill.common.AutoCloseablePointer
Assign a new pointer to this holder.
assignNoChecked(T) - Method in class org.apache.drill.common.AutoCloseablePointer
Like AutoCloseablePointer.assign(AutoCloseable), except that any exception thrown by closing the previously held pointer is wrapped with (an unchecked) RuntimeException.
atKey(String) - Method in class org.apache.drill.common.config.DrillConfig
 
atPath(String) - Method in class org.apache.drill.common.config.DrillConfig
 
AttributeDescriptor - Class in org.apache.drill.common.scanner.persistence
a field set in an annotation (to simplify we have a list of string representations of the values)
AttributeDescriptor(String, List<String>) - Constructor for class org.apache.drill.common.scanner.persistence.AttributeDescriptor
 
AUTH_MECHANISM - Static variable in class org.apache.drill.common.config.DrillProperties
 
AutoCloseableLock - Class in org.apache.drill.common.concurrent
Simple wrapper class that allows Locks to be released via an try-with-resources block.
AutoCloseableLock(Lock) - Constructor for class org.apache.drill.common.concurrent.AutoCloseableLock
 
AutoCloseablePointer<T> - Class in org.apache.drill.common
A class similar to Pointerinvalid input: '<'>, but with features unique to holding AutoCloseable pointers.
AutoCloseablePointer() - Constructor for class org.apache.drill.common.AutoCloseablePointer
Constructor for a null-valued pointer.
AutoCloseablePointer(T) - Constructor for class org.apache.drill.common.AutoCloseablePointer
Constructor for a pointer value.
AutoCloseables - Class in org.apache.drill.common
Utilities for AutoCloseable classes.
AutoCloseables() - Constructor for class org.apache.drill.common.AutoCloseables
 
AutoCloseables.Closeable - Interface in org.apache.drill.common
 
available() - Method in class org.apache.drill.common.util.DataInputInputStream
 
awaitUninterruptibly() - Method in class org.apache.drill.common.concurrent.ExtendedLatch
Await without interruption.
awaitUninterruptibly(long) - Method in class org.apache.drill.common.concurrent.ExtendedLatch
Await without interruption for a given time.

B

BooleanType - Enum in org.apache.drill.common.types
Enum that contains two boolean types: TRUE and FALSE.
BUFFERPOOL_PREFIX - Static variable in class org.apache.drill.exec.metrics.MetricsCategory
 
build() - Method in class org.apache.drill.common.exceptions.UserException.Builder
Deprecated.
Use UserException.Builder.build(Logger) instead. If the error is a system error, the error message is logged to this UserException.logger.
build(Logger) - Method in class org.apache.drill.common.exceptions.UserException.Builder
builds a user exception or returns the wrapped one.
buildHistory(StringBuilder, boolean) - Method in class org.apache.drill.common.HistoricalLog
Write the history of this object to the given StringBuilder.
buildHistory(StringBuilder, int, boolean) - Method in class org.apache.drill.common.HistoricalLog
Write the history of this object to the given StringBuilder.
BuildTimeScan - Class in org.apache.drill.common.scanner
main class to integrate classpath scanning in the build.
BuildTimeScan() - Constructor for class org.apache.drill.common.scanner.BuildTimeScan
 

C

CACHED_THREADS_PREFIX - Static variable in class org.apache.drill.exec.metrics.MetricsCategory
 
calculateTypePrecisionAndScale(TypeProtos.MajorType, TypeProtos.MajorType, TypeProtos.MajorType.Builder) - Static method in class org.apache.drill.common.types.Types
Sets max precision from both types if these types are string scalar types.
canonicalizeInstanceName(String, String) - Static method in class org.apache.drill.common.KerberosUtil
 
CaseInsensitiveMap<VALUE> - Class in org.apache.drill.common.map
A special type of Map with Strings as keys, and the case of a key is ignored for operations involving keys like CaseInsensitiveMap.put(java.lang.String, VALUE), CaseInsensitiveMap.get(java.lang.Object), etc.
CatastrophicFailure - Class in org.apache.drill.common
 
check(Constructor<?>) - Method in class org.apache.drill.common.util.ConstructorChecker
 
CheckedConsumer<T,E> - Interface in org.apache.drill.common.util.function
 
CheckedFunction<T,R,E> - Interface in org.apache.drill.common.util.function
Extension of Function that allows to throw checked exception.
CheckedFuture<V,X> - Interface in org.apache.drill.common.concurrent
A CheckedFuture is a ListenableFuture that includes versions of the get methods that can throw a checked exception.
checkedGet() - Method in class org.apache.drill.common.concurrent.AbstractCheckedFuture
Exception checking version of Future.get() that will translate InterruptedException, CancellationException and ExecutionException into application-specific exceptions.
checkedGet() - Method in interface org.apache.drill.common.concurrent.CheckedFuture
Exception checking version of Future.get() that will translate InterruptedException, CancellationException and ExecutionException into application-specific exceptions.
checkedGet(long, TimeUnit) - Method in class org.apache.drill.common.concurrent.AbstractCheckedFuture
Exception checking version of Future.get(long, TimeUnit) that will translate InterruptedException, CancellationException and ExecutionException into application-specific exceptions.
checkedGet(long, TimeUnit) - Method in interface org.apache.drill.common.concurrent.CheckedFuture
Exception checking version of Future.get(long, TimeUnit) that will translate InterruptedException, CancellationException and ExecutionException into application-specific exceptions.
CheckedSupplier<T,E> - Interface in org.apache.drill.common.util.function
The java standard library does not provide a lambda function interface for functions that take no arguments, but that throw an exception.
checkInterrupted() - Static method in exception class org.apache.drill.common.exceptions.DrillRuntimeException
This method can be called within loops to check whether the current thread has been interrupted; it ensures that operator implementation can respond to query cancellation in a timely manner.
checkValid(Config, String...) - Method in class org.apache.drill.common.config.DrillConfig
 
ChildClassDescriptor - Class in org.apache.drill.common.scanner.persistence
a class that implements a specific type
ChildClassDescriptor(String, boolean) - Constructor for class org.apache.drill.common.scanner.persistence.ChildClassDescriptor
 
ChildErrorContext - Class in org.apache.drill.common.exceptions
Represents an additional level of error context detail that adds to that provided by some outer context.
ChildErrorContext(CustomErrorContext) - Constructor for class org.apache.drill.common.exceptions.ChildErrorContext
 
CLASS_PREFIX - Static variable in class org.apache.drill.exec.metrics.MetricsCategory
 
ClassPathScanner - Class in org.apache.drill.common.scanner
Classpath scanning utility.
ClassPathScanner() - Constructor for class org.apache.drill.common.scanner.ClassPathScanner
 
cleanup() - Method in class org.apache.drill.common.SelfCleaningRunnable
Cleanup.
clear() - Method in class org.apache.drill.common.collections.MapWithOrdinal
 
clear() - Method in class org.apache.drill.common.map.CaseInsensitiveMap
 
close() - Method in class org.apache.drill.common.AutoCloseablePointer
 
close() - Method in interface org.apache.drill.common.AutoCloseables.Closeable
 
close() - Method in class org.apache.drill.common.concurrent.AutoCloseableLock
 
close() - Method in class org.apache.drill.common.DeferredException
 
close() - Method in class org.apache.drill.common.util.DataInputInputStream
 
close(AutoCloseable...) - Static method in class org.apache.drill.common.AutoCloseables
Closes all autoCloseables if not null and suppresses subsequent exceptions if more than one
close(Iterable<? extends AutoCloseable>) - Static method in class org.apache.drill.common.AutoCloseables
Closes all autoCloseables if not null and suppresses subsequent exceptions if more than one
close(Throwable, AutoCloseable...) - Static method in class org.apache.drill.common.AutoCloseables
Closes all autoCloseables if not null and suppresses exceptions by adding them to t
close(Throwable, Collection<? extends AutoCloseable>) - Static method in class org.apache.drill.common.AutoCloseables
Closes all autoCloseables if not null and suppresses exceptions by adding them to t
closeNoChecked(AutoCloseable) - Static method in class org.apache.drill.common.DrillAutoCloseables
close() an AutoCloseable without throwing a (checked) Exception.
closeSilently(AutoCloseable...) - Static method in class org.apache.drill.common.AutoCloseables
Close all without caring about thrown exceptions
closeWithUserException(AutoCloseable...) - Static method in class org.apache.drill.common.AutoCloseables
 
collect(List<T>, Map<K, V>, BiFunction<K, V, T>) - Static method in class org.apache.drill.common.collections.Collectors
 
collect(List<T>, Map<K, V>, BiFunction<K, V, T>, Predicate<T>) - Static method in class org.apache.drill.common.collections.Collectors
 
Collectors - Class in org.apache.drill.common.collections
 
compareTo(Version) - Method in class org.apache.drill.common.Version
 
CONFIG_DEFAULT_RESOURCE_PATHNAME - Static variable in interface org.apache.drill.common.config.ConfigConstants
Default (base) configuration file name.
CONFIG_DISTRIBUTION_RESOURCE_PATHNAME - Static variable in interface org.apache.drill.common.config.ConfigConstants
Distribution Specific Override configuration file name.
CONFIG_OVERRIDE_RESOURCE_PATHNAME - Static variable in interface org.apache.drill.common.config.ConfigConstants
Override configuration file name.
ConfigConstants - Interface in org.apache.drill.common.config
 
ConfigFileInfo - Interface in org.apache.drill.common.config
Interface that defines implementation to get all the config files names for default, module specific, distribution specific and override files.
ConfigProvider - Interface in org.apache.drill.common.config
 
connectionError() - Static method in exception class org.apache.drill.common.exceptions.UserException
Creates a new user exception builder.
connectionError(Throwable) - Static method in exception class org.apache.drill.common.exceptions.UserException
Wraps the passed exception inside a connection error.
constructInputStream(DataInput) - Static method in class org.apache.drill.common.util.DataInputInputStream
Construct an InputStream from the given DataInput.
ConstructorChecker - Class in org.apache.drill.common.util
 
ConstructorChecker(Class<?>...) - Constructor for class org.apache.drill.common.util.ConstructorChecker
 
constructOutputStream(DataOutput) - Static method in class org.apache.drill.common.util.DataOutputOutputStream
Construct an OutputStream from the given DataOutput.
contains(String) - Static method in class org.apache.drill.exec.util.SystemPropertyUtil
Returns true if and only if the system property with the specified key exists.
contains(T[], T) - Static method in class org.apache.drill.common.Typifier
Checks if a target array contains the source term.
containsAny(CharSequence, char[]) - Static method in class org.apache.drill.common.Typifier
 
containsAny(CharSequence, CharSequence) - Static method in class org.apache.drill.common.Typifier
Returns true if any of the source characters are found in the target.
containsKey(Object) - Method in class org.apache.drill.common.collections.MapWithOrdinal
 
containsKey(Object) - Method in class org.apache.drill.common.map.CaseInsensitiveMap
 
containsValue(Object) - Method in class org.apache.drill.common.collections.MapWithOrdinal
 
containsValue(Object) - Method in class org.apache.drill.common.map.CaseInsensitiveMap
 
convertToNestedUnshadedImmutableList(List<? extends List<T>>) - Static method in class org.apache.drill.common.util.GuavaUtils
Transforms specified list of lists into ImmutableList of ImmutableList lists to pass it into the methods from other libraries.
convertToUnshadedImmutableList(List<? extends T>) - Static method in class org.apache.drill.common.util.GuavaUtils
 
CpuGaugeSet - Class in org.apache.drill.exec.metrics
Creates a Cpu GaugeSet
CpuGaugeSet() - Constructor for class org.apache.drill.exec.metrics.CpuGaugeSet
 
create() - Static method in class org.apache.drill.common.config.DrillConfig
Creates a DrillConfig object using the default config file name and with server-specific configuration options enabled.
create(Config) - Static method in class org.apache.drill.common.config.DrillConfig
Creates a drill configuration using the provided config file.
create(String) - Static method in class org.apache.drill.common.config.DrillConfig
DrillConfig loads up Drill configuration information.
create(String, boolean) - Static method in class org.apache.drill.common.config.DrillConfig
 
create(String, Object...) - Static method in exception class org.apache.drill.common.exceptions.DrillRuntimeException
 
create(String, Properties, boolean, ConfigFileInfo, ConfigMergeable) - Static method in class org.apache.drill.common.config.DrillConfig
 
create(Throwable, String, Object...) - Static method in exception class org.apache.drill.common.exceptions.DrillRuntimeException
 
create(Properties) - Static method in class org.apache.drill.common.config.DrillConfig
Do not use this method outside of test code.
createEmpty() - Static method in class org.apache.drill.common.config.DrillProperties
 
createForRM() - Static method in class org.apache.drill.common.config.DrillConfig
Merged DrillConfig object for all the RM Configurations provided through various resource files.
createFromProperties(Properties) - Static method in class org.apache.drill.common.config.DrillProperties
Returns a new instance of DrillProperties from the given properties.
createFromProperties(UserProtos.UserProperties, boolean) - Static method in class org.apache.drill.common.config.DrillProperties
Deserializes the given properties into DrillProperties.
createJsonMapperBuilder() - Static method in class org.apache.drill.common.util.JacksonUtils
Creates a new instance of the Jackson JsonMapper.Builder.
createJsonMapperBuilder(JsonFactory) - Static method in class org.apache.drill.common.util.JacksonUtils
Creates a new instance of the Jackson JsonMapper.Builder.
createObjectMapper() - Static method in class org.apache.drill.common.util.JacksonUtils
Creates a new instance of the Jackson ObjectMapper.
createObjectMapper(JsonFactory) - Static method in class org.apache.drill.common.util.JacksonUtils
Creates a new instance of the Jackson ObjectMapper.
createTempDir() - Static method in class org.apache.drill.common.util.DrillFileUtils
Creates a temporary directory under the default temporary directory location.
CustomErrorContext - Interface in org.apache.drill.common.exceptions
Generic mechanism to pass error context throughout the row set mechanism and scan framework.

D

DataInputInputStream - Class in org.apache.drill.common.util
 
DataOutputOutputStream - Class in org.apache.drill.common.util
 
dataReadError() - Static method in exception class org.apache.drill.common.exceptions.UserException
Creates a new user exception builder.
dataReadError(Throwable) - Static method in exception class org.apache.drill.common.exceptions.UserException
Wraps the passed exception inside a data read error.
dataWriteError() - Static method in exception class org.apache.drill.common.exceptions.UserException
Creates a new user exception builder .
dataWriteError(Throwable) - Static method in exception class org.apache.drill.common.exceptions.UserException
Wraps the passed exception inside a data write error.
DEFAULT_TIMESTAMP_PRECISION - Static variable in class org.apache.drill.common.types.Types
 
DeferredException - Class in org.apache.drill.common
Collects one or more exceptions that may occur, using suppressed exceptions.
DeferredException() - Constructor for class org.apache.drill.common.DeferredException
Constructor.
DeferredException(Supplier<Exception>) - Constructor for class org.apache.drill.common.DeferredException
Constructor.
DISABLE_CERT_VERIFICATION - Static variable in class org.apache.drill.common.config.DrillProperties
 
DISABLE_HOST_VERIFICATION - Static variable in class org.apache.drill.common.config.DrillProperties
 
DRILL_JAR_MARKER_FILE_RESOURCE_PATHNAME - Static variable in interface org.apache.drill.common.config.ConfigConstants
Module configuration files name.
DRILL_PREFIX - Static variable in class org.apache.drill.exec.metrics.MetricsCategory
 
DrillAutoCloseables - Class in org.apache.drill.common
Provides functionality comparable to Guava's Closeables for AutoCloseables.
DRILLBIT_CONNECTION - Static variable in class org.apache.drill.common.config.DrillProperties
 
DrillConfig - Class in org.apache.drill.common.config
 
DrillConfig(Config) - Constructor for class org.apache.drill.common.config.DrillConfig
 
DrillConfigurationException - Exception Class in org.apache.drill.common.exceptions
 
DrillConfigurationException() - Constructor for exception class org.apache.drill.common.exceptions.DrillConfigurationException
 
DrillConfigurationException(String) - Constructor for exception class org.apache.drill.common.exceptions.DrillConfigurationException
 
DrillConfigurationException(String, Throwable) - Constructor for exception class org.apache.drill.common.exceptions.DrillConfigurationException
 
DrillConfigurationException(String, Throwable, boolean, boolean) - Constructor for exception class org.apache.drill.common.exceptions.DrillConfigurationException
 
DrillConfigurationException(Throwable) - Constructor for exception class org.apache.drill.common.exceptions.DrillConfigurationException
 
DrillCounters - Class in org.apache.drill.exec.metrics
Holder containing query state counter metrics.
DrillDateTimeFormatter - Class in org.apache.drill.common.util
Extends regular Instant.parse(java.lang.CharSequence) with more formats.
DrillDateTimeFormatter() - Constructor for class org.apache.drill.common.util.DrillDateTimeFormatter
 
DrillError - Exception Class in org.apache.drill.common.exceptions
 
DrillError() - Constructor for exception class org.apache.drill.common.exceptions.DrillError
 
DrillError(String) - Constructor for exception class org.apache.drill.common.exceptions.DrillError
 
DrillError(String, Throwable) - Constructor for exception class org.apache.drill.common.exceptions.DrillError
 
DrillError(String, Throwable, boolean, boolean) - Constructor for exception class org.apache.drill.common.exceptions.DrillError
 
DrillError(Throwable) - Constructor for exception class org.apache.drill.common.exceptions.DrillError
 
DrillException - Exception Class in org.apache.drill.common.exceptions
 
DrillException() - Constructor for exception class org.apache.drill.common.exceptions.DrillException
 
DrillException(String) - Constructor for exception class org.apache.drill.common.exceptions.DrillException
 
DrillException(String, Throwable) - Constructor for exception class org.apache.drill.common.exceptions.DrillException
 
DrillException(String, Throwable, boolean, boolean) - Constructor for exception class org.apache.drill.common.exceptions.DrillException
 
DrillException(Throwable) - Constructor for exception class org.apache.drill.common.exceptions.DrillException
 
DrillExceptionUtil - Class in org.apache.drill.common.util
Utility class which contain methods for conversion Drill ProtoBuf Error and Throwable
DrillExceptionUtil() - Constructor for class org.apache.drill.common.util.DrillExceptionUtil
 
DrillExecConfigFileInfo - Class in org.apache.drill.common.config
 
DrillExecConfigFileInfo() - Constructor for class org.apache.drill.common.config.DrillExecConfigFileInfo
 
DrillFileUtils - Class in org.apache.drill.common.util
 
DrillFileUtils() - Constructor for class org.apache.drill.common.util.DrillFileUtils
 
DrillIOException - Exception Class in org.apache.drill.common.exceptions
 
DrillIOException() - Constructor for exception class org.apache.drill.common.exceptions.DrillIOException
 
DrillIOException(String) - Constructor for exception class org.apache.drill.common.exceptions.DrillIOException
 
DrillIOException(String, Throwable) - Constructor for exception class org.apache.drill.common.exceptions.DrillIOException
 
DrillIOException(Throwable) - Constructor for exception class org.apache.drill.common.exceptions.DrillIOException
 
DrillMetrics - Class in org.apache.drill.exec.metrics
 
DrillProperties - Class in org.apache.drill.common.config
 
DrillRMConfigFileInfo - Class in org.apache.drill.common.config
 
DrillRMConfigFileInfo() - Constructor for class org.apache.drill.common.config.DrillRMConfigFileInfo
 
DrillRuntimeException - Exception Class in org.apache.drill.common.exceptions
 
DrillRuntimeException() - Constructor for exception class org.apache.drill.common.exceptions.DrillRuntimeException
 
DrillRuntimeException(String) - Constructor for exception class org.apache.drill.common.exceptions.DrillRuntimeException
 
DrillRuntimeException(String, Throwable) - Constructor for exception class org.apache.drill.common.exceptions.DrillRuntimeException
 
DrillRuntimeException(String, Throwable, boolean, boolean) - Constructor for exception class org.apache.drill.common.exceptions.DrillRuntimeException
 
DrillRuntimeException(Throwable) - Constructor for exception class org.apache.drill.common.exceptions.DrillRuntimeException
 
DrillStringUtils - Class in org.apache.drill.common.util
 
DrillStringUtils() - Constructor for class org.apache.drill.common.util.DrillStringUtils
 
dynamicPackageScan(DrillConfig, Set<URL>) - Static method in class org.apache.drill.common.scanner.RunTimeScan
Scans packages retrieved from config.

E

EmptyErrorContext - Class in org.apache.drill.common.exceptions
 
EmptyErrorContext() - Constructor for class org.apache.drill.common.exceptions.EmptyErrorContext
 
ENABLE_TLS - Static variable in class org.apache.drill.common.config.DrillProperties
 
entrySet() - Method in class org.apache.drill.common.collections.MapWithOrdinal
 
entrySet() - Method in class org.apache.drill.common.config.DrillConfig
 
entrySet() - Method in class org.apache.drill.common.map.CaseInsensitiveMap
 
equals(Object) - Method in class org.apache.drill.common.collections.ImmutableEntry
 
equals(Object) - Method in class org.apache.drill.common.map.CaseInsensitiveMap
 
equals(Object) - Method in class org.apache.drill.common.Version
 
ErrorHelper - Class in org.apache.drill.common.exceptions
Utility class that handles error message generation from protobuf error objects.
ErrorHelper() - Constructor for class org.apache.drill.common.exceptions.ErrorHelper
 
errorType(UserBitShared.DrillPBError.ErrorType) - Method in class org.apache.drill.common.exceptions.UserException.Builder
Sets the error type.
escapedField(String, char) - Method in class org.apache.drill.common.PlanStringBuilder
Displays a character in Java-quoted format: delimiter="\n".
escapedField(String, String) - Method in class org.apache.drill.common.PlanStringBuilder
Displays a string in Java-quoted format: delimiter="\t".
escapeJava(String) - Static method in class org.apache.drill.common.util.DrillStringUtils
Escapes the characters in a String according to Java string literal rules.
escapeNewLines(String) - Static method in class org.apache.drill.common.util.DrillStringUtils
 
escapeSql(String) - Static method in class org.apache.drill.common.util.DrillStringUtils
Copied form commons-lang 2.x code as common-lang 3.x has this API removed.
EventProcessor<T> - Class in org.apache.drill.common
Process events serially.

Our use of listeners that deliver events directly can sometimes cause problems when events are delivered recursively in the middle of event handling by the same object.
EventProcessor() - Constructor for class org.apache.drill.common.EventProcessor
 
executionError(Throwable) - Static method in exception class org.apache.drill.common.exceptions.UserException
Wraps an error that arises from execution due to issues in the query, in the environment and so on -- anything other than "this should never occur" type checks.
exit(Throwable, String, int) - Static method in class org.apache.drill.common.CatastrophicFailure
Exit the VM as we hit a catastrophic failure.
ExtendedLatch - Class in org.apache.drill.common.concurrent
An extended CountDownLatch which allows us to await uninterruptibly.
ExtendedLatch() - Constructor for class org.apache.drill.common.concurrent.ExtendedLatch
 
ExtendedLatch(int) - Constructor for class org.apache.drill.common.concurrent.ExtendedLatch
 

F

FALSE - Enum constant in enum org.apache.drill.common.types.BooleanType
 
field(String, int) - Method in class org.apache.drill.common.PlanStringBuilder
Displays a numeric field: size=10.
field(String, Object) - Method in class org.apache.drill.common.PlanStringBuilder
Displays the field as an unquoted toString() value.
field(String, String) - Method in class org.apache.drill.common.PlanStringBuilder
Displays the field as a quoted string: foo="bar".
FieldDescriptor - Class in org.apache.drill.common.scanner.persistence
a class fields
FieldDescriptor(String, String, List<AnnotationDescriptor>) - Constructor for class org.apache.drill.common.scanner.persistence.FieldDescriptor
 
forClass(String, int) - Static method in class org.apache.drill.common.scanner.persistence.TypeDescriptor
 
forClient() - Static method in class org.apache.drill.common.config.DrillConfig
Creates a configuration using the default config file name and with server-specific configuration options disabled.
forPrimitive(char, int) - Static method in class org.apache.drill.common.scanner.persistence.TypeDescriptor
 
forResource(String, boolean) - Static method in class org.apache.drill.common.scanner.ClassPathScanner
Gets URLs of any classpath resources with given resource pathname.
fromPrescan(DrillConfig) - Static method in class org.apache.drill.common.scanner.ClassPathScanner
 
fromPrescan(DrillConfig) - Static method in class org.apache.drill.common.scanner.RunTimeScan
Loads prescanned classpath info and scans for extra ones based on configuration.
fromString(String) - Static method in enum org.apache.drill.common.types.BooleanType
Runtime form of Boolean conversion: allows any of the valid "true" values; assumes all other values are false.
functionError() - Static method in exception class org.apache.drill.common.exceptions.UserException
Creates a new user exception builder .
functionError(Throwable) - Static method in exception class org.apache.drill.common.exceptions.UserException
Wraps the passed exception inside a function error.

G

get() - Method in class org.apache.drill.common.AutoCloseablePointer
Get the raw pointer out for use.
get() - Method in interface org.apache.drill.common.util.function.CheckedSupplier
 
get(Object) - Method in class org.apache.drill.common.collections.MapWithOrdinal
 
get(Object) - Method in class org.apache.drill.common.map.CaseInsensitiveMap
 
get(String) - Static method in enum org.apache.drill.common.types.BooleanType
Finds boolean by passed literal.
get(String) - Static method in class org.apache.drill.exec.util.SystemPropertyUtil
Returns the value of the Java system property with the specified key, while falling back to null if the property access fails.
get(String, String) - Static method in class org.apache.drill.exec.util.SystemPropertyUtil
Returns the value of the Java system property with the specified key, while falling back to the specified default value if the property access fails.
getAndClear() - Method in class org.apache.drill.common.DeferredException
 
getAndThrow() - Method in interface org.apache.drill.common.util.function.CheckedSupplier
Gets a result.
getAnnotatedClasses() - Method in class org.apache.drill.common.scanner.persistence.ScanResult
 
getAnnotatedClasses(String) - Method in class org.apache.drill.common.scanner.persistence.ScanResult
 
getAnnotation(Class<?>) - Method in class org.apache.drill.common.scanner.persistence.AnnotatedClassDescriptor
 
getAnnotation(Class<?>) - Method in class org.apache.drill.common.scanner.persistence.FieldDescriptor
 
getAnnotationProxy(Class<T>) - Method in class org.apache.drill.common.scanner.persistence.AnnotatedClassDescriptor
 
getAnnotationProxy(Class<T>) - Method in class org.apache.drill.common.scanner.persistence.FieldDescriptor
 
getAnnotations() - Method in class org.apache.drill.common.scanner.persistence.AnnotatedClassDescriptor
 
getAnnotations() - Method in class org.apache.drill.common.scanner.persistence.FieldDescriptor
 
getAnnotationType() - Method in class org.apache.drill.common.scanner.persistence.AnnotationDescriptor
 
getAnyRef(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getAnyRefList(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getArrayDim() - Method in class org.apache.drill.common.scanner.persistence.TypeDescriptor
 
getAttributes() - Method in class org.apache.drill.common.scanner.persistence.AnnotationDescriptor
 
getBaseSqlTypeName(TypeProtos.MajorType) - Static method in class org.apache.drill.common.types.Types
 
getBoolean(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getBoolean(String, boolean) - Static method in class org.apache.drill.exec.util.SystemPropertyUtil
Returns the value of the Java system property with the specified key, while falling back to the specified default value if the property access fails.
getBooleanList(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getBuildNumber() - Method in class org.apache.drill.common.Version
Get the build number
getByOrdinal(int) - Method in class org.apache.drill.common.collections.MapWithOrdinal
Returns the value corresponding to the given ordinal
getBytes(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getBytesList(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getCanceledQueries() - Method in class org.apache.drill.exec.metrics.DrillCounters
 
getChildren() - Method in class org.apache.drill.common.scanner.persistence.ParentClassDescriptor
 
getClassName() - Method in class org.apache.drill.common.scanner.persistence.AnnotatedClassDescriptor
 
getCompletedQueries() - Method in class org.apache.drill.exec.metrics.DrillCounters
 
getConfig() - Method in interface org.apache.drill.common.config.ConfigProvider
 
getConfig(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getConfigList(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getConfigURLs(String) - Static method in class org.apache.drill.common.scanner.ClassPathScanner
 
getDefaultFileName() - Method in interface org.apache.drill.common.config.ConfigFileInfo
 
getDefaultFileName() - Method in class org.apache.drill.common.config.DrillExecConfigFileInfo
 
getDefaultFileName() - Method in class org.apache.drill.common.config.DrillRMConfigFileInfo
 
getDefaultRealm() - Static method in class org.apache.drill.common.KerberosUtil
 
getDescriptor() - Method in class org.apache.drill.common.scanner.persistence.FieldDescriptor
 
getDistributionFileName() - Method in interface org.apache.drill.common.config.ConfigFileInfo
 
getDistributionFileName() - Method in class org.apache.drill.common.config.DrillExecConfigFileInfo
 
getDistributionFileName() - Method in class org.apache.drill.common.config.DrillRMConfigFileInfo
 
getDouble(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getDoubleList(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getDuration(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getDuration(String, TimeUnit) - Method in class org.apache.drill.common.config.DrillConfig
 
getDurationList(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getDurationList(String, TimeUnit) - Method in class org.apache.drill.common.config.DrillConfig
 
getEnqueuedQueries() - Method in class org.apache.drill.exec.metrics.DrillCounters
 
getEnum(Class<T>, String) - Method in class org.apache.drill.common.config.DrillConfig
 
getEnumList(Class<T>, String) - Method in class org.apache.drill.common.config.DrillConfig
 
getErrorId() - Method in exception class org.apache.drill.common.exceptions.UserException
 
getErrorLocation() - Method in exception class org.apache.drill.common.exceptions.UserException
 
getErrorType() - Method in exception class org.apache.drill.common.exceptions.UserException
 
getException() - Method in class org.apache.drill.common.DeferredException
Get the deferred exception, if there is one.
getExtendedSqlTypeName(TypeProtos.MajorType) - Static method in class org.apache.drill.common.types.Types
Extend decimal type with precision and scale.
getFailedQueries() - Method in class org.apache.drill.exec.metrics.DrillCounters
 
getFieldClass() - Method in class org.apache.drill.common.scanner.persistence.FieldDescriptor
 
getFields() - Method in class org.apache.drill.common.scanner.persistence.AnnotatedClassDescriptor
 
getImplementations() - Method in class org.apache.drill.common.scanner.persistence.ScanResult
 
getImplementations(Class<T>) - Method in class org.apache.drill.common.scanner.persistence.ScanResult
Loads all the scanned classes for this parent as a side effect
getImplementations(String) - Method in class org.apache.drill.common.scanner.persistence.ScanResult
 
getInstance() - Static method in class org.apache.drill.exec.metrics.DrillCounters
 
getInstance(String, Class<T>, Object...) - Method in class org.apache.drill.common.config.DrillConfig
Get an instance of the provided interface using the configuration path provided.
getInstanceOf(String, Class<T>) - Method in class org.apache.drill.common.config.DrillConfig
 
getInt(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getInt(String, int) - Static method in class org.apache.drill.exec.util.SystemPropertyUtil
Returns the value of the Java system property with the specified key, while falling back to the specified default value if the property access fails.
getIntList(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getIsNull(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getJdbcDisplaySize(TypeProtos.MajorType) - Static method in class org.apache.drill.common.types.Types
 
getJdbcTypeCode(String) - Static method in class org.apache.drill.common.types.Types
Gets JDBC type code for given SQL data type name.
getKey() - Method in class org.apache.drill.common.collections.ImmutableEntry
 
getList(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getLiterals() - Method in enum org.apache.drill.common.types.BooleanType
 
getLong(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getLong(String, long) - Static method in class org.apache.drill.exec.util.SystemPropertyUtil
Returns the value of the Java system property with the specified key, while falling back to the specified default value if the property access fails.
getLongList(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getMajorTypeFromName(String) - Static method in class org.apache.drill.common.types.Types
 
getMajorTypeFromName(String, TypeProtos.DataMode) - Static method in class org.apache.drill.common.types.Types
 
getMajorVersion() - Method in class org.apache.drill.common.Version
Get the major version
getMaxDirectMemory() - Static method in class org.apache.drill.common.config.DrillConfig
 
getMemorySize(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getMemorySizeList(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getMessage() - Method in exception class org.apache.drill.common.exceptions.UserException
generates the message that will be displayed to the client without the stack trace.
getMessage() - Method in exception class org.apache.drill.common.exceptions.UserRemoteException
 
getMessage(boolean) - Method in exception class org.apache.drill.common.exceptions.UserException
 
getMetrics() - Method in class org.apache.drill.exec.metrics.CpuGaugeSet
 
getMilliseconds(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getMillisecondsList(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getMinorTypeFromName(String) - Static method in class org.apache.drill.common.types.Types
 
getMinorVersion() - Method in class org.apache.drill.common.Version
Get the minor version
getModuleFileName() - Method in interface org.apache.drill.common.config.ConfigFileInfo
 
getModuleFileName() - Method in class org.apache.drill.common.config.DrillExecConfigFileInfo
 
getModuleFileName() - Method in class org.apache.drill.common.config.DrillRMConfigFileInfo
 
getName() - Method in class org.apache.drill.common.scanner.persistence.AttributeDescriptor
 
getName() - Method in class org.apache.drill.common.scanner.persistence.ChildClassDescriptor
 
getName() - Method in class org.apache.drill.common.scanner.persistence.FieldDescriptor
 
getName() - Method in class org.apache.drill.common.scanner.persistence.ParentClassDescriptor
 
getNameOfMinorType(TypeProtos.MinorType) - Static method in class org.apache.drill.common.types.Types
 
getNanoseconds(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getNanosecondsList(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getNumber(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getNumberList(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getNumericValue() - Method in enum org.apache.drill.common.types.BooleanType
 
getObject(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getObjectList(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getOrCreatePBError(boolean) - Method in exception class org.apache.drill.common.exceptions.UserException
returns or creates a DrillPBError object corresponding to this user exception.
getOrCreatePBError(boolean) - Method in exception class org.apache.drill.common.exceptions.UserRemoteException
 
getOrdinal(K) - Method in class org.apache.drill.common.collections.MapWithOrdinal
Returns the ordinal corresponding to the given key.
getOriginalMessage() - Method in exception class org.apache.drill.common.exceptions.UserException
 
getOverrideFileName() - Method in interface org.apache.drill.common.config.ConfigFileInfo
 
getOverrideFileName() - Method in class org.apache.drill.common.config.DrillExecConfigFileInfo
 
getOverrideFileName() - Method in class org.apache.drill.common.config.DrillRMConfigFileInfo
 
getPatchVersion() - Method in class org.apache.drill.common.Version
Get the patch version
getPeriod(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getPlanningQueries() - Method in class org.apache.drill.exec.metrics.DrillCounters
 
getPrecision(TypeProtos.MajorType) - Static method in class org.apache.drill.common.types.Types
Get the precision of given type.
getPrincipalFromParts(String, String, String) - Static method in class org.apache.drill.common.KerberosUtil
Returns principal of format primary/instance@REALM.
getProperty(String) - Method in class org.apache.drill.common.config.DrillProperties
 
getProperty(String, String) - Method in class org.apache.drill.common.config.DrillProperties
 
getProxy(Class<T>) - Method in class org.apache.drill.common.scanner.persistence.AnnotationDescriptor
 
getQualifier() - Method in class org.apache.drill.common.Version
Get the version qualifier
getRegistry() - Static method in class org.apache.drill.exec.metrics.DrillMetrics
 
getRequirementString() - Method in class org.apache.drill.common.util.ConstructorChecker
 
getResourceAsFile(String) - Static method in class org.apache.drill.common.util.DrillFileUtils
 
getResourceAsString(String) - Static method in class org.apache.drill.common.util.DrillFileUtils
 
getRunningQueries() - Method in class org.apache.drill.exec.metrics.DrillCounters
 
getScale(TypeProtos.MajorType) - Static method in class org.apache.drill.common.types.Types
Get the scale of given type.
getScannedAnnotations() - Method in class org.apache.drill.common.scanner.persistence.ScanResult
 
getScannedClasses() - Method in class org.apache.drill.common.scanner.persistence.ScanResult
 
getScannedPackages() - Method in class org.apache.drill.common.scanner.persistence.ScanResult
 
getSingleValue(String) - Method in class org.apache.drill.common.scanner.persistence.AnnotationDescriptor
 
getSingleValue(String, String) - Method in class org.apache.drill.common.scanner.persistence.AnnotationDescriptor
 
getSqlModeName(TypeProtos.MajorType) - Static method in class org.apache.drill.common.types.Types
 
getSqlTypeName(TypeProtos.MajorType) - Static method in class org.apache.drill.common.types.Types
Gets SQL data type name for given Drill RPC-/protobuf-level data type.
getStartupArguments() - Method in class org.apache.drill.common.config.DrillConfig
 
getString(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getStringList(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getSucceededQueries() - Method in class org.apache.drill.exec.metrics.DrillCounters
 
getTemporal(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getThrowable(UserBitShared.ExceptionWrapper) - Static method in class org.apache.drill.common.util.DrillExceptionUtil
Recreate throwable from exception protoBuf which received from remote or local node.
getType() - Method in class org.apache.drill.common.scanner.persistence.FieldDescriptor
 
getType() - Method in class org.apache.drill.common.scanner.persistence.TypeDescriptor
 
getUserHint(Throwable) - Static method in class org.apache.drill.common.exceptions.UserExceptionUtils
 
getValue() - Method in class org.apache.drill.common.collections.ImmutableEntry
 
getValue(String) - Method in class org.apache.drill.common.config.DrillConfig
 
getValues() - Method in class org.apache.drill.common.scanner.persistence.AttributeDescriptor
 
getValues(String) - Method in class org.apache.drill.common.scanner.persistence.AnnotationDescriptor
 
getVerboseMessage() - Method in exception class org.apache.drill.common.exceptions.UserException
generates the message that will be displayed to the client.
getVerboseMessage(boolean) - Method in exception class org.apache.drill.common.exceptions.UserException
 
getVersion() - Method in class org.apache.drill.common.Version
Get the version string
getWrapper(Throwable) - Static method in class org.apache.drill.common.exceptions.ErrorHelper
 
GuavaPatcher - Class in org.apache.drill.common.util
 
GuavaPatcher() - Constructor for class org.apache.drill.common.util.GuavaPatcher
 
GuavaUtils - Class in org.apache.drill.common.util
Utility class which contain methods for conversion guava and shaded guava classes.
GuavaUtils() - Constructor for class org.apache.drill.common.util.GuavaUtils
 

H

hasAttribute(String) - Method in class org.apache.drill.common.scanner.persistence.AnnotationDescriptor
 
hashCode() - Method in class org.apache.drill.common.collections.ImmutableEntry
 
hashCode() - Method in class org.apache.drill.common.map.CaseInsensitiveMap
 
hashCode() - Method in class org.apache.drill.common.Version
 
hasPath(String) - Method in class org.apache.drill.common.config.DrillConfig
 
hasPathOrNull(String) - Method in class org.apache.drill.common.config.DrillConfig
 
HistoricalLog - Class in org.apache.drill.common
Utility class that can be used to log activity within a class for later logging and debugging.
HistoricalLog(int, String, Object...) - Constructor for class org.apache.drill.common.HistoricalLog
Constructor.
HistoricalLog(String, Object...) - Constructor for class org.apache.drill.common.HistoricalLog
Constructor.
HOSTNAME_PATTERN - Static variable in class org.apache.drill.common.KerberosUtil
 

I

ImmutableEntry<K,V> - Class in org.apache.drill.common.collections
 
ImmutableEntry(K, V) - Constructor for class org.apache.drill.common.collections.ImmutableEntry
 
IMPERSONATION_TARGET - Static variable in class org.apache.drill.common.config.DrillProperties
Impersonation target name for Drill Inbound Impersonation
IMPLEMENTATIONS_SCAN_CACHE - Static variable in class org.apache.drill.common.scanner.ClassPathScanner
Configuration pathname to turn off build time caching.
INSTANCE - Static variable in class org.apache.drill.common.exceptions.EmptyErrorContext
 
internalError() - Static method in exception class org.apache.drill.common.exceptions.UserException
 
internalError(Throwable) - Static method in exception class org.apache.drill.common.exceptions.UserException
Indicates an internal validation failed or similar unexpected error.
isAbstract() - Method in class org.apache.drill.common.scanner.persistence.ChildClassDescriptor
 
isArray() - Method in class org.apache.drill.common.scanner.persistence.TypeDescriptor
 
isAssertionsEnabled() - Static method in class org.apache.drill.exec.util.AssertionUtil
 
isComplex(TypeProtos.MajorType) - Static method in class org.apache.drill.common.types.Types
 
isDateTimeType(TypeProtos.MajorType) - Static method in class org.apache.drill.common.types.Types
 
isDateTimeType(TypeProtos.MinorType) - Static method in class org.apache.drill.common.types.Types
 
isDecimalType(TypeProtos.MajorType) - Static method in class org.apache.drill.common.types.Types
Returns true if specified type is decimal data type.
isDecimalType(TypeProtos.MinorType) - Static method in class org.apache.drill.common.types.Types
Returns true if specified type is decimal data type.
isEmpty() - Method in class org.apache.drill.common.collections.MapWithOrdinal
 
isEmpty() - Method in class org.apache.drill.common.config.DrillConfig
 
isEmpty() - Method in class org.apache.drill.common.map.CaseInsensitiveMap
 
isEquivalent(TypeProtos.MajorType, TypeProtos.MajorType) - Static method in class org.apache.drill.common.types.Types
Requires full type equality, including fields such as precision and scale.
isFixedWidthType(TypeProtos.MajorType) - Static method in class org.apache.drill.common.types.Types
 
isFixedWidthType(TypeProtos.MinorType) - Static method in class org.apache.drill.common.types.Types
 
isIntervalType(TypeProtos.MajorType) - Static method in class org.apache.drill.common.types.Types
 
isIntervalType(TypeProtos.MinorType) - Static method in class org.apache.drill.common.types.Types
 
isJdbcSignedType(TypeProtos.MajorType) - Static method in class org.apache.drill.common.types.Types
Reports whether given RPC-level type is a signed type (per semantics of ResultSetMetaData.isSigned(int)).
isNullable(TypeProtos.MajorType) - Static method in class org.apache.drill.common.types.Types
 
isNumericType(TypeProtos.MajorType) - Static method in class org.apache.drill.common.types.Types
 
isNumericType(TypeProtos.MinorType) - Static method in class org.apache.drill.common.types.Types
 
ISO_DATETIME_FORMATTER - Static variable in class org.apache.drill.common.util.DrillDateTimeFormatter
 
isPrimitive() - Method in class org.apache.drill.common.scanner.persistence.TypeDescriptor
 
isRepeated(TypeProtos.MajorType) - Static method in class org.apache.drill.common.types.Types
 
isResolved() - Method in class org.apache.drill.common.config.DrillConfig
 
isSameType(TypeProtos.MajorType, TypeProtos.MajorType) - Static method in class org.apache.drill.common.types.Types
Check if two "core" types are the same, ignoring subtypes and children.
isSameTypeAndMode(TypeProtos.MajorType, TypeProtos.MajorType) - Static method in class org.apache.drill.common.types.Types
Check if two "core" types have the same minor type and data mode, ignoring subtypes and children.
isScalarStringType(TypeProtos.MajorType) - Static method in class org.apache.drill.common.types.Types
Checks if given major type is string scalar type.
isSortable(TypeProtos.MinorType) - Static method in class org.apache.drill.common.types.Types
Checks if the given type column can be used in ORDER BY clause.
isUnion(TypeProtos.MajorType) - Static method in class org.apache.drill.common.types.Types
 
isUntypedNull(TypeProtos.MajorType) - Static method in class org.apache.drill.common.types.Types
 
isVarWidthType(TypeProtos.MinorType) - Static method in class org.apache.drill.common.types.Types
 

J

JacksonUtils - Class in org.apache.drill.common.util
Utility class which contain methods for interacting with Jackson.

K

KERBEROS_FROM_SUBJECT - Static variable in class org.apache.drill.common.config.DrillProperties
 
KERBEROS_SASL_NAME - Static variable in class org.apache.drill.common.KerberosUtil
 
KERBEROS_SIMPLE_NAME - Static variable in class org.apache.drill.common.KerberosUtil
 
KerberosUtil - Class in org.apache.drill.common
 
keySet() - Method in class org.apache.drill.common.collections.MapWithOrdinal
 
keySet() - Method in class org.apache.drill.common.map.CaseInsensitiveMap
 
KEYTAB - Static variable in class org.apache.drill.common.config.DrillProperties
 

L

LATE_BIND_TYPE - Static variable in class org.apache.drill.common.types.Types
 
logHistory(Logger) - Method in class org.apache.drill.common.HistoricalLog
Write the history of this object to the given Logger.

M

main(String[]) - Static method in class org.apache.drill.common.scanner.BuildTimeScan
to generate the prescan file during build
mapException(Exception) - Method in class org.apache.drill.common.concurrent.AbstractCheckedFuture
Translates from an InterruptedException, CancellationException or ExecutionException thrown by get to an exception of type X to be thrown by checkedGet.
MapWithOrdinal<K,V> - Class in org.apache.drill.common.collections
An implementation of map that supports constant time look-up by a generic key or an ordinal.
MapWithOrdinal() - Constructor for class org.apache.drill.common.collections.MapWithOrdinal
 
maskedField(String, String) - Method in class org.apache.drill.common.PlanStringBuilder
 
MAX_VARCHAR_LENGTH - Static variable in class org.apache.drill.common.types.Types
 
maxPrecision(TypeProtos.MinorType) - Static method in class org.apache.drill.common.types.Types
 
MEMORY_ERROR_MSG - Static variable in exception class org.apache.drill.common.exceptions.UserException
 
MEMORY_PREFIX - Static variable in class org.apache.drill.exec.metrics.MetricsCategory
 
memoryError() - Static method in exception class org.apache.drill.common.exceptions.UserException
Creates a RESOURCE error with a prebuilt message for out of memory exceptions
memoryError(String, Object...) - Static method in exception class org.apache.drill.common.exceptions.UserException
 
memoryError(Throwable) - Static method in exception class org.apache.drill.common.exceptions.UserException
Creates a RESOURCE error with a prebuilt message for out of memory exceptions
merge(Map<String, String>) - Method in class org.apache.drill.common.config.DrillProperties
 
merge(Properties) - Method in class org.apache.drill.common.config.DrillProperties
 
merge(ScanResult) - Method in class org.apache.drill.common.scanner.persistence.ScanResult
merges this and other together into a new result object
message(String, Object...) - Method in class org.apache.drill.common.exceptions.UserException.Builder
sets or replaces the error message.
METRICS_JMX_OUTPUT_ENABLED - Static variable in class org.apache.drill.exec.metrics.DrillMetrics
 
METRICS_LOG_OUTPUT_ENABLED - Static variable in class org.apache.drill.exec.metrics.DrillMetrics
 
METRICS_LOG_OUTPUT_INTERVAL - Static variable in class org.apache.drill.exec.metrics.DrillMetrics
 
MetricsCategory - Class in org.apache.drill.exec.metrics
 
MetricsCategory() - Constructor for class org.apache.drill.exec.metrics.MetricsCategory
 

N

newConcurrentMap() - Static method in class org.apache.drill.common.map.CaseInsensitiveMap
Returns a new instance of ConcurrentMap with key case-insensitivity.
newHashMap() - Static method in class org.apache.drill.common.map.CaseInsensitiveMap
Returns a new instance of HashMap with key case-insensitivity.
newHashMapWithExpectedSize(int) - Static method in class org.apache.drill.common.map.CaseInsensitiveMap
Returns a new instance of HashMap, with key case-insensitivity, of expected size.
newImmutableMap(Map<? extends String, ? extends VALUE>) - Static method in class org.apache.drill.common.map.CaseInsensitiveMap
Returns a new instance of ImmutableMap with key case-insensitivity.
NONE - Enum constant in enum org.apache.drill.exec.util.ActionOnFile
No action will be performed
NULL - Static variable in class org.apache.drill.common.types.Types
 

O

open() - Method in class org.apache.drill.common.concurrent.AutoCloseableLock
 
optional(TypeProtos.MinorType) - Static method in class org.apache.drill.common.types.Types
 
OPTIONAL_BIT - Static variable in class org.apache.drill.common.types.Types
 
OPTIONAL_INT - Static variable in class org.apache.drill.common.types.Types
 
org.apache.drill.common - package org.apache.drill.common
Logical (execution-engine-independent) element definitions.
org.apache.drill.common.collections - package org.apache.drill.common.collections
 
org.apache.drill.common.concurrent - package org.apache.drill.common.concurrent
 
org.apache.drill.common.config - package org.apache.drill.common.config
Internal configuration state definitions.
org.apache.drill.common.exceptions - package org.apache.drill.common.exceptions
Various exceptions used in logical, physical and execution contexts.
org.apache.drill.common.map - package org.apache.drill.common.map
 
org.apache.drill.common.scanner - package org.apache.drill.common.scanner
 
org.apache.drill.common.scanner.persistence - package org.apache.drill.common.scanner.persistence
 
org.apache.drill.common.types - package org.apache.drill.common.types
Logical data types.
org.apache.drill.common.util - package org.apache.drill.common.util
Utilities useful across packages.
org.apache.drill.common.util.function - package org.apache.drill.common.util.function
 
org.apache.drill.exec.metrics - package org.apache.drill.exec.metrics
 
org.apache.drill.exec.util - package org.apache.drill.exec.util
 
origin() - Method in class org.apache.drill.common.config.DrillConfig
 
overrideMode(TypeProtos.MajorType, TypeProtos.DataMode) - Static method in class org.apache.drill.common.types.Types
 

P

ParentClassDescriptor - Class in org.apache.drill.common.scanner.persistence
a parent class and its implementations that was specifically searched for during scanning
ParentClassDescriptor(String, List<ChildClassDescriptor>) - Constructor for class org.apache.drill.common.scanner.persistence.ParentClassDescriptor
 
parseBinaryString(ByteBuf, int, int, ByteBuf) - Static method in class org.apache.drill.common.util.DrillStringUtils
parsing a hex encoded binary string and write to an output buffer.
parseError() - Static method in exception class org.apache.drill.common.exceptions.UserException
Creates a new user exception builder .
parseError(Throwable) - Static method in exception class org.apache.drill.common.exceptions.UserException
Wraps the passed exception inside a parse error.
PASSWORD - Static variable in class org.apache.drill.common.config.DrillProperties
 
patch() - Static method in class org.apache.drill.common.util.GuavaPatcher
 
patch() - Static method in class org.apache.drill.common.util.ProtobufPatcher
Makes protobuf version 3.6+ compatible to libraries that still use protobuf 2.5.0.
permissionError() - Static method in exception class org.apache.drill.common.exceptions.UserException
creates a new user exception builder .
permissionError(Throwable) - Static method in exception class org.apache.drill.common.exceptions.UserException
Wraps the passed exception inside a permission error.
planError() - Static method in exception class org.apache.drill.common.exceptions.UserException
Creates a new user exception builder .
planError(Throwable) - Static method in exception class org.apache.drill.common.exceptions.UserException
Wraps the passed exception inside a plan error.
PlanStringBuilder - Class in org.apache.drill.common
Builds a string in Drill's "plan string" format: that shown in the text version of EXPLAIN PLAN FOR output.
PlanStringBuilder(Object) - Constructor for class org.apache.drill.common.PlanStringBuilder
 
PlanStringBuilder(String) - Constructor for class org.apache.drill.common.PlanStringBuilder
 
pluginError(Throwable) - Static method in exception class org.apache.drill.common.exceptions.UserException
Wraps the passed exception inside a plugin error.
processEvent(T) - Method in class org.apache.drill.common.EventProcessor
Process a single event.
ProtobufPatcher - Class in org.apache.drill.common.util
 
ProtobufPatcher() - Constructor for class org.apache.drill.common.util.ProtobufPatcher
 
pushContext(String) - Method in class org.apache.drill.common.exceptions.UserException.Builder
pushes a string value to the top of the context
pushContext(String, double) - Method in class org.apache.drill.common.exceptions.UserException.Builder
pushes a double value to the top of the context
pushContext(String, long) - Method in class org.apache.drill.common.exceptions.UserException.Builder
pushes a long value to the top of the context
pushContext(String, String) - Method in class org.apache.drill.common.exceptions.UserException.Builder
pushes a string value to the top of the context
put(String, VALUE) - Method in class org.apache.drill.common.map.CaseInsensitiveMap
 
put(K, V) - Method in class org.apache.drill.common.collections.MapWithOrdinal
Inserts the tuple (key, value) into the map extending the semantics of Map.put(K, V) with automatic ordinal assignment.
putAll(Map<? extends String, ? extends VALUE>) - Method in class org.apache.drill.common.map.CaseInsensitiveMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.drill.common.collections.MapWithOrdinal
 

Q

QUERY_TAGS - Static variable in class org.apache.drill.common.config.DrillProperties
 
QUOTING_IDENTIFIERS - Static variable in class org.apache.drill.common.config.DrillProperties
 

R

read() - Method in class org.apache.drill.common.util.DataInputInputStream
 
read(byte[]) - Method in class org.apache.drill.common.util.DataInputInputStream
 
read(byte[], int, int) - Method in class org.apache.drill.common.util.DataInputInputStream
 
readable(long) - Static method in class org.apache.drill.common.util.DrillStringUtils
Converts the long number into more human readable string.
REALM - Static variable in class org.apache.drill.common.config.DrillProperties
 
rebuild() - Method in exception class org.apache.drill.common.exceptions.UserException
 
recordEvent(String, Object...) - Method in class org.apache.drill.common.HistoricalLog
Record an event.
register(String, T) - Static method in class org.apache.drill.exec.metrics.DrillMetrics
Note: For counters, histograms, meters and timers, use get or create methods on the registry (e.g.
remove(Object) - Method in class org.apache.drill.common.collections.MapWithOrdinal
Removes the element corresponding to the key if exists extending the semantics of Map.remove(java.lang.Object) with ordinal re-cycling.
remove(Object) - Method in class org.apache.drill.common.map.CaseInsensitiveMap
 
REMOVE - Enum constant in enum org.apache.drill.exec.util.ActionOnFile
Removes the file
removeLeadingSlash(String) - Static method in class org.apache.drill.common.util.DrillStringUtils
Removes all leading slash characters from specified string.
RENAME - Enum constant in enum org.apache.drill.exec.util.ActionOnFile
Renames the file by adding current timestamp value with "yyyyMMdd_HHmmss" format before last dot of original file name
repeated(TypeProtos.MinorType) - Static method in class org.apache.drill.common.types.Types
 
required(TypeProtos.MinorType) - Static method in class org.apache.drill.common.types.Types
 
REQUIRED_BIT - Static variable in class org.apache.drill.common.types.Types
 
resetMetrics() - Static method in class org.apache.drill.exec.metrics.DrillMetrics
 
resolve() - Method in class org.apache.drill.common.config.DrillConfig
 
resolve(ConfigResolveOptions) - Method in class org.apache.drill.common.config.DrillConfig
 
resolveWith(Config) - Method in class org.apache.drill.common.config.DrillConfig
 
resolveWith(Config, ConfigResolveOptions) - Method in class org.apache.drill.common.config.DrillConfig
 
resourceError() - Static method in exception class org.apache.drill.common.exceptions.UserException
Creates a new user exception builder .
resourceError(Throwable) - Static method in exception class org.apache.drill.common.exceptions.UserException
Wraps the passed exception inside a resource error.
RetryAfterSpillException - Exception Class in org.apache.drill.common.exceptions
Special exception to be caught by caller, who is supposed to free memory by spilling and try again
RetryAfterSpillException() - Constructor for exception class org.apache.drill.common.exceptions.RetryAfterSpillException
 
RM_CONFIG_DEFAULT_RESOURCE_PATHNAME - Static variable in interface org.apache.drill.common.config.ConfigConstants
Default RM configuration file name.
RM_CONFIG_DISTRIBUTION_RESOURCE_PATHNAME - Static variable in interface org.apache.drill.common.config.ConfigConstants
Distribution Specific RM Override configuration file name.
RM_CONFIG_OVERRIDE_RESOURCE_PATHNAME - Static variable in interface org.apache.drill.common.config.ConfigConstants
RM Override configuration file name.
root() - Method in class org.apache.drill.common.config.DrillConfig
 
run() - Method in class org.apache.drill.common.SelfCleaningRunnable
 
RunTimeScan - Class in org.apache.drill.common.scanner
Utility to scan classpath at runtime
RunTimeScan() - Constructor for class org.apache.drill.common.scanner.RunTimeScan
 

S

sanitizeCSV(String) - Static method in class org.apache.drill.common.util.DrillStringUtils
Removes extra spaces and empty values in a CSV String
SASL_ENCRYPT - Static variable in class org.apache.drill.common.config.DrillProperties
 
ScanResult - Class in org.apache.drill.common.scanner.persistence
The root doc of the scan result
ScanResult(Collection<String>, Collection<String>, Collection<String>, Collection<AnnotatedClassDescriptor>, Collection<ParentClassDescriptor>) - Constructor for class org.apache.drill.common.scanner.persistence.ScanResult
 
SCHEMA - Static variable in class org.apache.drill.common.config.DrillProperties
 
schemaChangeError() - Static method in exception class org.apache.drill.common.exceptions.UserException
 
schemaChangeError(Throwable) - Static method in exception class org.apache.drill.common.exceptions.UserException
Report an unsupported schema change.
SelfCleaningRunnable - Class in org.apache.drill.common
A wrapper for Runnables that provides a hook to do cleanup.
SelfCleaningRunnable(Runnable) - Constructor for class org.apache.drill.common.SelfCleaningRunnable
Constructor.
sendEvent(T) - Method in class org.apache.drill.common.EventProcessor
Send an event to the processor.
SEPARATOR - Static variable in class org.apache.drill.common.util.DrillFileUtils
 
SEPARATOR_CHAR - Static variable in class org.apache.drill.common.util.DrillFileUtils
 
serializeForServer() - Method in class org.apache.drill.common.config.DrillProperties
Serializes properties into a protobuf message.
SERVICE_HOST - Static variable in class org.apache.drill.common.config.DrillProperties
 
SERVICE_NAME - Static variable in class org.apache.drill.common.config.DrillProperties
 
SERVICE_PRINCIPAL - Static variable in class org.apache.drill.common.config.DrillProperties
 
setProperty(String, String) - Method in class org.apache.drill.common.config.DrillProperties
 
setValue(V) - Method in class org.apache.drill.common.collections.ImmutableEntry
 
size() - Method in class org.apache.drill.common.collections.MapWithOrdinal
 
size() - Method in class org.apache.drill.common.map.CaseInsensitiveMap
 
sneakyThrow(Throwable) - Static method in class org.apache.drill.common.exceptions.ErrorHelper
Helps to hide checked exception from the compiler but then actually throw it.
softEquals(TypeProtos.MajorType, TypeProtos.MajorType, boolean) - Static method in class org.apache.drill.common.types.Types
 
splitPrincipalIntoParts(String) - Static method in class org.apache.drill.common.KerberosUtil
Expects principal of the format primary/instance@REALM or primary@REALM.
StackTrace - Class in org.apache.drill.common
Convenient way of obtaining and manipulating stack traces for debugging.
StackTrace() - Constructor for class org.apache.drill.common.StackTrace
Constructor.
start() - Method in class org.apache.drill.common.EventProcessor
Start processing events as soon as the queue isn't empty.
If the queue is not empty, this method will process all events already in the queue and any event that will be added while the queue is being processed.
stringAsDate(String) - Static method in class org.apache.drill.common.Typifier
Helper function that attempts to parse a String as a LocalDateTime.
stringAsDateTime(String) - Static method in class org.apache.drill.common.Typifier
Helper function that attempts to parse a String as a LocalDateTime.
stringPropertiesAsMap() - Method in class org.apache.drill.common.config.DrillProperties
Returns a map of keys and values in this property list where the key and its corresponding value are strings, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list.
suppressingClose(AutoCloseable) - Method in class org.apache.drill.common.DeferredException
Close the given AutoCloseable, suppressing any exceptions that are thrown.
systemError(Throwable) - Static method in exception class org.apache.drill.common.exceptions.UserException
Wraps the passed exception inside a system error.
SystemPropertyUtil - Class in org.apache.drill.exec.util
A collection of utility methods to retrieve and parse the values of Java system properties.

T

TEST_SASL_LEVEL - Static variable in class org.apache.drill.common.config.DrillProperties
 
THREADS_PREFIX - Static variable in class org.apache.drill.exec.metrics.MetricsCategory
 
throwAndClear() - Method in class org.apache.drill.common.DeferredException
If an exception exists, will throw the exception and then clear it.
throwingConsumerWrapper(CheckedConsumer<T, Exception>) - Static method in interface org.apache.drill.common.util.function.CheckedConsumer
 
TLS_HANDSHAKE_TIMEOUT - Static variable in class org.apache.drill.common.config.DrillProperties
 
TLS_PROTOCOL - Static variable in class org.apache.drill.common.config.DrillProperties
 
TLS_PROVIDER - Static variable in class org.apache.drill.common.config.DrillProperties
 
toBinaryString(byte[]) - Static method in class org.apache.drill.common.util.DrillStringUtils
Return a printable representation of a byte array, escaping the non-printable bytes as '\\xNN' where NN is the hexadecimal representation of such bytes.
toBinaryString(byte[], int, int) - Static method in class org.apache.drill.common.util.DrillStringUtils
Return a printable representation of a byte array, escaping the non-printable bytes as '\\xNN' where NN is the hexadecimal representation of such bytes.
toBinaryString(ByteBuf, int, int) - Static method in class org.apache.drill.common.util.DrillStringUtils
Return a printable representation of a byte buffer, escaping the non-printable bytes as '\\xNN' where NN is the hexadecimal representation of such bytes.
toList(Collection<E>, Function<E, T>) - Static method in class org.apache.drill.common.collections.Collectors
 
toList(Collection<E>, Function<E, T>, Predicate<T>) - Static method in class org.apache.drill.common.collections.Collectors
 
toList(Map<K, V>, BiFunction<K, V, T>) - Static method in class org.apache.drill.common.collections.Collectors
 
toList(Map<K, V>, BiFunction<K, V, T>, Predicate<T>) - Static method in class org.apache.drill.common.collections.Collectors
 
toString() - Method in class org.apache.drill.common.collections.ImmutableEntry
 
toString() - Method in class org.apache.drill.common.config.DrillConfig
 
toString() - Method in class org.apache.drill.common.map.CaseInsensitiveMap
 
toString() - Method in class org.apache.drill.common.PlanStringBuilder
 
toString() - Method in class org.apache.drill.common.scanner.persistence.AnnotatedClassDescriptor
 
toString() - Method in class org.apache.drill.common.scanner.persistence.AnnotationDescriptor
 
toString() - Method in class org.apache.drill.common.scanner.persistence.AttributeDescriptor
 
toString() - Method in class org.apache.drill.common.scanner.persistence.ChildClassDescriptor
 
toString() - Method in class org.apache.drill.common.scanner.persistence.FieldDescriptor
 
toString() - Method in class org.apache.drill.common.scanner.persistence.ParentClassDescriptor
 
toString() - Method in class org.apache.drill.common.scanner.persistence.ScanResult
 
toString() - Method in class org.apache.drill.common.StackTrace
 
toString() - Method in class org.apache.drill.common.Version
 
toString(TypeProtos.MajorType) - Static method in class org.apache.drill.common.types.Types
 
TRIES - Static variable in class org.apache.drill.common.config.DrillProperties
 
TRUE - Enum constant in enum org.apache.drill.common.types.BooleanType
 
TRUSTSTORE_PASSWORD - Static variable in class org.apache.drill.common.config.DrillProperties
 
TRUSTSTORE_PATH - Static variable in class org.apache.drill.common.config.DrillProperties
 
TRUSTSTORE_TYPE - Static variable in class org.apache.drill.common.config.DrillProperties
 
TypeDescriptor - Class in org.apache.drill.common.scanner.persistence
represents the type of a field
typeKey(TypeProtos.MinorType) - Static method in class org.apache.drill.common.types.Types
The union vector is a map of types.
Types - Class in org.apache.drill.common.types
 
Types() - Constructor for class org.apache.drill.common.types.Types
 
Typifier - Class in org.apache.drill.common
This class attempts to infer the data type of an unknown data type.
Typifier() - Constructor for class org.apache.drill.common.Typifier
 
typify(String) - Static method in class org.apache.drill.common.Typifier
Attempts to classify String input as double, int, char, etc.
typify(String, boolean, boolean, boolean, boolean) - Static method in class org.apache.drill.common.Typifier
Attempts to determine the best data type for an unknown bit of text.
typifyToDrill(String) - Static method in class org.apache.drill.common.Typifier
This function infers the Drill data type of unknown data.

U

UNDEFINED - Static variable in class org.apache.drill.common.types.Types
 
unescapeJava(String) - Static method in class org.apache.drill.common.util.DrillStringUtils
Unescapes any Java literals found in the String.
unquotedField(String, String) - Method in class org.apache.drill.common.PlanStringBuilder
Displays the field as an unquoted string.
unspecifiedError(Throwable) - Static method in exception class org.apache.drill.common.exceptions.UserException
Indicates an unspecified error: code caught the exception, but does not have visibility into the cause well enough to pick one of the more specific error types.
unsupportedError() - Static method in exception class org.apache.drill.common.exceptions.UserException
Creates a new user exception builder .
unsupportedError(Throwable) - Static method in exception class org.apache.drill.common.exceptions.UserException
Wraps the passed exception inside a unsupported error.
USE_SYSTEM_TRUSTSTORE - Static variable in class org.apache.drill.common.config.DrillProperties
 
USER - Static variable in class org.apache.drill.common.config.DrillProperties
 
USER_DOES_NOT_EXIST - Static variable in class org.apache.drill.common.exceptions.UserExceptionUtils
 
UserException - Exception Class in org.apache.drill.common.exceptions
Base class for all user exception.
UserException(UserBitShared.DrillPBError.ErrorType, String, Throwable) - Constructor for exception class org.apache.drill.common.exceptions.UserException
 
UserException.Builder - Class in org.apache.drill.common.exceptions
Builder class for DrillUserException.
UserExceptionUtils - Class in org.apache.drill.common.exceptions
Provides utilities (such as retrieving hints) to add more context to UserExceptions.
UserRemoteException - Exception Class in org.apache.drill.common.exceptions
Wraps a DrillPBError object so we don't need to rebuilt it multiple times when sending it to the client.
UserRemoteException(UserBitShared.DrillPBError) - Constructor for exception class org.apache.drill.common.exceptions.UserRemoteException
 
usesHolderForGet(TypeProtos.MajorType) - Static method in class org.apache.drill.common.types.Types
 

V

validationError() - Static method in exception class org.apache.drill.common.exceptions.UserException
Creates a new user exception builder .
validationError(Throwable) - Static method in exception class org.apache.drill.common.exceptions.UserException
wraps the passed exception inside a validation error.
valueOf(String) - Static method in enum org.apache.drill.common.types.BooleanType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.drill.exec.util.ActionOnFile
Returns the enum constant of this type with the specified name.
values() - Method in class org.apache.drill.common.collections.MapWithOrdinal
 
values() - Method in class org.apache.drill.common.map.CaseInsensitiveMap
 
values() - Static method in enum org.apache.drill.common.types.BooleanType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.drill.exec.util.ActionOnFile
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in org.apache.drill.common
Encapsulates version information and provides ordering
Version(String, int, int, int, int, String) - Constructor for class org.apache.drill.common.Version
 

W

withFallback(ConfigMergeable) - Method in class org.apache.drill.common.config.DrillConfig
 
withMode(TypeProtos.MinorType, TypeProtos.DataMode) - Static method in class org.apache.drill.common.types.Types
 
withOnlyPath(String) - Method in class org.apache.drill.common.config.DrillConfig
 
withoutPath(String) - Method in class org.apache.drill.common.config.DrillConfig
 
withPrecision(TypeProtos.MinorType, TypeProtos.DataMode, int) - Static method in class org.apache.drill.common.types.Types
Builds major type using given minor type, data mode and precision.
withPrecisionAndScale(TypeProtos.MinorType, TypeProtos.DataMode, int, int) - Static method in class org.apache.drill.common.types.Types
 
withValue(String, ConfigValue) - Method in class org.apache.drill.common.config.DrillConfig
 
write(byte[]) - Method in class org.apache.drill.common.util.DataOutputOutputStream
 
write(byte[], int, int) - Method in class org.apache.drill.common.util.DataOutputOutputStream
 
write(int) - Method in class org.apache.drill.common.util.DataOutputOutputStream
 
writeToBuilder(StringBuilder, int) - Method in class org.apache.drill.common.StackTrace
Write the stack trace to a StringBuilder.

Z

ZOOKEEPER_CONNECTION - Static variable in class org.apache.drill.common.config.DrillProperties
 
A B C D E F G H I J K L M N O P Q R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form