public class KeyStreamSupplier<K,V> extends Object implements AbstractLocalCacheStream.StreamSupplier<K,Stream<K>>
| Constructor and Description |
|---|
KeyStreamSupplier(Cache<K,V> cache,
ToIntFunction<Object> toIntFunction,
Supplier<Stream<K>> supplier) |
| Modifier and Type | Method and Description |
|---|---|
Stream<K> |
buildStream(IntSet segmentsToFilter,
Set<?> keysToFilter,
boolean parallel) |
public Stream<K> buildStream(IntSet segmentsToFilter, Set<?> keysToFilter, boolean parallel)
buildStream in interface AbstractLocalCacheStream.StreamSupplier<K,Stream<K>>Copyright © 2022 JBoss by Red Hat. All rights reserved.