Package | Description |
---|---|
org.apache.giraph.conf |
Package of Giraph configuration related things.
|
org.apache.giraph.graph |
Package of all the graph related objects, built on the
org.apache.bsp package.
|
org.apache.giraph.jython |
Jython integration.
|
org.apache.giraph.jython.factories |
Jython factories.
|
Modifier and Type | Method and Description |
---|---|
BooleanConfOption |
PerGraphTypeBooleanConfOption.get(GraphType graphType)
Get option for given GraphType
|
EnumConfOption<T> |
PerGraphTypeEnumConfOption.get(GraphType graphType)
Get option for given GraphType
|
boolean |
PerGraphTypeBoolean.get(GraphType graphType)
Get data for given GraphType
|
T |
PerGraphTypeEnum.get(GraphType graphType)
Get data for given GraphType
|
void |
PerGraphTypeBooleanConfOption.set(org.apache.hadoop.conf.Configuration conf,
GraphType graphType,
boolean value)
Set value for given GraphType
|
void |
PerGraphTypeEnumConfOption.set(org.apache.hadoop.conf.Configuration conf,
GraphType graphType,
T language)
Set value for given GraphType
|
Modifier and Type | Method and Description |
---|---|
static GraphType |
GraphType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphType[] |
GraphType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GraphType |
JythonOptions.JythonGraphTypeOptions.getGraphType() |
Modifier and Type | Method and Description |
---|---|
<W extends org.apache.hadoop.io.Writable> |
JythonGiraphComputation.wrapIfNecessary(Object object,
GraphType graphType)
Wrap a user value (IVEMM) in a
Writable wrapper if necessary |
Constructor and Description |
---|
JythonGraphTypeOptions(GraphType graphType)
Constructor
|
Modifier and Type | Method and Description |
---|---|
GraphType |
JythonFactoryBase.getGraphType()
Get the graph type this factory is meant for
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.