public static class WebLogAnalysis.AntiJoinVisits extends CoGroupFunction<Tuple3<Integer,String,Integer>,Tuple1<String>,Tuple3<Integer,String,Integer>>
| Constructor and Description |
|---|
AntiJoinVisits() |
| Modifier and Type | Method and Description |
|---|---|
void |
coGroup(Iterator<Tuple3<Integer,String,Integer>> ranks,
Iterator<Tuple1<String>> visits,
Collector<Tuple3<Integer,String,Integer>> out)
If the visit iterator is empty, all pairs of the rank iterator are emitted.
|
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getRuntimeContext, open, setRuntimeContextpublic void coGroup(Iterator<Tuple3<Integer,String,Integer>> ranks, Iterator<Tuple1<String>> visits, Collector<Tuple3<Integer,String,Integer>> out)
Copyright © 2013–2014. All rights reserved.