Package | Description |
---|---|
org.apache.giraph.block_app.framework.internal |
Implementation of execution logic, guiding internal execution of
Block Application.
|
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.library.internal |
Internal implementation of Pieces needed for Pieces utility class.
|
org.apache.giraph.block_app.migration |
Migration utility for transforming standard Giraph applications, into
Block Applications.
|
Class and Description |
---|
VertexReceiver
Interface representing actions that happen on worker, for each vertex,
during receive phase:
to receive messages from vertices
to receive data from master through aggregators
Marked to not allow seriazliation, as it should be created on the worker,
so should never be serialiized, disallow only for catching problems early.
|
Class and Description |
---|
VertexPostprocessor
Interface containing a single function - postprocess.
|
VertexReceiver
Interface representing actions that happen on worker, for each vertex,
during receive phase:
to receive messages from vertices
to receive data from master through aggregators
Marked to not allow seriazliation, as it should be created on the worker,
so should never be serialiized, disallow only for catching problems early.
|
VertexSender
Interface representing actions that happen on worker, for each vertex,
during send phase:
to send messages to vertices
to send data for aggregation on master
Marked to not allow seriazliation, as it should be created on the worker,
so should never be serialiized, disallow only for catching problems early.
|
Class and Description |
---|
VertexPostprocessor
Interface containing a single function - postprocess.
|
VertexReceiver
Interface representing actions that happen on worker, for each vertex,
during receive phase:
to receive messages from vertices
to receive data from master through aggregators
Marked to not allow seriazliation, as it should be created on the worker,
so should never be serialiized, disallow only for catching problems early.
|
VertexSender
Interface representing actions that happen on worker, for each vertex,
during send phase:
to send messages to vertices
to send data for aggregation on master
Marked to not allow seriazliation, as it should be created on the worker,
so should never be serialiized, disallow only for catching problems early.
|
Class and Description |
---|
VertexReceiver
Interface representing actions that happen on worker, for each vertex,
during receive phase:
to receive messages from vertices
to receive data from master through aggregators
Marked to not allow seriazliation, as it should be created on the worker,
so should never be serialiized, disallow only for catching problems early.
|
VertexSender
Interface representing actions that happen on worker, for each vertex,
during send phase:
to send messages to vertices
to send data for aggregation on master
Marked to not allow seriazliation, as it should be created on the worker,
so should never be serialiized, disallow only for catching problems early.
|
Class and Description |
---|
VertexReceiver
Interface representing actions that happen on worker, for each vertex,
during receive phase:
to receive messages from vertices
to receive data from master through aggregators
Marked to not allow seriazliation, as it should be created on the worker,
so should never be serialiized, disallow only for catching problems early.
|
VertexSender
Interface representing actions that happen on worker, for each vertex,
during send phase:
to send messages to vertices
to send data for aggregation on master
Marked to not allow seriazliation, as it should be created on the worker,
so should never be serialiized, disallow only for catching problems early.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.