public static final class ConnectedComponents.UndirectEdge extends Object implements FlatMapFunction<Tuple2<Long,Long>,Tuple2<Long,Long>>
Constructor and Description |
---|
UndirectEdge() |
Modifier and Type | Method and Description |
---|---|
void |
flatMap(Tuple2<Long,Long> edge,
Collector<Tuple2<Long,Long>> out)
The core method of the FlatMapFunction.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.