| Package | Description |
|---|---|
| org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
| org.infinispan.stream.impl | |
| org.infinispan.stream.impl.local | |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleCacheStream |
DoubleCacheStream.segmentCompletionListener(BaseCacheStream.SegmentCompletionListener listener)
Allows registration of a segment completion listener that is notified when a segment has completed
processing.
|
IntCacheStream |
IntCacheStream.segmentCompletionListener(BaseCacheStream.SegmentCompletionListener listener)
Allows registration of a segment completion listener that is notified when a segment has completed
processing.
|
LongCacheStream |
LongCacheStream.segmentCompletionListener(BaseCacheStream.SegmentCompletionListener listener)
Allows registration of a segment completion listener that is notified when a segment has completed
processing.
|
BaseCacheStream |
BaseCacheStream.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.
|
LockedStream<K,V> |
LockedStream.segmentCompletionListener(BaseCacheStream.SegmentCompletionListener listener)
This method is not supported when using a
LockedStream |
| Modifier and Type | Method and Description |
|---|---|
LocalCacheStream<R> |
LocalCacheStream.segmentCompletionListener(BaseCacheStream.SegmentCompletionListener listener) |
LocalDoubleCacheStream |
LocalDoubleCacheStream.segmentCompletionListener(BaseCacheStream.SegmentCompletionListener listener) |
LocalIntCacheStream |
LocalIntCacheStream.segmentCompletionListener(BaseCacheStream.SegmentCompletionListener listener) |
LocalLongCacheStream |
LocalLongCacheStream.segmentCompletionListener(BaseCacheStream.SegmentCompletionListener listener) |
| Modifier and Type | Method and Description |
|---|---|
AbstractDelegatingCacheStream<R> |
AbstractDelegatingCacheStream.segmentCompletionListener(BaseCacheStream.SegmentCompletionListener listener) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.