public interface P4RepositoryIndexer extends RepositoryIndexer
Modifier and Type | Method and Description |
---|---|
RepositoryIndexingStatus |
startChangelistReindexing(long fromRevision,
long toRevision)
Reindex changelist metadata.
|
getIndexingStatus, startChangesetCommentReindexing, startFullReindexing, startIncrementalIndexing, startLineCountReindexing
RepositoryIndexingStatus startChangelistReindexing(long fromRevision, long toRevision)
java.lang.IllegalStateException
- if the repository is not RepositoryState.RUNNING
.