Package | Description |
---|---|
org.apache.giraph.block_app.framework.api |
Interfaces representing full API to the underlying graph processing system.
|
org.apache.giraph.block_app.framework.output |
Multi-output support for Block Applications
|
Modifier and Type | Method and Description |
---|---|
<OW extends BlockOutputWriter,OD extends BlockOutputDesc<OW>> |
BlockOutputApi.getOutputDesc(String confOption) |
Modifier and Type | Class and Description |
---|---|
class |
BlockOutputOption<OD extends BlockOutputDesc<OW>,OW extends BlockOutputWriter>
Block output option, with apis to use from application code
|
Modifier and Type | Method and Description |
---|---|
static <OW extends BlockOutputWriter,OD extends BlockOutputDesc<OW>> |
BlockOutputFormat.createInitAndCheckOutputDesc(String confOption,
org.apache.hadoop.conf.Configuration conf,
String jobIdentifier) |
<OW extends BlockOutputWriter,OD extends BlockOutputDesc<OW>> |
BlockOutputHandle.getOutputDesc(String confOption) |
Modifier and Type | Method and Description |
---|---|
static Map<String,BlockOutputDesc> |
BlockOutputFormat.createInitAndCheckOutputDescsMap(org.apache.hadoop.conf.Configuration conf,
String jobIdentifier) |
static Map<String,BlockOutputDesc> |
BlockOutputFormat.createInitAndCheckOutputDescsMap(org.apache.hadoop.mapreduce.JobContext jobContext) |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.