public static final class GraphMLReader.Builder extends Object implements GraphReader.ReaderBuilder<GraphMLReader>
Modifier and Type | Method and Description |
---|---|
GraphMLReader.Builder |
batchSize(long batchSize)
Number of mutations to perform before a commit is executed.
|
GraphMLReader |
create()
Creates the
GraphReader implementation given options provided to the GraphReader.ReaderBuilder
implementation. |
GraphMLReader.Builder |
edgeLabelKey(String edgeLabelKey)
The key to use as the edge label.
|
GraphMLReader.Builder |
vertexLabelKey(String vertexLabelKey)
the key to use as the vertex label.
|
public GraphMLReader.Builder edgeLabelKey(String edgeLabelKey)
public GraphMLReader.Builder vertexLabelKey(String vertexLabelKey)
public GraphMLReader.Builder batchSize(long batchSize)
public GraphMLReader create()
GraphReader.ReaderBuilder
GraphReader
implementation given options provided to the GraphReader.ReaderBuilder
implementation.create
in interface GraphReader.ReaderBuilder<GraphMLReader>
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.