Package | Description |
---|---|
com.orientechnologies.orient.graph.graphml |
Modifier and Type | Method and Description |
---|---|
OGraphMLReader |
OGraphMLReader.defineEdgeAttributeStrategy(String iAttributeName,
OGraphMLImportStrategy iStrategy)
Define custom strategy to use for edge attribute.
|
OGraphMLReader |
OGraphMLReader.defineVertexAttributeStrategy(String iAttributeName,
OGraphMLImportStrategy iStrategy)
Define custom strategy to use for vertex attribute.
|
OGraphMLReader |
OGraphMLReader.inputGraph(com.tinkerpop.blueprints.Graph inputGraph,
InputStream graphMLInputStream,
int bufferSize,
String vertexIdKey,
String edgeIdKey,
String edgeLabelKey)
Input the GraphML stream data into the graph.
|
OGraphMLReader |
OGraphMLReader.inputGraph(com.tinkerpop.blueprints.Graph inputGraph,
String filename,
int bufferSize,
String vertexIdKey,
String edgeIdKey,
String edgeLabelKey)
Input the GraphML stream data into the graph.
|
OGraphMLReader |
OGraphMLReader.inputGraph(InputStream graphMLInputStream)
Input the GraphML stream data into the graph.
|
OGraphMLReader |
OGraphMLReader.inputGraph(InputStream graphMLInputStream,
int bufferSize)
Input the GraphML stream data into the graph.
|
OGraphMLReader |
OGraphMLReader.inputGraph(String filename)
Input the GraphML stream data into the graph.
|
OGraphMLReader |
OGraphMLReader.inputGraph(String filename,
int bufferSize)
Input the GraphML stream data into the graph.
|
OGraphMLReader |
OGraphMLReader.setOptions(Map<String,List<String>> opts) |
OGraphMLReader |
OGraphMLReader.setOutput(OCommandOutputListener output) |
Copyright © 2009–2020 OrientDB. All rights reserved.