Uses of Interface
org.infinispan.BaseCacheStream.SegmentCompletionListener
Packages that use BaseCacheStream.SegmentCompletionListener
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
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.SegmentCompletionListenerModifier and TypeMethodDescriptionBaseCacheStream.segmentCompletionListener
(BaseCacheStream.SegmentCompletionListener listener) Allows registration of a segment completion listener that is notified when a segment has completed processing.CacheStream.segmentCompletionListener
(BaseCacheStream.SegmentCompletionListener listener) Allows registration of a segment completion listener that is notified when a segment has completed processing.DoubleCacheStream.segmentCompletionListener
(BaseCacheStream.SegmentCompletionListener listener) Allows registration of a segment completion listener that is notified when a segment has completed processing.IntCacheStream.segmentCompletionListener
(BaseCacheStream.SegmentCompletionListener listener) Allows registration of a segment completion listener that is notified when a segment has completed processing.LockedStream.segmentCompletionListener
(BaseCacheStream.SegmentCompletionListener listener) This method is not supported when using aLockedStream
LongCacheStream.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.stream.impl
Methods in org.infinispan.stream.impl with parameters of type BaseCacheStream.SegmentCompletionListenerModifier and TypeMethodDescriptionDistributedCacheStream.segmentCompletionListener
(BaseCacheStream.SegmentCompletionListener listener) DistributedDoubleCacheStream.segmentCompletionListener
(BaseCacheStream.SegmentCompletionListener listener) DistributedIntCacheStream.segmentCompletionListener
(BaseCacheStream.SegmentCompletionListener listener) DistributedLongCacheStream.segmentCompletionListener
(BaseCacheStream.SegmentCompletionListener listener) IntermediateCacheStream.segmentCompletionListener
(BaseCacheStream.SegmentCompletionListener listener) IntermediateDoubleCacheStream.segmentCompletionListener
(BaseCacheStream.SegmentCompletionListener listener) IntermediateIntCacheStream.segmentCompletionListener
(BaseCacheStream.SegmentCompletionListener listener) IntermediateLongCacheStream.segmentCompletionListener
(BaseCacheStream.SegmentCompletionListener listener) LockedStreamImpl.segmentCompletionListener
(BaseCacheStream.SegmentCompletionListener listener) -
Uses of BaseCacheStream.SegmentCompletionListener in org.infinispan.util
Methods in org.infinispan.util with parameters of type BaseCacheStream.SegmentCompletionListenerModifier and TypeMethodDescriptionAbstractDelegatingCacheStream.segmentCompletionListener
(BaseCacheStream.SegmentCompletionListener listener)