Package com.gengoai.stream.local
Class LocalDefaultMPairStream<K,V>
- java.lang.Object
-
- com.gengoai.stream.local.AbstractLocalMPairStream<K,V>
-
- com.gengoai.stream.local.LocalDefaultMPairStream<K,V>
-
- All Implemented Interfaces:
MPairStream<K,V>
,Serializable
,AutoCloseable
public class LocalDefaultMPairStream<K,V> extends AbstractLocalMPairStream<K,V>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LocalDefaultMPairStream(MStream<Map.Entry<K,V>> stream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MStream<Map.Entry<K,V>>
asMStream()
-
Methods inherited from class com.gengoai.stream.local.AbstractLocalMPairStream
cache, close, collectAsList, collectAsMap, count, filter, filterByKey, filterByValue, flatMapToPair, forEach, forEachLocal, getContext, groupByKey, isEmpty, javaStream, join, keys, leftOuterJoin, map, mapToDouble, mapToPair, max, min, onClose, parallel, persist, reduceByKey, repartition, rightOuterJoin, sample, shuffle, sortByKey, union, values
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.gengoai.stream.MPairStream
isDistributed, isReusable, maxByKey, maxByKey, maxByValue, maxByValue, minByKey, minByKey, minByValue, minByValue, shuffle, sortByKey, updateConfig
-
-