Uses of Interface
org.infinispan.BaseCacheStream.SegmentCompletionListener
-
Packages that use BaseCacheStream.SegmentCompletionListener Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.notifications.cachelistener Cache-specific notifications and eventing.org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. -
-
Uses of BaseCacheStream.SegmentCompletionListener in org.infinispan
Methods in org.infinispan with parameters of type BaseCacheStream.SegmentCompletionListener Modifier and Type Method Description BaseCacheStreamBaseCacheStream. segmentCompletionListener(BaseCacheStream.SegmentCompletionListener listener)Allows registration of a segment completion listener that is notified when a segment has completed processing.CacheStream<R>CacheStream. segmentCompletionListener(BaseCacheStream.SegmentCompletionListener listener)Allows registration of a segment completion listener that is notified when a segment has completed processing.DoubleCacheStreamDoubleCacheStream. segmentCompletionListener(BaseCacheStream.SegmentCompletionListener listener)Allows registration of a segment completion listener that is notified when a segment has completed processing.IntCacheStreamIntCacheStream. segmentCompletionListener(BaseCacheStream.SegmentCompletionListener listener)Allows registration of a segment completion listener that is notified when a segment has completed processing.LockedStream<K,V>LockedStream. segmentCompletionListener(BaseCacheStream.SegmentCompletionListener listener)This method is not supported when using aLockedStreamLongCacheStreamLongCacheStream. segmentCompletionListener(BaseCacheStream.SegmentCompletionListener listener)Allows registration of a segment completion listener that is notified when a segment has completed processing. -
Uses of BaseCacheStream.SegmentCompletionListener in org.infinispan.notifications.cachelistener
Subinterfaces of BaseCacheStream.SegmentCompletionListener in org.infinispan.notifications.cachelistener Modifier and Type Interface Description interfaceQueueingSegmentListener<K,V,E extends Event<K,V>>This interface describes methods needed for a segment listener that is used when iterating over the current events and be able to queue them properly -
Uses of BaseCacheStream.SegmentCompletionListener in org.infinispan.util
Methods in org.infinispan.util with parameters of type BaseCacheStream.SegmentCompletionListener Modifier and Type Method Description AbstractDelegatingCacheStream<R>AbstractDelegatingCacheStream. segmentCompletionListener(BaseCacheStream.SegmentCompletionListener listener)
-