Package | Description |
---|---|
org.apache.giraph.block_app.framework.piece |
Single execution object - Piece, and related classes.
|
org.apache.giraph.conf |
Package of Giraph configuration related things.
|
Modifier and Type | Field and Description |
---|---|
static EnumConfOption<MessageEncodeAndStoreType> |
DefaultParentPiece.MESSAGE_ENCODE_AND_STORE_TYPE_MIN_FORCE
This option will tell which message encode & store enum to force,
when combining is not enabled.
|
Modifier and Type | Field and Description |
---|---|
static EnumConfOption<Language> |
GiraphConstants.COMPUTATION_LANGUAGE
Which language computation is implemented in
|
static EnumConfOption<MessageEncodeAndStoreType> |
GiraphConstants.MESSAGE_ENCODE_AND_STORE_TYPE
This option will tell which message encode & store enum to use when
combining is not enabled
|
Modifier and Type | Method and Description |
---|---|
static <X extends Enum<X>> |
EnumConfOption.create(String key,
Class<X> klass,
X defaultValue,
String description)
Create new EnumConfOption
|
EnumConfOption<T> |
PerGraphTypeEnumConfOption.get(GraphType graphType)
Get option for given GraphType
|
EnumConfOption<T> |
PerGraphTypeEnumConfOption.getEdgeValue() |
EnumConfOption<T> |
PerGraphTypeEnumConfOption.getOutgoingMessage() |
EnumConfOption<T> |
PerGraphTypeEnumConfOption.getVertexId() |
EnumConfOption<T> |
PerGraphTypeEnumConfOption.getVertexValue() |
Modifier and Type | Method and Description |
---|---|
void |
PerGraphTypeEnum.setEdgeValue(EnumConfOption<T> option,
org.apache.hadoop.conf.Configuration conf)
Set the edge value data from the option
|
void |
PerGraphTypeEnum.setOutgoingMessage(EnumConfOption<T> option,
org.apache.hadoop.conf.Configuration conf)
Set the outgoing message value data from the option
|
void |
PerGraphTypeEnum.setVertexId(EnumConfOption<T> option,
org.apache.hadoop.conf.Configuration conf)
Set the vertex id data from the option
|
void |
PerGraphTypeEnum.setVertexValue(EnumConfOption<T> option,
org.apache.hadoop.conf.Configuration conf)
Set the vertex value data from the option
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.