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 ofBaseStream
that adds support for theRemotePipeline
retrieval.RemoteCollector<T,A, R> An extension ofCollector
that adds serialization support.Static factory for variousRemoteCollector
s 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.Stream
that captures lambdas used as method arguments as serializable lambdas.