Package | Description |
---|---|
org.apache.hadoop.hive.ql.io |
Modifier and Type | Method and Description |
---|---|
List<AcidUtils.ParsedDelta> |
AcidUtils.Directory.getCurrentDirectories()
Get the list of base and delta directories that are valid and not
obsolete.
|
Modifier and Type | Method and Description |
---|---|
int |
AcidUtils.ParsedDelta.compareTo(AcidUtils.ParsedDelta parsedDelta) |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.fs.Path[] |
AcidUtils.getPaths(List<AcidUtils.ParsedDelta> deltas)
Convert a list of deltas to a list of delta directories.
|
static List<Long> |
AcidUtils.serializeDeltas(List<AcidUtils.ParsedDelta> deltas)
Convert the list of deltas into an equivalent list of begin/end
transaction id pairs.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.