public class ReduceSentenceCount extends Object implements org.apache.spark.api.java.function.Function2<AtomicLong,AtomicLong,AtomicLong>
| Constructor and Description |
|---|
ReduceSentenceCount() |
| Modifier and Type | Method and Description |
|---|---|
AtomicLong |
call(AtomicLong a,
AtomicLong b) |
public AtomicLong call(AtomicLong a, AtomicLong b)
call in interface org.apache.spark.api.java.function.Function2<AtomicLong,AtomicLong,AtomicLong>Copyright © 2016. All Rights Reserved.