See: Description
Class | Description |
---|---|
BlockCounters |
Utility class for Blocks Framework related counters
|
BlockMasterLogic<S> |
Block execution logic on master, iterating over Pieces of the
application Block, executing master logic, and providing what needs to be
executed on the workers.
|
BlockMasterLogic.TimeStatsPerEvent |
Class tracking invocation count and elapsed time for a set of events,
each event being having a String name.
|
BlockWorkerContextLogic |
Block execution logic on WorkerContext.
|
BlockWorkerLogic |
Block execution logic on workers.
|
BlockWorkerPieces<S> |
Pair of pieces to be executed on workers in a superstep
|
PairedPieceAndStage<S> |
Object holding piece with it's corresponding execution stage.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.