public abstract class MigrationFullBlockFactory extends AbstractBlockFactory<MigrationSuperstepStage>
CONFIGURATORS
Constructor and Description |
---|
MigrationFullBlockFactory() |
Modifier and Type | Method and Description |
---|---|
MigrationSuperstepStage |
createExecutionStage(GiraphConfiguration conf)
Create an empty instance of execution stage object.
|
<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> |
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) |
protected Class<? extends MigrationWorkerContext> |
getWorkerContextValueClass(GiraphConfiguration conf)
Concrete worker context value class application will use, if overridden.
|
additionalInitConfig, getConvenienceConfiguratorPackages, getEdgeValueClass, getGcJavaOpts, getVertexIDClass, getVertexValueClass, initConfig, registerOutputs, shouldCreateVertexOnMsgs, shouldSendOneMessageToAll
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createBlock
public MigrationSuperstepStage createExecutionStage(GiraphConfiguration conf)
BlockFactory
protected Class<? extends MigrationWorkerContext> getWorkerContextValueClass(GiraphConfiguration conf)
AbstractBlockFactory
getWorkerContextValueClass
in class AbstractBlockFactory<MigrationSuperstepStage>
public <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> Block 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)
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.