Class ReIndexFinishedAnalyticsEvent
java.lang.Object
com.atlassian.confluence.internal.index.event.ReIndexFinishedAnalyticsEvent
- Since:
- 7.7.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleanlonglong@Nullable StringgetId()longintinthashCode()newIndexRecoveryReIndexFinishedEvent(long contentIndexSize, long changeIndexSize, SearchPlatform searchPlatform) newPropagationReIndexFinishedEvent(String indexingId, long indexingTime, int totalNodes, long contentIndexSize, long changeIndexSize, SearchPlatform searchPlatform)
-
Method Details
-
newIndexRecoveryReIndexFinishedEvent
public static ReIndexFinishedAnalyticsEvent newIndexRecoveryReIndexFinishedEvent(long contentIndexSize, long changeIndexSize, SearchPlatform searchPlatform) -
newPropagationReIndexFinishedEvent
public static ReIndexFinishedAnalyticsEvent newPropagationReIndexFinishedEvent(String indexingId, long indexingTime, int totalNodes, long contentIndexSize, long changeIndexSize, SearchPlatform searchPlatform) -
getId
-
getIndexingTime
public long getIndexingTime()- Returns:
- time to finish rebuilding index, in seconds.
-
getTotalNodes
public int getTotalNodes() -
getContentIndexSize
public long getContentIndexSize()- Returns:
- total size of the content index, in Megabytes
-
getChangeIndexSize
public long getChangeIndexSize()- Returns:
- total size of the change index, in Megabytes
-
getSearchPlatform
- Returns:
- the current search platform
-
equals
-
hashCode
public int hashCode()
-