Class V2ShadowQueryExecutionEvent
- java.lang.Object
-
- com.atlassian.confluence.event.events.search.V2ShadowQueryExecutionEvent
-
@Internal public class V2ShadowQueryExecutionEvent extends Object
- Since:
- 5.10
-
-
Constructor Summary
Constructors Constructor Description V2ShadowQueryExecutionEvent(long startMillis, long endMillis, String searchType, String shadowStatus)V2ShadowQueryExecutionEvent(long startMillis, long endMillis, String searchType, String shadowStatus, long discrepancyValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetDiscrepancyValue()longgetDurationMillis()StringgetSearchType()StringgetShadowStatus()
-