| Interface | Description |
|---|---|
| RetryUtilities.ExponentialBackOffRetry<T> |
Interface used to create a ExponentialBackOffRetry policy
|
| Class | Description |
|---|---|
| ACLConfigurationParser |
Parser for extracting ACL information from Configs
|
| AnnotationUtils | |
| DateParser |
Date parser class for Hive.
|
| DateUtils |
DateUtils.
|
| Decimal128FastBuffer |
A helper class for fast serialization of decimal128 in the BigDecimal byte[] representation
|
| FixedSizedObjectPool<T> |
Simple object pool of limited size.
|
| HashCodeUtil | |
| HiveStringUtils |
HiveStringUtils
General string utils
Originally copied from o.a.hadoop.util.StringUtils
|
| HiveTestUtils | |
| HiveVersionInfo |
HiveVersionInfo.
|
| Ref<T> |
Reference to T.
|
| ReflectionUtil |
Same as Hadoop ReflectionUtils, but (1) does not leak classloaders (or shouldn't anyway, we
rely on Guava cache, and could fix it otherwise); (2) does not have a hidden epic lock.
|
| RetryUtilities | |
| RetryUtilities.ExponentiallyDecayingBatchWork<T> |
This class is a base implementation of a simple exponential back retry policy.
|
| ShutdownHookManager |
This is just a wrapper around hadoop's ShutdownHookManager but also manages delete on exit hook for temp files.
|
| StreamPrinter |
StreamPrinter.
|
| TimestampParser |
Timestamp parser using Joda DateTimeFormatter.
|
| TimestampParser.MillisDateFormatParser |
DateTimeParser to parse the date string as the millis since Unix epoch
|
| Enum | Description |
|---|---|
| HiveStringUtils.TraditionalBinaryPrefix |
The traditional binary prefixes, kilo, mega, ..., exa,
which can be represented by a 64-bit integer.
|
| Exception | Description |
|---|---|
| RetryUtilities.RetryException |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.