S
- Execution stage typepublic interface BlockFactory<S>
Modifier and Type | Method and Description |
---|---|
Block |
createBlock(GiraphConfiguration conf)
Create a block (representing a full Giraph job), based on the given
configuration.
|
S |
createExecutionStage(GiraphConfiguration conf)
Create an empty instance of execution stage object.
|
List<String> |
getGcJavaOpts(org.apache.hadoop.conf.Configuration conf)
Get special GC Java options.
|
void |
initConfig(GiraphConfiguration conf)
Based on provided configuration, updates it, such that all necessary
properties are initialized.
|
void |
registerOutputs(GiraphConfiguration conf)
Register outputs to use during the application (vs output at the end of
the application), based on provided configuration.
|
void initConfig(GiraphConfiguration conf)
Block createBlock(GiraphConfiguration conf)
S createExecutionStage(GiraphConfiguration conf)
List<String> getGcJavaOpts(org.apache.hadoop.conf.Configuration conf)
void registerOutputs(GiraphConfiguration conf)
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.