Package | Description |
---|---|
org.apache.giraph.conf |
Package of Giraph configuration related things.
|
Modifier and Type | Field and Description |
---|---|
static ClassConfOption<MapperObserver> |
GiraphConstants.MAPPER_OBSERVER_CLASSES
Classes for Mapper Observer - optional
|
Modifier and Type | Method and Description |
---|---|
MapperObserver[] |
ImmutableClassesGiraphConfiguration.createMapperObservers(org.apache.hadoop.mapreduce.Mapper.Context context)
Create array of MapperObservers.
|
Modifier and Type | Method and Description |
---|---|
void |
GiraphConfiguration.addMapperObserverClass(Class<? extends MapperObserver> mapperObserverClass)
Add a MapperObserver class (optional)
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.