Package | Description |
---|---|
org.infinispan.stream.impl | |
org.infinispan.stream.impl.tx |
Modifier and Type | Method and Description |
---|---|
protected <R> DistributedCacheStream<R> |
DistributedLongCacheStream.cacheStream() |
protected <R> DistributedCacheStream<R> |
DistributedDoubleCacheStream.cacheStream() |
protected <R> DistributedCacheStream<R> |
DistributedIntCacheStream.cacheStream() |
Modifier and Type | Class and Description |
---|---|
class |
TxDistributedCacheStream<R>
A distributed cache stream that also utilizes transactional awareness.
|
Modifier and Type | Method and Description |
---|---|
protected <R> DistributedCacheStream<R> |
TxDistributedIntCacheStream.cacheStream() |
protected <R> DistributedCacheStream<R> |
TxDistributedLongCacheStream.cacheStream() |
protected <R> DistributedCacheStream<R> |
TxDistributedDoubleCacheStream.cacheStream() |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.