A C D E G I N P Q R S T

A

addEdge(Object, Vertex, Vertex, String) - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph
 
addVertex(Object) - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph
 
autoStartTransaction() - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph
 

C

close() - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jEdgeIterable
 
close() - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jVertexIterable
 
com.tinkerpop.blueprints.impls.neo4j - package com.tinkerpop.blueprints.impls.neo4j
 
count(String, Object) - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jIndex

The underlying Neo4j graph does not natively support this method within a transaction.

createIndex(String, Class<T>, Parameter...) - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph
 
createKeyIndex(String, Class<T>) - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph
 

D

dropIndex(String) - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph

Note that this method will force a successful closing of the current thread's transaction.

dropKeyIndex(String, Class<T>) - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph
 

E

equals(Object) - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jEdge
 
equals(Object) - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jVertex
 

G

get(String, Object) - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jIndex

The underlying Neo4j graph does not natively support this method within a transaction.

getEdge(Object) - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph
 
getEdges() - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph

The underlying Neo4j graph does not natively support this method within a transaction.

getEdges(String, Object) - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph
 
getEdges(Direction, String...) - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jVertex
 
getFeatures() - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph
 
getIndex(String, Class<T>) - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph
 
getIndexClass() - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jIndex
 
getIndexedKeys(Class<T>) - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph
 
getIndexName() - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jIndex
 
getIndices() - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph
 
getInternalIndexKeys(Class<T>) - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph
 
getLabel() - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jEdge
 
getRawEdge() - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jEdge
 
getRawGraph() - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph
 
getRawIndex() - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jIndex
 
getRawVertex() - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jVertex
 
getVertex(Direction) - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jEdge
 
getVertex(Object) - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph
 
getVertices() - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph

The underlying Neo4j graph does not natively support this method within a transaction.

getVertices(String, Object) - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph
 
getVertices(Direction, String...) - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jVertex
 
graph - Variable in class com.tinkerpop.blueprints.impls.neo4j.Neo4jIndex
 

I

iterator() - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jEdgeIterable
 
iterator() - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jVertexIterable
 

N

Neo4jEdge - Class in com.tinkerpop.blueprints.impls.neo4j
 
Neo4jEdge(Relationship, Neo4jGraph) - Constructor for class com.tinkerpop.blueprints.impls.neo4j.Neo4jEdge
 
Neo4jEdge(Relationship, Neo4jGraph, boolean) - Constructor for class com.tinkerpop.blueprints.impls.neo4j.Neo4jEdge
 
Neo4jEdgeIterable<T extends Edge> - Class in com.tinkerpop.blueprints.impls.neo4j
 
Neo4jEdgeIterable(Iterable<Relationship>, Neo4jGraph, boolean) - Constructor for class com.tinkerpop.blueprints.impls.neo4j.Neo4jEdgeIterable
 
Neo4jEdgeIterable(Iterable<Relationship>, Neo4jGraph) - Constructor for class com.tinkerpop.blueprints.impls.neo4j.Neo4jEdgeIterable
 
Neo4jGraph - Class in com.tinkerpop.blueprints.impls.neo4j
A Blueprints implementation of the graph database Neo4j (http://neo4j.org)
Neo4jGraph(String) - Constructor for class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph
 
Neo4jGraph(String, Map<String, String>) - Constructor for class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph
 
Neo4jGraph(GraphDatabaseService) - Constructor for class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph
 
Neo4jGraph(GraphDatabaseService, boolean) - Constructor for class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph
 
Neo4jGraph(String, Map<String, String>, boolean) - Constructor for class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph
 
Neo4jHaGraph - Class in com.tinkerpop.blueprints.impls.neo4j
A Blueprints implementation of the graph database Neo4j (http://neo4j.org) with High Availability mode.
Neo4jHaGraph(String, Map<String, String>) - Constructor for class com.tinkerpop.blueprints.impls.neo4j.Neo4jHaGraph
Creates a new Neo4jHaGraph instance.
Neo4jHaGraph(HighlyAvailableGraphDatabase) - Constructor for class com.tinkerpop.blueprints.impls.neo4j.Neo4jHaGraph
 
Neo4jIndex<T extends com.tinkerpop.blueprints.impls.neo4j.Neo4jElement,S extends org.neo4j.graphdb.PropertyContainer> - Class in com.tinkerpop.blueprints.impls.neo4j
 
Neo4jIndex(String, Class<T>, Neo4jGraph, Parameter...) - Constructor for class com.tinkerpop.blueprints.impls.neo4j.Neo4jIndex
 
Neo4jVertex - Class in com.tinkerpop.blueprints.impls.neo4j
 
Neo4jVertex(Node, Neo4jGraph) - Constructor for class com.tinkerpop.blueprints.impls.neo4j.Neo4jVertex
 
Neo4jVertexIterable<T extends Vertex> - Class in com.tinkerpop.blueprints.impls.neo4j
 
Neo4jVertexIterable(Iterable<Node>, Neo4jGraph, boolean) - Constructor for class com.tinkerpop.blueprints.impls.neo4j.Neo4jVertexIterable
 
Neo4jVertexIterable(Iterable<Node>, Neo4jGraph) - Constructor for class com.tinkerpop.blueprints.impls.neo4j.Neo4jVertexIterable
 

P

put(String, Object, T) - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jIndex
 

Q

query(String, Object) - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jIndex

The underlying Neo4j graph does not natively support this method within a transaction.

query() - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jVertex
 

R

rawIndex - Variable in class com.tinkerpop.blueprints.impls.neo4j.Neo4jIndex
 
remove(String, Object, T) - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jIndex
 
removeEdge(Edge) - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph
 
removeVertex(Vertex) - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph
 

S

shutdown() - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph
 
startTransaction() - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph
 
stopTransaction(TransactionalGraph.Conclusion) - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph
 

T

toString() - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jEdge
 
toString() - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph
 
toString() - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jIndex
 
toString() - Method in class com.tinkerpop.blueprints.impls.neo4j.Neo4jVertex
 
tx - Variable in class com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph
 

A C D E G I N P Q R S T

Copyright © 2010-2012. All Rights Reserved.