public class CheckpointStatus
extends java.lang.Object
Constructor and Description |
---|
CheckpointStatus(java.lang.String family,
int index) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFamily() |
int |
getIndex() |
long |
getLastSyncTime() |
long |
getVersion() |
void |
setFamily(java.lang.String family) |
void |
setIndex(int index) |
void |
setLastSyncTime(long lastSyncTime) |
void |
setVersion(long version) |
public java.lang.String getFamily()
public void setFamily(java.lang.String family)
public int getIndex()
public void setIndex(int index)
public long getVersion()
public void setVersion(long version)
public long getLastSyncTime()
public void setLastSyncTime(long lastSyncTime)