Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
N
R
S
T
V
A
addEdge(Object, Vertex, Vertex, String)
- Method in class com.tinkerpop.blueprints.impls.neo4jbatch.
Neo4jBatchGraph
The object id must be a Map<String,Object> or null.
addVertex(Object)
- Method in class com.tinkerpop.blueprints.impls.neo4jbatch.
Neo4jBatchGraph
The object id can either be null, a long id, or a Map<String,Object>.
C
com.tinkerpop.blueprints.impls.neo4jbatch
- package com.tinkerpop.blueprints.impls.neo4jbatch
createIndex(String, Class<T>, Parameter...)
- Method in class com.tinkerpop.blueprints.impls.neo4jbatch.
Neo4jBatchGraph
createKeyIndex(String, Class<T>)
- Method in class com.tinkerpop.blueprints.impls.neo4jbatch.
Neo4jBatchGraph
D
dropIndex(String)
- Method in class com.tinkerpop.blueprints.impls.neo4jbatch.
Neo4jBatchGraph
dropKeyIndex(String, Class<T>)
- Method in class com.tinkerpop.blueprints.impls.neo4jbatch.
Neo4jBatchGraph
E
edgeIndexKeys
- Variable in class com.tinkerpop.blueprints.impls.neo4jbatch.
Neo4jBatchGraph
F
flushIndices()
- Method in class com.tinkerpop.blueprints.impls.neo4jbatch.
Neo4jBatchGraph
This is necessary prior to using indices to ensure that indexed data is available to index queries.
G
getEdge(Object)
- Method in class com.tinkerpop.blueprints.impls.neo4jbatch.
Neo4jBatchGraph
getEdges()
- Method in class com.tinkerpop.blueprints.impls.neo4jbatch.
Neo4jBatchGraph
getEdges(String, Object)
- Method in class com.tinkerpop.blueprints.impls.neo4jbatch.
Neo4jBatchGraph
getFeatures()
- Method in class com.tinkerpop.blueprints.impls.neo4jbatch.
Neo4jBatchGraph
getIndex(String, Class<T>)
- Method in class com.tinkerpop.blueprints.impls.neo4jbatch.
Neo4jBatchGraph
getIndexedKeys(Class<T>)
- Method in class com.tinkerpop.blueprints.impls.neo4jbatch.
Neo4jBatchGraph
getIndices()
- Method in class com.tinkerpop.blueprints.impls.neo4jbatch.
Neo4jBatchGraph
getRawGraph()
- Method in class com.tinkerpop.blueprints.impls.neo4jbatch.
Neo4jBatchGraph
getVertex(Object)
- Method in class com.tinkerpop.blueprints.impls.neo4jbatch.
Neo4jBatchGraph
getVertices()
- Method in class com.tinkerpop.blueprints.impls.neo4jbatch.
Neo4jBatchGraph
getVertices(String, Object)
- Method in class com.tinkerpop.blueprints.impls.neo4jbatch.
Neo4jBatchGraph
N
Neo4jBatchGraph
- Class in
com.tinkerpop.blueprints.impls.neo4jbatch
A Blueprints implementation of the Neo4j batch inserter for bulk loading data into a Neo4j graph.
Neo4jBatchGraph(String)
- Constructor for class com.tinkerpop.blueprints.impls.neo4jbatch.
Neo4jBatchGraph
Neo4jBatchGraph(String, Map<String, String>)
- Constructor for class com.tinkerpop.blueprints.impls.neo4jbatch.
Neo4jBatchGraph
Neo4jBatchGraph(BatchInserter, BatchInserterIndexProvider)
- Constructor for class com.tinkerpop.blueprints.impls.neo4jbatch.
Neo4jBatchGraph
R
removeEdge(Edge)
- Method in class com.tinkerpop.blueprints.impls.neo4jbatch.
Neo4jBatchGraph
removeVertex(Vertex)
- Method in class com.tinkerpop.blueprints.impls.neo4jbatch.
Neo4jBatchGraph
S
shutdown()
- Method in class com.tinkerpop.blueprints.impls.neo4jbatch.
Neo4jBatchGraph
T
toString()
- Method in class com.tinkerpop.blueprints.impls.neo4jbatch.
Neo4jBatchGraph
V
vertexIndexKeys
- Variable in class com.tinkerpop.blueprints.impls.neo4jbatch.
Neo4jBatchGraph
A
C
D
E
F
G
N
R
S
T
V
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2010-2012. All Rights Reserved.