| Package | Description | 
|---|---|
| org.apache.giraph.function | 
 Package for interfaces representing different functions,
 that all extends Serializable in order for Kryo to be able
 to serialize them. 
 | 
| Class and Description | 
|---|
| ConsumerWithVertex
 Function:
 (vertex, T) -> void
 A class that can consume objects of a single type, when given a vertex. 
 | 
| SupplierFromVertex
 Function:
 (vertex) -> T
 A class that can supply objects of a single type, when given a vertex. 
 | 
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.