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.
|
Modifier and Type | Method and Description |
---|---|
PieceCount |
PieceCount.add(PieceCount other) |
static PieceCount |
PieceCount.createUnknownCount() |
PieceCount |
RepeatUntilBlock.getPieceCount() |
PieceCount |
FilteringBlock.getPieceCount() |
PieceCount |
SequenceBlock.getPieceCount() |
PieceCount |
EmptyBlock.getPieceCount() |
PieceCount |
IfBlock.getPieceCount() |
PieceCount |
Block.getPieceCount()
How many pieces are in this block.
|
PieceCount |
RepeatBlock.getPieceCount() |
PieceCount |
PieceCount.multiply(int value) |
Modifier and Type | Method and Description |
---|---|
PieceCount |
PieceCount.add(PieceCount other) |
Modifier and Type | Method and Description |
---|---|
PieceCount |
AbstractPiece.getPieceCount() |
Modifier and Type | Method and Description |
---|---|
PieceCount |
DelegatePiece.getPieceCount() |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.