Package | Description |
---|---|
org.apache.giraph.function.vertex |
Package for interfaces representing functions additionally
performed on vertex values.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConsumerWithVertex<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable,T>
Function:
(vertex, T) -> void
A class that can consume objects of a single type, when given a vertex.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.