@InterfaceStability.Unstable public class CheckpointId extends java.lang.Object
toString()
representation of the checkpoint id
as the store checkpoint directory name.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SEPARATOR |
Constructor and Description |
---|
CheckpointId(long millis,
long nanos) |
Modifier and Type | Method and Description |
---|---|
static CheckpointId |
create() |
boolean |
equals(java.lang.Object o) |
static CheckpointId |
fromString(java.lang.String checkpointId) |
long |
getMillis() |
long |
getNanos() |
int |
hashCode() |
java.lang.String |
toString() |
public static final java.lang.String SEPARATOR
public static CheckpointId create()
public static CheckpointId fromString(java.lang.String checkpointId)
public long getMillis()
public long getNanos()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object