public static interface ProgressListener.ProgressUpdate
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getProgressAsString()
Gets a loggable string with the information for
the progress update.
|
QueryBatch |
getQueryBatch()
Gets the query batcher producing the
results.
|
long |
getStartTime()
Gets the time when the processing started.
|
double |
getTimeSoFarInSeconds()
Gets the time taken by processing up to this
update.
|
long |
getTotalResults()
Gets the total number of results in this
update.
|
boolean |
isComplete()
Whether the update is complete.
|
java.lang.String getProgressAsString()
boolean isComplete()
QueryBatch getQueryBatch()
long getStartTime()
long getTotalResults()
double getTimeSoFarInSeconds()
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.