| 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 | Method and Description |
|---|---|
<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable,MR extends org.apache.hadoop.io.Writable,MS extends org.apache.hadoop.io.Writable> |
MigrationFullBlockFactory.createMigrationAppBlock(Class<? extends MigrationAbstractComputation.MigrationFullAbstractComputation<I,V,E,MR,MS>> computationClass,
MigrationMasterCompute.MigrationFullMasterCompute masterCompute,
Class<MS> messageClass,
Class<? extends MessageCombiner<? super I,MS>> messageCombinerClass,
GiraphConfiguration conf) |
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleMigrationMasterBlockFactory.SimpleMigrationMasterCompute
MasterCompute used with
SimpleMigrationMasterBlockFactory.SimpleMigrationMasterComputation. |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.