|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Sync.StatusColumns
Columns from the history table.
| Field Summary | |
|---|---|
static String |
LAST_FAILURE_MESG
The MESG of the last sync that failed since the last successful sync. |
static String |
LAST_FAILURE_SOURCE
The SOURCE of the last sync that failed since the last successful sync. |
static String |
LAST_FAILURE_TIME
The end time in ms of the last sync that failed since the last successful sync. |
static String |
LAST_SUCCESS_SOURCE
The SOURCE of the last successful sync. |
static String |
LAST_SUCCESS_TIME
The time in ms that the last successful sync ended. |
static String |
NUM_SOURCE_LOCAL
The number of syncs with SOURCE_LOCAL. |
static String |
NUM_SOURCE_POLL
The number of syncs with SOURCE_POLL. |
static String |
NUM_SOURCE_SERVER
The number of syncs with SOURCE_SERVER. |
static String |
NUM_SOURCE_USER
The number of syncs with SOURCE_USER. |
static String |
NUM_SYNCS
How many syncs were completed for this account and authority. |
static String |
PENDING
Is set to 1 if a sync is pending, 0 if not. |
static String |
TOTAL_ELAPSED_TIME
How long all the events for this account and authority took. |
| Field Detail |
|---|
static final String NUM_SYNCS
Type: INTEGER
static final String TOTAL_ELAPSED_TIME
Type: INTEGER
static final String NUM_SOURCE_POLL
Type: INTEGER
static final String NUM_SOURCE_SERVER
Type: INTEGER
static final String NUM_SOURCE_LOCAL
Type: INTEGER
static final String NUM_SOURCE_USER
Type: INTEGER
static final String LAST_SUCCESS_TIME
Type: INTEGER
static final String LAST_SUCCESS_SOURCE
Type: INTEGER
static final String LAST_FAILURE_TIME
Type: INTEGER
static final String LAST_FAILURE_SOURCE
Type: INTEGER
static final String LAST_FAILURE_MESG
Type: STRING
static final String PENDING
Type: INTEGER
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||