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 |
Single execution object - Piece, and related classes.
|
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.framework.piece.messages |
Utility classes for handling of messages within 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.block_app.library.striping |
Utilities for striping.
|
org.apache.giraph.block_app.migration |
Migration utility for transforming standard Giraph applications, into
Block Applications.
|
org.apache.giraph.block_app.reducers.array |
Reducers for collecting arrays of objects.
|
org.apache.giraph.block_app.test_setup |
Utilities for unit tests.
|
org.apache.giraph.block_app.test_setup.graphs |
Common Graphs for unit tests.
|
org.apache.giraph.function |
Package for interfaces representing different functions,
that all extends Serializable in order for Kryo to be able
to serialize them.
|
org.apache.giraph.function.vertex |
Package for interfaces representing functions additionally
performed on vertex values.
|
org.apache.giraph.object |
Object handling related utilities.
|
org.apache.giraph.types.ops.collections |
Collection interfaces and implementations provided by TypeOps classes.
|
org.apache.giraph.types.ops.collections.array |
WArrayList interfaces and implementations that extend fastutil
classes, and are provided by TypeOps classes.
|
Class and Description |
---|
Consumer
Function:
(T) -> void
|
Supplier
Function:
() -> T
Specialization of com.google.common.base.Supplier, that is also Serializable. |
Class and Description |
---|
Consumer
Function:
(T) -> void
|
Class and Description |
---|
Consumer
Function:
(T) -> void
|
Class and Description |
---|
Function
Function:
(F) -> T
|
Class and Description |
---|
Consumer
Function:
(T) -> void
|
Function
Function:
(F) -> T
|
PairConsumer
Function:
(T1, T2) -> void
|
PairPredicate
Function:
(T) -> boolean
|
Predicate
Function:
(T) -> boolean
Specialization of com.google.common.base.Predicate, that is also Serializable. |
Supplier
Function:
() -> T
Specialization of com.google.common.base.Supplier, that is also Serializable. |
Class and Description |
---|
Predicate
Function:
(T) -> boolean
Specialization of com.google.common.base.Predicate, that is also Serializable. |
Class and Description |
---|
Function
Function:
(F) -> T
|
Predicate
Function:
(T) -> boolean
Specialization of com.google.common.base.Predicate, that is also Serializable. |
Class and Description |
---|
Consumer
Function:
(T) -> void
|
Supplier
Function:
() -> T
Specialization of com.google.common.base.Supplier, that is also Serializable. |
Class and Description |
---|
Supplier
Function:
() -> T
Specialization of com.google.common.base.Supplier, that is also Serializable. |
Class and Description |
---|
Supplier
Function:
() -> T
Specialization of com.google.common.base.Supplier, that is also Serializable. |
Class and Description |
---|
Consumer
Function:
(T) -> void
|
Supplier
Function:
() -> T
Specialization of com.google.common.base.Supplier, that is also Serializable. |
Class and Description |
---|
Consumer
Function:
(T) -> void
|
Notifier
Allows consumer to subscribe to a supplier.
|
Supplier
Function:
() -> T
Specialization of com.google.common.base.Supplier, that is also Serializable. |
Class and Description |
---|
PairConsumer
Function:
(T1, T2) -> void
|
PairFunction
Function:
(F1, F2) -> T
|
Class and Description |
---|
Consumer
Function:
(T) -> void
|
Class and Description |
---|
Consumer
Function:
(T) -> void
|
Predicate
Function:
(T) -> boolean
Specialization of com.google.common.base.Predicate, that is also Serializable. |
Class and Description |
---|
Consumer
Function:
(T) -> void
|
Predicate
Function:
(T) -> boolean
Specialization of com.google.common.base.Predicate, that is also Serializable. |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.