Class V2ShadowQueryExecutionEvent

java.lang.Object
com.atlassian.confluence.event.events.search.V2ShadowQueryExecutionEvent

@Internal public class V2ShadowQueryExecutionEvent extends Object
Since:
5.10
  • Constructor Details

    • V2ShadowQueryExecutionEvent

      public V2ShadowQueryExecutionEvent(long startMillis, long endMillis, String searchType, String shadowStatus, long discrepancyValue)
    • V2ShadowQueryExecutionEvent

      public V2ShadowQueryExecutionEvent(long startMillis, long endMillis, String searchType, String shadowStatus)
  • Method Details

    • getDurationMillis

      public long getDurationMillis()
    • getSearchType

      public String getSearchType()
    • getShadowStatus

      public String getShadowStatus()
    • getDiscrepancyValue

      public long getDiscrepancyValue()