public class CkpMessage extends Object implements Serializable, Comparable<CkpMessage>
| Modifier and Type | Class and Description |
|---|---|
static class |
CkpMessage.State
Instant State.
|
| Modifier and Type | Field and Description |
|---|---|
static Comparator<CkpMessage> |
COMPARATOR |
| Constructor and Description |
|---|
CkpMessage(org.apache.hadoop.fs.FileStatus fileStatus) |
CkpMessage(String instant,
String state) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(@NotNull CkpMessage o) |
static List<String> |
getAllFileNames(String instant) |
static String |
getFileName(String instant,
CkpMessage.State state) |
String |
getInstant() |
CkpMessage.State |
getState() |
boolean |
isAborted() |
boolean |
isComplete() |
boolean |
isInflight() |
String |
toString() |
public static final Comparator<CkpMessage> COMPARATOR
public String getInstant()
public CkpMessage.State getState()
public boolean isAborted()
public boolean isComplete()
public boolean isInflight()
public static String getFileName(String instant, CkpMessage.State state)
public int compareTo(@NotNull
@NotNull CkpMessage o)
compareTo in interface Comparable<CkpMessage>Copyright © 2022 The Apache Software Foundation. All rights reserved.