Package | Description |
---|---|
org.infinispan.stream.impl | |
org.infinispan.stream.impl.tx |
Modifier and Type | Class and Description |
---|---|
class |
DistributedCacheStream<R>
Implementation of
CacheStream that provides support for lazily distributing stream methods to appropriate
nodes |
class |
DistributedDoubleCacheStream
Implementation of
DoubleStream that utilizes a lazily evaluated distributed back end execution. |
class |
DistributedIntCacheStream
Implementation of
IntStream that utilizes a lazily evaluated distributed back end execution. |
class |
DistributedLongCacheStream
Implementation of
LongStream that utilizes a lazily evaluated distributed back end execution. |
Constructor and Description |
---|
AbstractCacheStream(AbstractCacheStream<T,S,T_CONS> other) |
DistributedCacheStream(AbstractCacheStream other)
This constructor is to be used only when a user calls a map or flat map method changing back to a regular
Stream from an IntStream, DoubleStream etc.
|
DistributedDoubleCacheStream(AbstractCacheStream other)
This constructor is to be used only when a user calls a map or flat map method changing to a DoubleStream
from a CacheStream, Stream, IntStream, LongStream etc.
|
DistributedIntCacheStream(AbstractCacheStream other)
This constructor is to be used only when a user calls a map or flat map method changing to an IntStream
from a CacheStream, Stream, DoubleStream, LongStream etc.
|
DistributedLongCacheStream(AbstractCacheStream other)
This constructor is to be used only when a user calls a map or flat map method changing to an IntStream
from a CacheStream, Stream, DoubleStream, IntStream etc.
|
Modifier and Type | Class and Description |
---|---|
class |
TxDistributedCacheStream<R>
A distributed cache stream that also utilizes transactional awareness.
|
class |
TxDistributedDoubleCacheStream
Double variant of tx cache stream
|
class |
TxDistributedIntCacheStream
Int variant of tx cache stream
|
class |
TxDistributedLongCacheStream
Long variant of tx cache stream
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.