Class V2ShadowQueryExecutionEvent


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

      • 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 Detail

      • getDurationMillis

        public long getDurationMillis()
      • getSearchType

        public String getSearchType()
      • getShadowStatus

        public String getShadowStatus()
      • getDiscrepancyValue

        public long getDiscrepancyValue()