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