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 |
MigrationMasterCompute.MigrationFullMasterCompute
Drop-in replacement for MasterCompute when migrating
to Blocks Framework.
|
Modifier and Type | Method and Description |
---|---|
static <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> |
MigrationPiece.createMigrationPiece(Class<? extends MigrationAbstractComputation<I,V,E,MR,MS>> computationClass,
MigrationMasterCompute masterCompute,
Supplier<Iterable<MR>> previousMessagesSupplier,
Consumer<Iterable<MS>> currentMessagesConsumer,
Class<MS> messageClass,
Class<? extends MessageCombiner<? super I,MS>> messageCombinerClass) |
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.