Package com.tangosol.util.stream
package com.tangosol.util.stream
Contains classes to support functional-style operations on remote streams of elements,
such as map-reduce transformations on collections.
-
ClassDescriptionBaseRemoteStream<T,
S extends BaseStream<T, S>> An extension ofBaseStreamthat adds support for theRemotePipelineretrieval.RemoteCollector<T,A, R> An extension ofCollectorthat adds serialization support.Static factory for variousRemoteCollectors that can be executed in parallel in a distributed environment.A sequence of primitive double-valued elements supporting sequential and parallel aggregate operations.A sequence of primitive int-valued elements supporting sequential and parallel aggregate operations.A sequence of primitive long-valued elements supporting sequential and parallel aggregate operations.RemotePipeline<S_OUT>A serializable pipeline of intermediate stream operations.RemoteStream<T>This interface is an extension ofjava.util.stream.Streamthat captures lambdas used as method arguments as serializable lambdas.