Package | Description |
---|---|
org.apache.giraph.io.gora.generated |
Gora Input/Output for Giraph
|
Modifier and Type | Method and Description |
---|---|
GVertex.Builder |
GVertex.Builder.clearEdges()
Clears the value of the 'edges' field.
|
GVertex.Builder |
GVertex.Builder.clearVertexId()
Clears the value of the 'vertexId' field
|
GVertex.Builder |
GVertex.Builder.clearVertexValue()
Clears the value of the 'vertexValue' field.
|
static GVertex.Builder |
GVertex.newBuilder()
Creates a new GVertex RecordBuilder.
|
static GVertex.Builder |
GVertex.newBuilder(GVertex.Builder other)
Creates a new GVertex RecordBuilder by copying an existing Builder.
|
static GVertex.Builder |
GVertex.newBuilder(GVertex other)
Creates a new GVertex RecordBuilder by copying
an existing GVertex instance
|
GVertex.Builder |
GVertex.Builder.setEdges(Map<CharSequence,CharSequence> value)
Sets the value of the 'edges' field.
|
GVertex.Builder |
GVertex.Builder.setVertexId(CharSequence value)
Sets the value of the 'vertexId' field.
|
GVertex.Builder |
GVertex.Builder.setVertexValue(float value)
Sets the value of the 'vertexValue' field.
|
Modifier and Type | Method and Description |
---|---|
static GVertex.Builder |
GVertex.newBuilder(GVertex.Builder other)
Creates a new GVertex RecordBuilder by copying an existing Builder.
|
Copyright © 2011-2019 The Apache Software Foundation. All Rights Reserved.