| Modifier and Type | Method and Description |
|---|---|
Vertex |
GraphReader.readVertex(java.io.InputStream inputStream,
Direction direction,
java.util.function.Function<DetachedVertex,Vertex> vertexMaker,
java.util.function.Function<DetachedEdge,Edge> edgeMaker)
Reads a single vertex from an
InputStream. |
Vertex |
GraphReader.readVertex(java.io.InputStream inputStream,
java.util.function.Function<DetachedVertex,Vertex> vertexMaker)
Reads a single vertex from an
InputStream. |
java.util.Iterator<Vertex> |
GraphReader.readVertices(java.io.InputStream inputStream,
Direction direction,
java.util.function.Function<DetachedVertex,Vertex> vertexMaker,
java.util.function.Function<DetachedEdge,Edge> edgeMaker)
Reads a set of vertices from an
InputStream which were written by
GraphWriter.writeVertices(java.io.OutputStream, com.tinkerpop.gremlin.process.Traversal). |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
GraphMLReader.readVertex(java.io.InputStream inputStream,
Direction direction,
java.util.function.Function<DetachedVertex,Vertex> vertexMaker,
java.util.function.Function<DetachedEdge,Edge> edgeMaker) |
Vertex |
GraphMLReader.readVertex(java.io.InputStream inputStream,
java.util.function.Function<DetachedVertex,Vertex> vertexMaker) |
java.util.Iterator<Vertex> |
GraphMLReader.readVertices(java.io.InputStream inputStream,
Direction direction,
java.util.function.Function<DetachedVertex,Vertex> vertexMaker,
java.util.function.Function<DetachedEdge,Edge> edgeMaker) |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
LegacyGraphSONReader.readVertex(java.io.InputStream inputStream,
Direction direction,
java.util.function.Function<DetachedVertex,Vertex> vertexMaker,
java.util.function.Function<DetachedEdge,Edge> edgeMaker) |
Vertex |
GraphSONReader.readVertex(java.io.InputStream inputStream,
Direction direction,
java.util.function.Function<DetachedVertex,Vertex> vertexMaker,
java.util.function.Function<DetachedEdge,Edge> edgeMaker) |
Vertex |
LegacyGraphSONReader.readVertex(java.io.InputStream inputStream,
java.util.function.Function<DetachedVertex,Vertex> vertexMaker) |
Vertex |
GraphSONReader.readVertex(java.io.InputStream inputStream,
java.util.function.Function<DetachedVertex,Vertex> vertexMaker) |
java.util.Iterator<Vertex> |
LegacyGraphSONReader.readVertices(java.io.InputStream inputStream,
Direction direction,
java.util.function.Function<DetachedVertex,Vertex> vertexMaker,
java.util.function.Function<DetachedEdge,Edge> edgeMaker) |
java.util.Iterator<Vertex> |
GraphSONReader.readVertices(java.io.InputStream inputStream,
Direction direction,
java.util.function.Function<DetachedVertex,Vertex> vertexMaker,
java.util.function.Function<DetachedEdge,Edge> edgeMaker) |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
KryoReader.readVertex(java.io.InputStream inputStream,
Direction direction,
java.util.function.Function<DetachedVertex,Vertex> vertexMaker,
java.util.function.Function<DetachedEdge,Edge> edgeMaker) |
Vertex |
KryoReader.readVertex(java.io.InputStream inputStream,
java.util.function.Function<DetachedVertex,Vertex> vertexMaker) |
java.util.Iterator<Vertex> |
KryoReader.readVertices(java.io.InputStream inputStream,
Direction direction,
java.util.function.Function<DetachedVertex,Vertex> vertexMaker,
java.util.function.Function<DetachedEdge,Edge> edgeMaker) |
| Modifier and Type | Field and Description |
|---|---|
protected DetachedVertex |
DetachedVertexProperty.vertex |
| Modifier and Type | Method and Description |
|---|---|
static DetachedVertex |
DetachedFactory.detach(Vertex vertex,
boolean withProperties) |
| Modifier and Type | Method and Description |
|---|---|
static Vertex |
DetachedVertex.addTo(Graph graph,
DetachedVertex detachedVertex) |
Copyright © 2013-2015 TinkerPop. All Rights Reserved.