@Deprecated public class IncrementalBulkLoader extends Object implements BulkLoader
| Constructor and Description |
|---|
IncrementalBulkLoader()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.apache.commons.configuration.Configuration configuration)
Deprecated.
Configures the BulkLoader instance.
|
Edge |
getOrCreateEdge(Edge edge,
Vertex outVertex,
Vertex inVertex,
Graph graph,
GraphTraversalSource g)
Deprecated.
Gets or creates a clone of the given edge between the given in- and out-vertices.
|
Vertex |
getOrCreateVertex(Vertex vertex,
Graph graph,
GraphTraversalSource g)
Deprecated.
Gets or creates a clone of the given vertex in the given graph.
|
VertexProperty |
getOrCreateVertexProperty(VertexProperty<?> property,
Vertex vertex,
Graph graph,
GraphTraversalSource g)
Deprecated.
Gets or creates a clone of the given property for the given vertex.
|
Vertex |
getVertex(Vertex vertex,
Graph graph,
GraphTraversalSource g)
Deprecated.
Get a vertex that matches the given vertex from the given graph.
|
String |
getVertexIdProperty()
Deprecated.
|
boolean |
keepOriginalIds()
Deprecated.
|
boolean |
useUserSuppliedIds()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateEdge, createVertexProperty, getVertexByIdpublic Vertex getOrCreateVertex(Vertex vertex, Graph graph, GraphTraversalSource g)
getOrCreateVertex in interface BulkLoadervertex - The vertex to be cloned.graph - The graph that holds the cloned vertex after this method was called.g - A standard traversal source for the given graph.public Edge getOrCreateEdge(Edge edge, Vertex outVertex, Vertex inVertex, Graph graph, GraphTraversalSource g)
getOrCreateEdge in interface BulkLoaderedge - The edge to be cloned.outVertex - The out-vertex in the given graph..inVertex - The in-vertex in the given graph.graph - The graph that holds the cloned edge after this method was called.g - A standard traversal source for the given graph.public VertexProperty getOrCreateVertexProperty(VertexProperty<?> property, Vertex vertex, Graph graph, GraphTraversalSource g)
getOrCreateVertexProperty in interface BulkLoaderproperty - The property to be cloned.vertex - The vertex in the given graph..graph - The graph that holds the given vertex.g - A standard traversal source for the given graph.public Vertex getVertex(Vertex vertex, Graph graph, GraphTraversalSource g)
getVertex in interface BulkLoadervertex - The vertex to be matched.graph - The graph that holds the given vertex.g - A standard traversal source for the given graph.public boolean useUserSuppliedIds()
useUserSuppliedIds in interface BulkLoaderpublic boolean keepOriginalIds()
keepOriginalIds in interface BulkLoaderpublic String getVertexIdProperty()
getVertexIdProperty in interface BulkLoaderpublic void configure(org.apache.commons.configuration.Configuration configuration)
configure in interface BulkLoaderconfiguration - The BulkLoader configuration.Copyright © 2013–2020 Apache Software Foundation. All rights reserved.