Uses of Interface
com.tangosol.util.Streamer
-
Packages that use Streamer Package Description com.tangosol.util Contains various generic utilities.com.tangosol.util.aggregator Contains concreteInvocableMap.EntryAggregator
implementations. -
-
Uses of Streamer in com.tangosol.util
Classes in com.tangosol.util that implement Streamer Modifier and Type Class Description class
SimpleStreamer<T>
Simple implementation of aStreamer
.Methods in com.tangosol.util with parameters of type Streamer Modifier and Type Method Description default boolean
InvocableMap.StreamingAggregator. accumulate(Streamer<? extends InvocableMap.Entry<? extends K,? extends V>> streamer)
Accumulate multiple entries into the result. -
Uses of Streamer in com.tangosol.util.aggregator
Methods in com.tangosol.util.aggregator with parameters of type Streamer Modifier and Type Method Description boolean
AbstractAggregator. accumulate(Streamer<? extends InvocableMap.Entry<? extends K,? extends V>> streamer)
boolean
Count. accumulate(Streamer<? extends InvocableMap.Entry<? extends K,? extends V>> streamer)
boolean
DistinctValues. accumulate(Streamer<? extends InvocableMap.Entry<? extends K,? extends V>> streamer)
boolean
QueryRecorder. accumulate(Streamer<? extends InvocableMap.Entry<? extends K,? extends V>> streamer)
-