Package | Description |
---|---|
org.apache.giraph.block_app.migration |
Migration utility for transforming standard Giraph applications, into
Block Applications.
|
org.apache.giraph.examples.block_app |
Package of Giraph examples for 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.
|
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.
|
MigrationAbstractComputation.MigrationFullBasicComputation
Drop-in replacement for BasicComputation when migrating to
Blocks Framework.
|
MigrationFullBlockFactory
BlockFactory to extend when using drop-in migration
|
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.
|
MigrationWorkerContext
Replacement for WorkerContext when migrating to Blocks Framework,
disallowing functions that are tied to execution order.
|
MigrationWorkerContext.MigrationFullWorkerContext
Drop-in replacement for WorkerContext when migrating to
Blocks Framework.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.