Interface | Description |
---|---|
SegmentAwareOperation |
Terminal stream operation that is aware of segments being lost.
|
TerminalOperation<Original,R> |
Interface describing an operation that is a terminal one that doesn't track keys.
|
Class | Description |
---|---|
AbstractCacheStream<Original,T,S extends BaseStream<T,S>,S2 extends S> |
Abstract stream that provides all of the common functionality required for all types of Streams including the various
primitive types.
|
CacheBiConsumers | |
CacheBiConsumers.Externalizer | |
CacheIntermediatePublisher<R> |
Function that is used to encapsulate multiple intermediate operations and perform them lazily when the function
is applied.
|
CacheIntermediatePublisher.ReducerExternalizer | |
CacheStreamIntermediateReducer<R> |
Reducer implementation for Distributed Publisher that converts between CacheStream operations to an
appropriate Reducer
|
CacheStreamIntermediateReducer.ReducerExternalizer | |
CorePackageImpl | |
DistributedCacheStream<Original,R> |
Implementation of
CacheStream that provides support for lazily distributing stream methods to appropriate
nodes |
DistributedDoubleCacheStream<Original> |
Implementation of
DoubleStream that utilizes a lazily evaluated distributed back end execution. |
DistributedIntCacheStream<Original> |
Implementation of
IntStream that utilizes a lazily evaluated distributed back end execution. |
DistributedLongCacheStream<Original> |
Implementation of
LongStream that utilizes a lazily evaluated distributed back end execution. |
IntermediateCacheStream<Original,R> |
An intermediate cache stream used when an intermediate operation that requires both a remote and local portion
|
IntermediateDoubleCacheStream |
An intermediate double cache stream used when an intermediate operation that requires both a remote and local portion
|
IntermediateIntCacheStream |
An intermediate int cache stream used when an intermediate operation that requires both a remote and local portion
|
IntermediateLongCacheStream |
An intermediate long cache stream used when an intermediate operation that requires both a remote and local portion
|
LockedStreamImpl<K,V> |
Lock Stream implementation that locks a key using the
LockManager before and after executing the various
code. |
RemovableCloseableIterator<K,C> | Deprecated
Users should use
RemovableCloseableIterator instead |
RemovableIterator<K,C> | Deprecated
Users should use
RemovableIterator instead |
TxLockedStreamImpl<K,V> |
Locked Stream that is designed for transactions.
|
Enum | Description |
---|---|
IntermediateType |
The various intermediate types.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.