public class AnalysisCompletedEvent extends Object
Constructor and Description |
---|
AnalysisCompletedEvent(AnalyzerResult analyzerResult,
AnalyzingStatistics analyzingStatistics) |
Modifier and Type | Method and Description |
---|---|
int |
getDbOrphansCount()
The count of items which are only found in the database.
|
long |
getDbStreamingAndAnalyzingTime()
The time taken to retrieve all database items using streaming plus analyzing time
|
float |
getIndexHealth()
The health is currently the ratio between index and database counts.
|
long |
getIndexIssueGatherTime()
The time taken to retrieve items from index
|
int |
getIndexOrphansCount()
The count of items which are only found in the index.
|
int |
getOkCount()
The count of items which are consistent within Index and Database.
|
int |
getOutdatedCount()
The count of items which are outdated in the index.
|
public AnalysisCompletedEvent(AnalyzerResult analyzerResult, AnalyzingStatistics analyzingStatistics)
public int getOkCount()
public int getDbOrphansCount()
public int getIndexOrphansCount()
public float getIndexHealth()
public int getOutdatedCount()
public long getIndexIssueGatherTime()
public long getDbStreamingAndAnalyzingTime()
Copyright © 2002-2019 Atlassian. All Rights Reserved.