Package org.infinispan.stream.impl.local
Interface AbstractLocalCacheStream.StreamSupplier<T,S extends BaseStream<T,S>>
-
- All Known Implementing Classes:
EntryStreamSupplier
,KeyStreamSupplier
,SegmentedEntryStreamSupplier
,SegmentedKeyStreamSupplier
- Enclosing class:
- AbstractLocalCacheStream<T,S extends BaseStream<T,S>,S2 extends S>
public static interface AbstractLocalCacheStream.StreamSupplier<T,S extends BaseStream<T,S>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S
buildStream(org.infinispan.commons.util.IntSet segmentsToFilter, Set<?> keysToFilter, boolean parallel)
-