Interface ReIndexTaskInfo
- All Known Implementing Classes:
ReIndexTask
public interface ReIndexTaskInfo
Provides information about a reindexing task.
This interface abstracts the details of reindexing progress and status.
- Since:
- 10.1
-
Method Summary
-
Method Details
-
isFinishedReindexing
boolean isFinishedReindexing()- Returns:
- true if the reindexing task has finished, false if it is still in progress
-
getPercentComplete
int getPercentComplete()- Returns:
- the percentage of completion as an integer from 0 to 100
-
getCompactElapsedTime
String getCompactElapsedTime()- Returns:
- a compact string representation of the elapsed time since the task started
-
getJobID
int getJobID()- Returns:
- the unique identifier for this reindexing job
-