Package | Description |
---|---|
org.apache.giraph.conf |
Package of Giraph configuration related things.
|
org.apache.giraph.edge |
Package of Vertex implementations.
|
org.apache.giraph.io.iterables |
Iterable wrappers for IO readers/writers
|
Modifier and Type | Method and Description |
---|---|
ReusableEdge<I,E> |
ImmutableClassesGiraphConfiguration.createReusableEdge()
Create a reusable edge.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultEdge<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable>
A complete edge, the target vertex and the edge value.
|
class |
EdgeNoValue<I extends org.apache.hadoop.io.WritableComparable>
An edge that has no value.
|
Modifier and Type | Method and Description |
---|---|
static <I extends org.apache.hadoop.io.WritableComparable> |
EdgeFactory.createReusable(I id)
Create a reusable edge pointing to a given ID with a value
|
static <I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable> |
EdgeFactory.createReusable(I id,
E value)
Create a reusable edge pointing to a given ID with a value
|
Modifier and Type | Method and Description |
---|---|
ReusableEdge<I,E> |
EdgeWithSource.getEdge() |
Modifier and Type | Method and Description |
---|---|
void |
EdgeWithSource.setEdge(ReusableEdge<I,E> edge) |
Constructor and Description |
---|
EdgeWithSource(I sourceVertexId,
ReusableEdge<I,E> edge)
Constructor with source id and edge
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.