Class MulticastQueryEventListeners.Multicast2TriePostingListEventListener
java.lang.Object
org.apache.cassandra.index.sai.metrics.MulticastQueryEventListeners.Multicast2TriePostingListEventListener
- All Implemented Interfaces:
QueryEventListener.PostingListEventListener
- Enclosing class:
- MulticastQueryEventListeners
public static class MulticastQueryEventListeners.Multicast2TriePostingListEventListener
extends Object
implements QueryEventListener.PostingListEventListener
-
Field Summary
Fields inherited from interface org.apache.cassandra.index.sai.metrics.QueryEventListener.PostingListEventListener
NO_OP -
Method Summary
Modifier and TypeMethodDescriptionvoidWhen an individual posting lists is advanced.voidpostingDecoded(long postingDecoded) When a posting is successfully read from disk and decoded.
-
Method Details
-
onAdvance
public void onAdvance()Description copied from interface:QueryEventListener.PostingListEventListenerWhen an individual posting lists is advanced.- Specified by:
onAdvancein interfaceQueryEventListener.PostingListEventListener
-
postingDecoded
public void postingDecoded(long postingDecoded) Description copied from interface:QueryEventListener.PostingListEventListenerWhen a posting is successfully read from disk and decoded.- Specified by:
postingDecodedin interfaceQueryEventListener.PostingListEventListener
-