Package | Description |
---|---|
org.apache.giraph.conf |
Package of Giraph configuration related things.
|
Modifier and Type | Field and Description |
---|---|
static PerGraphTypeEnumConfOption<Language> |
GiraphConstants.GRAPH_TYPE_LANGUAGES
Language user's graph types are implemented in
|
Modifier and Type | Method and Description |
---|---|
static <X extends Enum<X>> |
PerGraphTypeEnumConfOption.create(String keyPrefix,
Class<X> klass,
X defaultValue,
String description)
Create new EnumGraphTypeConfOption
|
Modifier and Type | Method and Description |
---|---|
static <T extends Enum<T>> |
PerGraphTypeEnum.readFromConf(PerGraphTypeEnumConfOption<T> options,
org.apache.hadoop.conf.Configuration conf)
Create from options and configuration
|
void |
PerGraphTypeEnum.setFrom(PerGraphTypeEnumConfOption<T> options,
org.apache.hadoop.conf.Configuration conf)
Set data from per user graph type set of options
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.