Package | Description |
---|---|
org.apache.giraph.block_app.migration |
Migration utility for transforming standard Giraph applications, into
Block Applications.
|
Class and Description |
---|
MigrationAbstractComputation
Replacement for AbstractComputation when migrating to
Blocks Framework, disallowing functions that are tied to
execution order.
|
MigrationAbstractComputation.MigrationFullAbstractComputation
Drop-in replacement for AbstractComputation when migrating to
Blocks Framework.
|
MigrationMasterCompute
Replacement for MasterCompute when migrating to Blocks Framework,
disallowing functions that are tied to execution order.
|
MigrationMasterCompute.MigrationFullMasterCompute
Drop-in replacement for MasterCompute when migrating
to Blocks Framework.
|
MigrationPiece
Piece used when migrating applications to Blocks Framework.
|
MigrationSuperstepStage
Execution stage holding information about migration superstep.
|
MigrationSuperstepStageImpl
Implementation of execution stage holding information about migration
superstep.
|
MigrationWorkerContext
Replacement for WorkerContext when migrating to Blocks Framework,
disallowing functions that are tied to execution order.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.