public static interface ReplicationQueue.Status
Modifier and Type | Method and Description |
---|---|
long |
getLastProcessTime()
Returns the time when the last entry was processed.
|
long |
getNextRetryTime()
Returns the time when the next retry is performed if the queue is
blocked or 0 otherwise.
|
long |
getProcessingSince()
Gets the time since the queue is processing an entry or 0 if the queue
is currently blocked or idle.
|
long |
getStatusTime()
Gets the time when this status was generated.
|
long getStatusTime()
long getNextRetryTime()
long getProcessingSince()
long getLastProcessTime()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"