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 -
Method Summary
Modifier and TypeMethodDescriptionvoidWhen an individual posting lists is advanced.voidpostingDecoded(long postingsDecoded) When a posting is successfully read from disk and decoded.
-
Field Details
-
NO_OP
-
-
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.
-