A C D E F G H I L M N O P Q R S T W 

A

accept(Result.ResultVisitor<VisitationException>) - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
 
add(Node) - Method in class org.neo4j.cypher.export.CypherResultSubGraph
 
add(Relationship) - Method in class org.neo4j.cypher.export.CypherResultSubGraph
 
add(Object, Object) - Static method in class org.neo4j.cypher.internal.codegen.CompiledMathHelper
Utility function for doing addition

C

close() - Method in interface org.neo4j.cypher.internal.tracing.CompilationTracer.QueryCompilationEvent
 
close() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
 
coerceToPredicate(Object) - Static method in class org.neo4j.cypher.internal.codegen.CompiledConversionUtils
 
columnAs(String) - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
Returns an iterator with the result objects from a single column of the result set.
columns() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
The exact names used to represent each column in the result set.
CompilationTracer - Interface in org.neo4j.cypher.internal.tracing
 
CompilationTracer.QueryCompilationEvent - Interface in org.neo4j.cypher.internal.tracing
 
CompiledConversionUtils - Class in org.neo4j.cypher.internal.codegen
 
CompiledConversionUtils() - Constructor for class org.neo4j.cypher.internal.codegen.CompiledConversionUtils
 
CompiledConversionUtils.CompositeKey - Class in org.neo4j.cypher.internal.codegen
 
CompiledExpandUtils - Class in org.neo4j.cypher.internal.codegen
 
CompiledExpandUtils() - Constructor for class org.neo4j.cypher.internal.codegen.CompiledExpandUtils
 
CompiledMathHelper - Class in org.neo4j.cypher.internal.codegen
This is a helper class used by compiled plans for doing basic math operations
compileQuery(String) - Method in interface org.neo4j.cypher.internal.tracing.CompilationTracer
 
compileQuery(String) - Method in class org.neo4j.cypher.internal.tracing.TimingCompilationTracer
 
compositeKey(long...) - Static method in class org.neo4j.cypher.internal.codegen.CompiledConversionUtils
 
connectingRelationships(ReadOperations, long, Direction, long) - Static method in class org.neo4j.cypher.internal.codegen.CompiledExpandUtils
 
connectingRelationships(ReadOperations, long, Direction, long, int...) - Static method in class org.neo4j.cypher.internal.codegen.CompiledExpandUtils
 
contains(Relationship) - Method in class org.neo4j.cypher.export.CypherResultSubGraph
 
contains(Relationship) - Method in class org.neo4j.cypher.export.DatabaseSubGraph
 
contains(Relationship) - Method in interface org.neo4j.cypher.export.SubGraph
 
containsUpdates() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
Deprecated.
If the query updated the graph in any way, this method will return true.
CypherEngineProvider - Class in org.neo4j.cypher.javacompat.internal
 
CypherEngineProvider() - Constructor for class org.neo4j.cypher.javacompat.internal.CypherEngineProvider
 
CypherResultSubGraph - Class in org.neo4j.cypher.export
 
CypherResultSubGraph() - Constructor for class org.neo4j.cypher.export.CypherResultSubGraph
 

D

DatabaseSubGraph - Class in org.neo4j.cypher.export
 
DatabaseSubGraph(GraphDatabaseService) - Constructor for class org.neo4j.cypher.export.DatabaseSubGraph
 
divide(Object, Object) - Static method in class org.neo4j.cypher.internal.codegen.CompiledMathHelper
 
dumpToString() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
Provides a textual representation of the query result.

E

equals(Object) - Method in class org.neo4j.cypher.internal.codegen.CompiledConversionUtils.CompositeKey
 
equals(Object, Object) - Static method in class org.neo4j.cypher.internal.codegen.CompiledConversionUtils
 
equals(Object) - Method in class org.neo4j.cypher.internal.codegen.NodeIdWrapper
 
equals(Object) - Method in class org.neo4j.cypher.internal.codegen.RelationshipIdWrapper
 
execute(String) - Method in class org.neo4j.cypher.javacompat.ExecutionEngine
Deprecated.
Executes a query and returns an iterable that contains the result set
execute(String, Map<String, Object>) - Method in class org.neo4j.cypher.javacompat.ExecutionEngine
Deprecated.
Executes a query and returns an iterable that contains the result set
executeQuery(String, Map<String, Object>, QuerySession) - Method in class org.neo4j.cypher.javacompat.internal.ServerExecutionEngine
 
ExecutionEngine - Class in org.neo4j.cypher.javacompat
Deprecated.
use GraphDatabaseService.execute(String) instead.
ExecutionEngine(GraphDatabaseService) - Constructor for class org.neo4j.cypher.javacompat.ExecutionEngine
Deprecated.
Creates an execution engine around the give graph database
ExecutionEngine(GraphDatabaseService, LogProvider) - Constructor for class org.neo4j.cypher.javacompat.ExecutionEngine
Deprecated.
Creates an execution engine around the give graph database
executionPlanDescription() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
Returns a string representation of the query plan used to produce this result.
ExecutionResult - Class in org.neo4j.cypher.javacompat
Deprecated.
See Result, and use GraphDatabaseService.execute(String, Map) instead.
ExecutionResult(org.neo4j.cypher.ExtendedExecutionResult) - Constructor for class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
Constructor used by the Cypher framework.
export(PrintWriter) - Method in class org.neo4j.cypher.export.SubGraphExporter
 

F

from(Result, GraphDatabaseService, boolean) - Static method in class org.neo4j.cypher.export.CypherResultSubGraph
 
from(GraphDatabaseService) - Static method in class org.neo4j.cypher.export.DatabaseSubGraph
 

G

getArguments() - Method in interface org.neo4j.cypher.javacompat.PlanDescription
Deprecated.
Retrieve argument map for the associated execution step Valid arguments are all Java primitive values, Strings, Arrays of those, and Maps from Strings to valid arguments.
getChildren() - Method in interface org.neo4j.cypher.javacompat.PlanDescription
Deprecated.
 
getConstraints() - Method in class org.neo4j.cypher.export.CypherResultSubGraph
 
getConstraints() - Method in class org.neo4j.cypher.export.DatabaseSubGraph
 
getConstraints() - Method in interface org.neo4j.cypher.export.SubGraph
 
getConstraintsAdded() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
Deprecated.
Returns the number of constraint added by this query.
getConstraintsRemoved() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
Deprecated.
Returns the number of constraint removed by this query.
getDbHits() - Method in interface org.neo4j.cypher.javacompat.ProfilerStatistics
Deprecated.
 
getDeletedNodes() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
Deprecated.
Returns the number of nodes deleted by this query.
getDeletedRelationships() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
Deprecated.
Returns the number of relationships deleted by this query.
getExecutionPlanDescription() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
 
getIndexes() - Method in class org.neo4j.cypher.export.CypherResultSubGraph
 
getIndexes() - Method in class org.neo4j.cypher.export.DatabaseSubGraph
 
getIndexes() - Method in interface org.neo4j.cypher.export.SubGraph
 
getIndexesAdded() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
Deprecated.
Returns the number of indexes added by this query.
getIndexesRemoved() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
Deprecated.
Returns the number of indexes removed by this query.
getLabels() - Method in class org.neo4j.cypher.export.CypherResultSubGraph
 
getLabelsAdded() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
Deprecated.
Returns the number of labels added to any node by this query.
getLabelsRemoved() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
Deprecated.
Returns the number of labels removed from any node by this query.
getName() - Method in interface org.neo4j.cypher.javacompat.PlanDescription
Deprecated.
 
getNodes() - Method in class org.neo4j.cypher.export.CypherResultSubGraph
 
getNodes() - Method in class org.neo4j.cypher.export.DatabaseSubGraph
 
getNodes() - Method in interface org.neo4j.cypher.export.SubGraph
 
getNodesCreated() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
Deprecated.
Returns the number of nodes created by this query.
getNodesDeleted() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
Deprecated.
 
getNotifications() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
 
getProfilerStatistics() - Method in interface org.neo4j.cypher.javacompat.PlanDescription
Deprecated.
 
getPropertiesSet() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
Deprecated.
Returns the number of properties set by this query.
getQueryExecutionType() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
 
getQueryStatistics() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
Returns statistics about this result.
getRelationships() - Method in class org.neo4j.cypher.export.CypherResultSubGraph
 
getRelationships() - Method in class org.neo4j.cypher.export.DatabaseSubGraph
 
getRelationships() - Method in interface org.neo4j.cypher.export.SubGraph
 
getRelationshipsCreated() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
Deprecated.
Returns the number of relationships created by this query.
getRelationshipsDeleted() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
Deprecated.
 
getRows() - Method in interface org.neo4j.cypher.javacompat.ProfilerStatistics
Deprecated.
 

H

hashCode() - Method in class org.neo4j.cypher.internal.codegen.CompiledConversionUtils.CompositeKey
 
hashCode() - Method in class org.neo4j.cypher.internal.codegen.NodeIdWrapper
 
hashCode() - Method in class org.neo4j.cypher.internal.codegen.RelationshipIdWrapper
 
hasNext() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
 
hasProfilerStatistics() - Method in interface org.neo4j.cypher.javacompat.PlanDescription
Deprecated.
 

I

id() - Method in class org.neo4j.cypher.internal.codegen.NodeIdWrapper
 
id() - Method in class org.neo4j.cypher.internal.codegen.RelationshipIdWrapper
 
isPeriodicCommit(String) - Method in class org.neo4j.cypher.javacompat.internal.ServerExecutionEngine
 
iterator() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
Returns an iterator over the return clause of the query.

L

loadParameter(Object) - Static method in class org.neo4j.cypher.internal.codegen.CompiledConversionUtils
 

M

modulo(Object, Object) - Static method in class org.neo4j.cypher.internal.codegen.CompiledMathHelper
 
multiply(Object, Object) - Static method in class org.neo4j.cypher.internal.codegen.CompiledMathHelper
 

N

nanoTime() - Method in interface org.neo4j.cypher.internal.tracing.TimingCompilationTracer.PhaseEvent
 
nanoTime() - Method in interface org.neo4j.cypher.internal.tracing.TimingCompilationTracer.QueryEvent
 
next() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
 
NO_COMPILATION_TRACING - Static variable in interface org.neo4j.cypher.internal.tracing.CompilationTracer
 
NodeIdWrapper - Class in org.neo4j.cypher.internal.codegen
 
NodeIdWrapper(long) - Constructor for class org.neo4j.cypher.internal.codegen.NodeIdWrapper
 
not(Object) - Static method in class org.neo4j.cypher.internal.codegen.CompiledConversionUtils
 

O

or(Object, Object) - Static method in class org.neo4j.cypher.internal.codegen.CompiledConversionUtils
 
org.neo4j.cypher.export - package org.neo4j.cypher.export
 
org.neo4j.cypher.internal.codegen - package org.neo4j.cypher.internal.codegen
 
org.neo4j.cypher.internal.tracing - package org.neo4j.cypher.internal.tracing
 
org.neo4j.cypher.javacompat - package org.neo4j.cypher.javacompat
Execute Cypher queries from Java code.
org.neo4j.cypher.javacompat.internal - package org.neo4j.cypher.javacompat.internal
 

P

phase() - Method in interface org.neo4j.cypher.internal.tracing.TimingCompilationTracer.PhaseEvent
 
phases() - Method in interface org.neo4j.cypher.internal.tracing.TimingCompilationTracer.QueryEvent
 
PlanDescription - Interface in org.neo4j.cypher.javacompat
Deprecated.
See ExecutionPlanDescription which you can get from Result when using GraphDatabaseService.execute(String, Map).
prettify(String) - Method in class org.neo4j.cypher.javacompat.ExecutionEngine
Deprecated.
Turns a valid Cypher query and returns it with keywords in uppercase, and new-lines in the appropriate places.
profile(String) - Method in class org.neo4j.cypher.javacompat.ExecutionEngine
Deprecated.
Profiles a query and returns an iterable that contains the result set.
profile(String, Map<String, Object>) - Method in class org.neo4j.cypher.javacompat.ExecutionEngine
Deprecated.
Profiles a query and returns an iterable that contains the result set.
profileQuery(String, Map<String, Object>, QuerySession) - Method in class org.neo4j.cypher.javacompat.internal.ServerExecutionEngine
 
ProfilerStatistics - Interface in org.neo4j.cypher.javacompat
Deprecated.
See ExecutionPlanDescription.ProfilerStatistics which you can get from an ExecutionPlanDescription when using GraphDatabaseService.execute(String, Map).

Q

query() - Method in interface org.neo4j.cypher.internal.tracing.TimingCompilationTracer.QueryEvent
 
queryCompiled(TimingCompilationTracer.QueryEvent) - Method in interface org.neo4j.cypher.internal.tracing.TimingCompilationTracer.EventListener
 
QueryStatistics - Class in org.neo4j.cypher.javacompat
Deprecated.
See QueryStatistics which you can get from Result when using GraphDatabaseService.execute(String, Map).

R

RelationshipIdWrapper - Class in org.neo4j.cypher.internal.codegen
 
RelationshipIdWrapper(long) - Constructor for class org.neo4j.cypher.internal.codegen.RelationshipIdWrapper
 
remove() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
 
resultAsString() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
 

S

ServerExecutionEngine - Class in org.neo4j.cypher.javacompat.internal
This is a variant of ExecutionEngine that provides additional callbacks that are used by REST server's transactional endpoints for Cypher This is not public API
ServerExecutionEngine(GraphDatabaseService, LogProvider) - Constructor for class org.neo4j.cypher.javacompat.internal.ServerExecutionEngine
 
SubGraph - Interface in org.neo4j.cypher.export
 
SubGraphExporter - Class in org.neo4j.cypher.export
 
SubGraphExporter(SubGraph) - Constructor for class org.neo4j.cypher.export.SubGraphExporter
 
subtract(Object, Object) - Static method in class org.neo4j.cypher.internal.codegen.CompiledMathHelper
 

T

TimingCompilationTracer - Class in org.neo4j.cypher.internal.tracing
 
TimingCompilationTracer(TimingCompilationTracer.EventListener) - Constructor for class org.neo4j.cypher.internal.tracing.TimingCompilationTracer
 
TimingCompilationTracer.EventListener - Interface in org.neo4j.cypher.internal.tracing
 
TimingCompilationTracer.PhaseEvent - Interface in org.neo4j.cypher.internal.tracing
 
TimingCompilationTracer.QueryEvent - Interface in org.neo4j.cypher.internal.tracing
 
toCollection(Object) - Static method in class org.neo4j.cypher.internal.codegen.CompiledConversionUtils
 
toString() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
 
toString(PrintWriter) - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
 
toString() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
Deprecated.
 
transformToInt(Object) - Static method in class org.neo4j.cypher.internal.codegen.CompiledMathHelper
 

W

writeAsStringTo(PrintWriter) - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
 
A C D E F G H I L M N O P Q R S T W 

Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.