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.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 |
Core library of Pieces and Suppliers, providing most common usages.
|
org.apache.giraph.block_app.library.gc |
GC utility pieces.
|
org.apache.giraph.block_app.library.internal |
Internal implementation of Pieces needed for Pieces utility class.
|
org.apache.giraph.block_app.library.iteration |
Utilities for having iteration within execution stage object.
|
org.apache.giraph.block_app.migration |
Migration utility for transforming standard Giraph applications, into
Block Applications.
|
Class and Description |
---|
AbstractPiece
Parent of all Pieces, contains comprehensive list of methods Piece
can support.
|
Class and Description |
---|
AbstractPiece
Parent of all Pieces, contains comprehensive list of methods Piece
can support.
|
AbstractPiece.InnerVertexSender
Inner class to provide clean use without specifying types
|
Class and Description |
---|
AbstractPiece
Parent of all Pieces, contains comprehensive list of methods Piece
can support.
|
AbstractPiece.InnerVertexSender
Inner class to provide clean use without specifying types
|
DefaultParentPiece
Additional abstract implementations for all pieces to be used.
|
Class and Description |
---|
AbstractPiece
Parent of all Pieces, contains comprehensive list of methods Piece
can support.
|
AbstractPiece.InnerVertexReceiver
Inner class to provide clean use without specifying types
|
AbstractPiece.InnerVertexSender
Inner class to provide clean use without specifying types
|
Class and Description |
---|
Piece
Piece that should be extended in common usecases, when we want to be:
- sending and then receiving messages from vertices
- sending data to be aggregated from workers to master
- sending values from master, via aggregators, to workers
(basically - we don't want to use WorkerContext)
|
Class and Description |
---|
AbstractPiece
Parent of all Pieces, contains comprehensive list of methods Piece
can support.
|
DefaultParentPiece
Additional abstract implementations for all pieces to be used.
|
PieceWithWorkerContext
Piece that should be extended when WorkerContext is used.
|
Class and Description |
---|
AbstractPiece
Parent of all Pieces, contains comprehensive list of methods Piece
can support.
|
DefaultParentPiece
Additional abstract implementations for all pieces to be used.
|
Piece
Piece that should be extended in common usecases, when we want to be:
- sending and then receiving messages from vertices
- sending data to be aggregated from workers to master
- sending values from master, via aggregators, to workers
(basically - we don't want to use WorkerContext)
|
Class and Description |
---|
AbstractPiece
Parent of all Pieces, contains comprehensive list of methods Piece
can support.
|
DefaultParentPiece
Additional abstract implementations for all pieces to be used.
|
Piece
Piece that should be extended in common usecases, when we want to be:
- sending and then receiving messages from vertices
- sending data to be aggregated from workers to master
- sending values from master, via aggregators, to workers
(basically - we don't want to use WorkerContext)
|
Class and Description |
---|
AbstractPiece
Parent of all Pieces, contains comprehensive list of methods Piece
can support.
|
DefaultParentPiece
Additional abstract implementations for all pieces to be used.
|
PieceWithWorkerContext
Piece that should be extended when WorkerContext is used.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.