Package com.couchbase.lite
Class ReplicatorProgress
- java.lang.Object
-
- com.couchbase.lite.ReplicatorProgress
-
public final class ReplicatorProgress extends java.lang.Object
Progress of a replicator. If `total` is zero, the progress is indeterminate; otherwise, dividing the two will produce a fraction that can be used to draw a progress bar.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getCompleted()
The number of completed changes processed.long
getTotal()
The total number of changes to be processed.java.lang.String
toString()
-