public class PerGraphTypeBoolean extends Object
| Constructor and Description |
|---|
PerGraphTypeBoolean() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
get(GraphType graphType)
Get data for given GraphType
|
boolean |
getEdgeValue() |
boolean |
getOutgoingMessage() |
boolean |
getVertexId() |
boolean |
getVertexValue() |
static PerGraphTypeBoolean |
readFromConf(PerGraphTypeBooleanConfOption options,
org.apache.hadoop.conf.Configuration conf)
Create from options and configuration
|
void |
setEdgeValue(BooleanConfOption option,
org.apache.hadoop.conf.Configuration conf)
Set the edge value data from the option
|
void |
setFrom(PerGraphTypeBooleanConfOption options,
org.apache.hadoop.conf.Configuration conf)
Set data from per user graph type set of options
|
void |
setOutgoingMessage(BooleanConfOption option,
org.apache.hadoop.conf.Configuration conf)
Set the outgoing message value data from the option
|
void |
setVertexId(BooleanConfOption option,
org.apache.hadoop.conf.Configuration conf)
Set the vertex id data from the option
|
void |
setVertexValue(BooleanConfOption option,
org.apache.hadoop.conf.Configuration conf)
Set the vertex value data from the option
|
public static PerGraphTypeBoolean readFromConf(PerGraphTypeBooleanConfOption options, org.apache.hadoop.conf.Configuration conf)
options - pre user graph type optionsconf - configurationpublic void setFrom(PerGraphTypeBooleanConfOption options, org.apache.hadoop.conf.Configuration conf)
options - per user graph type optionsconf - Configurationpublic void setVertexId(BooleanConfOption option, org.apache.hadoop.conf.Configuration conf)
option - EnumConfOption option to useconf - Configurationpublic void setVertexValue(BooleanConfOption option, org.apache.hadoop.conf.Configuration conf)
option - EnumConfOption option to useconf - Configurationpublic void setEdgeValue(BooleanConfOption option, org.apache.hadoop.conf.Configuration conf)
option - EnumConfOption option to useconf - Configurationpublic void setOutgoingMessage(BooleanConfOption option, org.apache.hadoop.conf.Configuration conf)
option - EnumConfOption option to useconf - Configurationpublic boolean get(GraphType graphType)
graphType - GraphTypepublic boolean getEdgeValue()
public boolean getOutgoingMessage()
public boolean getVertexId()
public boolean getVertexValue()
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.