Uses of Class
com.gengoai.stream.spark.SparkMAccumulator
-
Packages that use SparkMAccumulator Package Description com.gengoai.stream.spark -
-
Uses of SparkMAccumulator in com.gengoai.stream.spark
Subclasses of SparkMAccumulator in com.gengoai.stream.spark Modifier and Type Class Description class
SparkMCounterAccumulator<E>
Counter accumulator implementation for Spark streamsclass
SparkMDoubleAccumulator
An implementation of aMDoubleAccumulator
for spark streamsclass
SparkMLongAccumulator
An implementation of aMLongAccumulator
for spark streamsclass
SparkMMapAccumulator<K,V>
An implementation of aMMapAccumulator
for Spark streamsclass
SparkMMultiCounterAccumulator<K1,K2>
An implementation of aMMultiCounterAccumulator
for Spark streamsclass
SparkMStatisticsAccumulator
An implementation of aMStatisticsAccumulator
for Spark streams
-