Package | Description |
---|---|
org.infinispan.stream.impl.local |
Modifier and Type | Class and Description |
---|---|
class |
EntryStreamSupplier<K,V>
Stream supplier that is to be used when the underlying stream is composed by
CacheEntry instances. |
class |
KeyStreamSupplier<K,V>
Stream supplier that is to be used when the underlying stream is composed by key instances.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractLocalCacheStream.StreamSupplier<T> |
AbstractLocalCacheStream.streamSupplier |
Constructor and Description |
---|
AbstractLocalCacheStream(AbstractLocalCacheStream.StreamSupplier<T> streamSupplier,
boolean parallel,
ComponentRegistry registry) |
LocalCacheStream(AbstractLocalCacheStream.StreamSupplier<R> streamSupplier,
boolean parallel,
ComponentRegistry registry) |
LocalDoubleCacheStream(AbstractLocalCacheStream.StreamSupplier streamSupplier,
boolean parallel,
ComponentRegistry registry) |
LocalIntCacheStream(AbstractLocalCacheStream.StreamSupplier streamSupplier,
boolean parallel,
ComponentRegistry registry) |
LocalLongCacheStream(AbstractLocalCacheStream.StreamSupplier streamSupplier,
boolean parallel,
ComponentRegistry registry) |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.