Package | Description |
---|---|
org.apache.giraph.conf |
Package of Giraph configuration related things.
|
org.apache.giraph.io.formats.multi |
Package for Input formats which wrap several input formats and allow
reading data from multiple sources.
|
org.apache.giraph.io.internal |
Input/Output classes for internal use only.
|
org.apache.giraph.worker |
Package of all the worker related things
|
Modifier and Type | Field and Description |
---|---|
static ClassConfOption<MappingInputFormat> |
GiraphConstants.MAPPING_INPUT_FORMAT_CLASS
MappingInputFormat class
|
protected Class<? extends MappingInputFormat<I,V,E,? extends org.apache.hadoop.io.Writable>> |
GiraphClasses.mappingInputFormatClass
Mapping input format - cached for fast access
|
Modifier and Type | Method and Description |
---|---|
Class<? extends MappingInputFormat<I,V,E,? extends org.apache.hadoop.io.Writable>> |
GiraphClasses.getMappingInputFormatClass() |
Class<? extends MappingInputFormat<I,V,E,? extends org.apache.hadoop.io.Writable>> |
ImmutableClassesGiraphConfiguration.getMappingInputFormatClass()
Get MappingInputFormatClass
|
Modifier and Type | Method and Description |
---|---|
GiraphClasses |
GiraphClasses.setMappingInputFormatClass(Class<? extends MappingInputFormat<I,V,E,org.apache.hadoop.io.Writable>> mappingInputFormatClass)
Set MappingInputFormat held
|
void |
GiraphConfiguration.setMappingInputFormatClass(Class<? extends MappingInputFormat> mappingInputFormatClass)
Set the mapping input format class (optional)
|
void |
ImmutableClassesGiraphConfiguration.setMappingInputFormatClass(Class<? extends MappingInputFormat> mappingInputFormatClass)
Set MappingInputFormatClass
|
Modifier and Type | Class and Description |
---|---|
class |
MultiMappingInputFormat<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable,B extends org.apache.hadoop.io.Writable>
Mapping input format which wraps several mapping input formats.
|
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,B extends org.apache.hadoop.io.Writable> |
MappingInputFormatDescription.createMappingInputFormats(ImmutableClassesGiraphConfiguration<I,V,E> conf)
Create all mapping input formats
|
Constructor and Description |
---|
MappingInputFormatDescription(Class<? extends MappingInputFormat<I,V,E,B>> mappingInputFormatClass)
Constructor with mapping input format class
|
Modifier and Type | Class and Description |
---|---|
class |
WrappedMappingInputFormat<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable,B extends org.apache.hadoop.io.Writable>
For internal use only.
|
Constructor and Description |
---|
WrappedMappingInputFormat(MappingInputFormat<I,V,E,B> mappingInputFormat)
Constructor
|
Constructor and Description |
---|
MappingInputSplitsCallable(MappingInputFormat<I,V,E,B> mappingInputFormat,
org.apache.hadoop.mapreduce.Mapper.Context context,
ImmutableClassesGiraphConfiguration<I,V,E> configuration,
BspServiceWorker<I,V,E> bspServiceWorker,
WorkerInputSplitsHandler splitsHandler)
Constructor
|
MappingInputSplitsCallableFactory(MappingInputFormat<I,V,E,B> mappingInputFormat,
org.apache.hadoop.mapreduce.Mapper.Context context,
ImmutableClassesGiraphConfiguration<I,V,E> configuration,
BspServiceWorker<I,V,E> bspServiceWorker,
WorkerInputSplitsHandler splitsHandler)
Constructor.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.