I
- Vertex id typeV
- Vertex value typeE
- Edge value typeF
- Argument typeT
- Result typepublic interface FunctionWithVertex<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable,F,T> extends PairFunction<Vertex<I,V,E>,F,T>, Serializable
Modifier and Type | Method and Description |
---|---|
T |
apply(Vertex<I,V,E> vertex,
F input)
Returns the result of applying this function to given
vertex and input . |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.