@Immutable public static class AcidUtils.ParsedDeltaLight extends Object implements Comparable<AcidUtils.ParsedDeltaLight>
AcidUtils.ParsedDelta.| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AcidUtils.ParsedDeltaLight parsedDelta)
Compactions (Major/Minor) merge deltas/bases but delete of old files
happens in a different process; thus it's possible to have bases/deltas with
overlapping writeId boundaries.
|
long |
getMaxWriteId() |
long |
getMinWriteId() |
org.apache.hadoop.fs.Path |
getPath() |
int |
getStatementId() |
long |
getVisibilityTxnId() |
boolean |
hasStatementId() |
boolean |
isDeleteDelta() |
static AcidUtils.ParsedDeltaLight |
parse(org.apache.hadoop.fs.Path deltaDir) |
public static AcidUtils.ParsedDeltaLight parse(org.apache.hadoop.fs.Path deltaDir)
public long getMinWriteId()
public long getMaxWriteId()
public org.apache.hadoop.fs.Path getPath()
public boolean hasStatementId()
public int getStatementId()
public boolean isDeleteDelta()
public long getVisibilityTxnId()
public int compareTo(AcidUtils.ParsedDeltaLight parsedDelta)
compareTo in interface Comparable<AcidUtils.ParsedDeltaLight>Copyright © 2024 The Apache Software Foundation. All rights reserved.