Class | Description |
---|---|
AnnotationUtils | |
BloomFilter |
BloomFilter is a probabilistic data structure for set membership check.
|
DateUtils |
DateUtils.
|
Decimal128FastBuffer |
A helper class for fast serialization of decimal128 in the BigDecimal byte[] representation
|
HiveStringUtils |
HiveStringUtils
General string utils
Originally copied from o.a.hadoop.util.StringUtils
|
HiveTestUtils | |
HiveVersionInfo |
HiveVersionInfo.
|
Murmur3 |
Murmur3 is successor to Murmur2 fast non-crytographic hash algorithms.
|
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.
|
ShutdownHookManager |
The
ShutdownHookManager enables running shutdownHook
in a deterministic order, higher priority first. |
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.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.