Package | Description |
---|---|
org.apache.giraph.block_app.framework.block |
Block interface as a composable unit of execution, and its common
implementations.
|
org.apache.giraph.block_app.framework.piece.delegate |
Pieces that delegate their work to a set of one or multiple other Pieces.
|
org.apache.giraph.block_app.library |
Core library of Pieces and Suppliers, providing most common usages.
|
org.apache.giraph.block_app.library.internal |
Internal implementation of Pieces needed for Pieces utility class.
|
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 |
---|
SupplierFromVertex
Function:
(vertex) -> T
A class that can supply objects of a single type, when given a vertex.
|
Class and Description |
---|
SupplierFromVertex
Function:
(vertex) -> T
A class that can supply objects of a single type, when given a vertex.
|
Class and Description |
---|
ConsumerWithVertex
Function:
(vertex, T) -> void
A class that can consume objects of a single type, when given a vertex.
|
FunctionWithVertex
Function:
(vertex, F) -> T
Determines an output value based on a vertex and an input value.
|
SupplierFromVertex
Function:
(vertex) -> T
A class that can supply objects of a single type, when given a vertex.
|
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.
|
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.