Package | Description |
---|---|
org.apache.giraph.function.vertex |
Package for interfaces representing functions additionally
performed on vertex values.
|
Modifier and Type | Interface and Description |
---|---|
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>
Function:
(vertex, F) -> T
Determines an output value based on a vertex and an input value.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.