public class SyncStat extends Object implements Jsonizable
| Modifier and Type | Class and Description |
|---|---|
static class |
SyncStat.SyncPhase |
| Constructor and Description |
|---|
SyncStat() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCurrentSyncTimestamp() |
SyncStat.SyncPhase |
getSyncPhase() |
String |
jsonize() |
void |
jsonize(StringBuilder sb,
String newline) |
void |
setCurrentSyncTimestamp(Long currentSyncTimestamp) |
void |
setSyncPhase(SyncStat.SyncPhase syncPhase) |
public SyncStat.SyncPhase getSyncPhase()
public void setSyncPhase(SyncStat.SyncPhase syncPhase)
public Long getCurrentSyncTimestamp()
public void setCurrentSyncTimestamp(Long currentSyncTimestamp)
public String jsonize()
jsonize in interface Jsonizablepublic void jsonize(StringBuilder sb, String newline)
jsonize in interface JsonizableCopyright © 2024. All Rights Reserved.