| Package | Description |
|---|---|
| org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
| org.infinispan.stream.impl |
| Modifier and Type | Method and Description |
|---|---|
default void |
LongCacheStream.forEach(SerializableLongConsumer action)
Same as
LongStream.forEach(LongConsumer) except that the LongConsumer must also
implement Serializable. |
default LongCacheStream |
LongCacheStream.peek(SerializableLongConsumer action)
Same as
LongCacheStream.flatMap(LongFunction) except that the LongFunction must also
implement Serializable. |
| Modifier and Type | Method and Description |
|---|---|
void |
DistributedLongCacheStream.forEach(SerializableLongConsumer action) |
LongCacheStream |
DistributedLongCacheStream.peek(SerializableLongConsumer action) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.