I - Vertex id typeV - Vertex value typeE - Edge value typeT - Argument typepublic interface ConsumerWithVertex<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable,T> extends PairConsumer<Vertex<I,V,E>,T>, Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Vertex<I,V,E> vertex,
T value)
Applies this function to
vertex and input |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.