public class RepositoryIndexingStatus
extends java.lang.Object
RepositoryIndexer.getIndexingStatus()
to get newer snapshots of the indexing status.| Modifier and Type | Class and Description |
|---|---|
static class |
RepositoryIndexingStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,? extends java.lang.Number> |
getIndexingStateCounts()
Get the counts of changesets in the repository which are in each indxing state.
|
java.util.Date |
getLastScanTime()
The time the last scan of the repository completed.
|
java.lang.String |
getMessage()
Human readable status/error message.
|
boolean |
hasError()
Whether there are any errors with the indexing.
|
boolean |
isCrossRepositoryRescanInProgress()
Indicates that a cross-repository search rescan request is running on the repository, and not complete yet.
|
boolean |
isDoneFullRepositorySlurp()
This indicates that the indexing phase of initial repository processing is complete.
|
boolean |
isFullIndexingInProgress()
This indicates that the repository is in the process of performing the initial indexing of a repository
which includes both the scanning and indexing phases
|
boolean |
isIncrementalIndexingInProgress()
Indicates that incremental indexing is in progress (covering both scanning and indexing).
|
boolean |
isInitialScanningComplete()
This indicates that the scanning phase of initial repository processing is complete.
|
boolean |
isLinesOfContentIndexingInProgress() |
public java.util.Date getLastScanTime()
public boolean isFullIndexingInProgress()
public boolean isIncrementalIndexingInProgress()
public boolean isLinesOfContentIndexingInProgress()
public boolean hasError()
getMessage()
to retrieve a description of the error if this is the case.true if there is any error with the indexing, false otherwisepublic java.lang.String getMessage()
The message is descriptive and subject to change.
public java.util.Map<java.lang.String,? extends java.lang.Number> getIndexingStateCounts()
public boolean isDoneFullRepositorySlurp()
public boolean isInitialScanningComplete()
public boolean isCrossRepositoryRescanInProgress()