Package | Description |
---|---|
org.apache.giraph.conf |
Package of Giraph configuration related things.
|
Modifier and Type | Method and Description |
---|---|
ConfOptionType |
JsonStringConfOption.getType() |
ConfOptionType |
FloatConfOption.getType() |
ConfOptionType |
StrConfOption.getType() |
ConfOptionType |
LongConfOption.getType() |
ConfOptionType |
BooleanConfOption.getType() |
ConfOptionType |
EnumConfOption.getType() |
ConfOptionType |
IntConfOption.getType() |
abstract ConfOptionType |
AbstractConfOption.getType()
Get type this option holds
|
ConfOptionType |
ClassConfOption.getType() |
static ConfOptionType |
ConfOptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfOptionType[] |
ConfOptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.