Interface QueryEventListener.PostingListEventListener

All Known Implementing Classes:
MulticastQueryEventListeners.Multicast2BalancedTreePostingListEventListener, MulticastQueryEventListeners.Multicast2TriePostingListEventListener
Enclosing interface:
QueryEventListener

public static interface QueryEventListener.PostingListEventListener
Collector for posting file related metrics.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    When an individual posting lists is advanced.
    void
    postingDecoded(long postingsDecoded)
    When a posting is successfully read from disk and decoded.
  • Field Details

  • Method Details

    • onAdvance

      void onAdvance()
      When an individual posting lists is advanced.
    • postingDecoded

      void postingDecoded(long postingsDecoded)
      When a posting is successfully read from disk and decoded.