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.
|
Modifier and Type | Class and Description |
---|---|
static class |
MigrationWorkerContext.MigrationFullWorkerContext
Drop-in replacement for WorkerContext when migrating to
Blocks Framework.
|
Modifier and Type | Method and Description |
---|---|
<W extends MigrationWorkerContext> |
MigrationAbstractComputation.getWorkerContext() |
Modifier and Type | Method and Description |
---|---|
protected Class<? extends MigrationWorkerContext> |
MigrationFullBlockFactory.getWorkerContextValueClass(GiraphConfiguration conf) |
Modifier and Type | Method and Description |
---|---|
void |
MigrationPiece.workerContextReceive(BlockWorkerContextReceiveApi workerContextApi,
MigrationSuperstepStage executionStage,
MigrationWorkerContext workerValue,
List<org.apache.hadoop.io.Writable> workerMessages) |
void |
MigrationPiece.workerContextSend(BlockWorkerContextSendApi<I,org.apache.hadoop.io.Writable> workerContextApi,
MigrationSuperstepStage executionStage,
MigrationWorkerContext workerValue) |
Modifier and Type | Class and Description |
---|---|
static class |
SimpleMigrationMasterBlockFactory.SimpleMigrationMasterWorkerContext
Worker context used with
SimpleMigrationMasterBlockFactory.SimpleMigrationMasterComputation . |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.