E
- public abstract class DGAAbstractEdgeInputFormat<E extends Writable> extends TextEdgeInputFormat<Text,E>
Modifier and Type | Class and Description |
---|---|
class |
DGAAbstractEdgeInputFormat.DGAAbstractEdgeReader<E extends Writable>
Simple implementation that offloads work of parsing to the RawEdge class and the work of casting our edgeValue as
a Writable class of choice to the implementing subclasses.
|
TextEdgeInputFormat.TextEdgeReader, TextEdgeInputFormat.TextEdgeReaderFromEachLine, TextEdgeInputFormat.TextEdgeReaderFromEachLineProcessed<T>
Modifier and Type | Field and Description |
---|---|
static String |
EDGE_VALUE
Key we use in the GiraphConfiguration to denote our default edge edgeValue
|
static String |
IO_EDGE_REVERSE_DUPLICATOR
Configuration Identifier to use a reverse edge.
|
static String |
IO_EDGE_REVERSE_DUPLICATOR_DEFAULT
Default Value for the reverse edge duplicator.
|
static String |
LINE_TOKENIZE_VALUE
Key we use in the GiraphConfiguration to denote our field delimiter
|
static String |
LINE_TOKENIZE_VALUE_DEFAULT
Default value used if no field delimiter is specified via the GiraphConfiguration
|
textInputFormat
Constructor and Description |
---|
DGAAbstractEdgeInputFormat() |
checkInputSpecs, getSplits
createEdgeReader
readInputSplit, writeInputSplit
getConf, setConf
public static final String LINE_TOKENIZE_VALUE
public static final String LINE_TOKENIZE_VALUE_DEFAULT
public static final String EDGE_VALUE
public static final String IO_EDGE_REVERSE_DUPLICATOR
public static final String IO_EDGE_REVERSE_DUPLICATOR_DEFAULT