public interface GridStreamerIndexEntry<E,K,V>
@Nullable Collection<E> events()
Events are tracked only if GridStreamerIndexProvider.getPolicy()
is set to GridStreamerIndexPolicy.EVENT_TRACKING_ON or
GridStreamerIndexPolicy.EVENT_TRACKING_ON_DEDUP.
null if event tracking is off.K key()
V value()
For sorted indexes, the sorting happens based on this value.
Copyright © 2014. All rights reserved.