public class PerGraphTypeBooleanConfOption extends Object
| Constructor and Description |
|---|
PerGraphTypeBooleanConfOption(String keyPrefix,
boolean defaultValue,
String description)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
BooleanConfOption |
get(GraphType graphType)
Get option for given GraphType
|
BooleanConfOption |
getEdgeValue() |
BooleanConfOption |
getOutgoingMessage() |
BooleanConfOption |
getVertexId() |
BooleanConfOption |
getVertexValue() |
void |
set(org.apache.hadoop.conf.Configuration conf,
GraphType graphType,
boolean value)
Set value for given GraphType
|
public BooleanConfOption get(GraphType graphType)
graphType - GraphTypepublic void set(org.apache.hadoop.conf.Configuration conf,
GraphType graphType,
boolean value)
conf - ConfigurationgraphType - GraphTypevalue - datapublic BooleanConfOption getEdgeValue()
public BooleanConfOption getOutgoingMessage()
public BooleanConfOption getVertexId()
public BooleanConfOption getVertexValue()
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.