Package | Description |
---|---|
org.apache.giraph.io.gora.generated |
Gora Input/Output for Giraph
|
Modifier and Type | Method and Description |
---|---|
GEdge.Builder |
GEdge.Builder.clearEdgeId()
Clears the value of the 'edgeId' field.
|
GEdge.Builder |
GEdge.Builder.clearEdgeWeight()
Clears the value of the 'edgeWeight' field.
|
GEdge.Builder |
GEdge.Builder.clearLabel()
Clears the value of the 'label' field.
|
GEdge.Builder |
GEdge.Builder.clearVertexInId()
Clears the value of the 'vertexInId' field.
|
GEdge.Builder |
GEdge.Builder.clearVertexOutId()
Clears the value of the 'vertexOutId' field.
|
static GEdge.Builder |
GEdge.newBuilder()
Creates a new GEdge RecordBuilder.
|
static GEdge.Builder |
GEdge.newBuilder(GEdge.Builder other)
Creates a new GEdge RecordBuilder by copying an existing Builder
|
static GEdge.Builder |
GEdge.newBuilder(GEdge other)
Creates a new GEdge RecordBuilder by copying an existing GEdge instance.
|
GEdge.Builder |
GEdge.Builder.setEdgeId(CharSequence value)
Sets the value of the 'edgeId' field
|
GEdge.Builder |
GEdge.Builder.setEdgeWeight(float value)
Sets the value of the 'edgeWeight' field
|
GEdge.Builder |
GEdge.Builder.setLabel(CharSequence value)
Sets the value of the 'label' field.
|
GEdge.Builder |
GEdge.Builder.setVertexInId(CharSequence value)
Sets the value of the 'vertexInId' field.
|
GEdge.Builder |
GEdge.Builder.setVertexOutId(CharSequence value)
Sets the value of the 'vertexOutId' field.
|
Modifier and Type | Method and Description |
---|---|
static GEdge.Builder |
GEdge.newBuilder(GEdge.Builder other)
Creates a new GEdge RecordBuilder by copying an existing Builder
|
Copyright © 2011-2019 The Apache Software Foundation. All Rights Reserved.