Skip navigation links
A B C D E F G H I L M N O P Q R S T V W 

A

accept(Result.ResultVisitor<VisitationException>) - Method in class org.neo4j.cypher.internal.javacompat.ExecutionResult
 
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

B

beginTransaction(KernelTransaction.Type, AccessMode) - Method in class org.neo4j.cypher.javacompat.internal.GraphDatabaseCypherService
 
beginTransaction(KernelTransaction.Type, AccessMode, long, TimeUnit) - Method in class org.neo4j.cypher.javacompat.internal.GraphDatabaseCypherService
 

C

close() - Method in class org.neo4j.cypher.internal.javacompat.ExecutionResult
 
close() - Method in interface org.neo4j.cypher.internal.tracing.CompilationTracer.QueryCompilationEvent
 
coerceToPredicate(Object) - Static method in class org.neo4j.cypher.internal.codegen.CompiledConversionUtils
 
columnAs(String) - Method in class org.neo4j.cypher.internal.javacompat.ExecutionResult
Returns an iterator with the result objects from a single column of the result set.
columns() - Method in class org.neo4j.cypher.internal.javacompat.ExecutionResult
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.internal.javacompat.QueryStatistics
If the query updated the graph in any way, this method will return true.
createNode() - Method in class org.neo4j.cypher.javacompat.internal.GraphDatabaseCypherService
 
createNode(Label...) - Method in class org.neo4j.cypher.javacompat.internal.GraphDatabaseCypherService
 
CypherEngineProvider - Class in org.neo4j.cypher.internal.javacompat
 
CypherEngineProvider() - Constructor for class org.neo4j.cypher.internal.javacompat.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.internal.javacompat.ExecutionResult
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
 
executeQuery(String, Map<String, Object>, TransactionalContext) - Method in class org.neo4j.cypher.internal.javacompat.ExecutionEngine
 
ExecutionEngine - Class in org.neo4j.cypher.internal.javacompat
To run a Cypher query, use this class.
ExecutionEngine(GraphDatabaseQueryService, LogProvider) - Constructor for class org.neo4j.cypher.internal.javacompat.ExecutionEngine
Creates an execution engine around the give graph database
executionPlanDescription() - Method in class org.neo4j.cypher.internal.javacompat.ExecutionResult
Returns a string representation of the query plan used to produce this result.
ExecutionResult - Class in org.neo4j.cypher.internal.javacompat
Holds Cypher query result sets, in tabular form.
ExecutionResult(org.neo4j.cypher.internal.ExecutionResult) - Constructor for class org.neo4j.cypher.internal.javacompat.ExecutionResult
Constructor used by the Cypher framework.
export(PrintWriter) - Method in class org.neo4j.cypher.export.SubGraphExporter
 
export(PrintWriter, String, String) - 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.internal.javacompat.PlanDescription
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.internal.javacompat.PlanDescription
 
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.internal.javacompat.QueryStatistics
Returns the number of constraint added by this query.
getConstraintsRemoved() - Method in class org.neo4j.cypher.internal.javacompat.QueryStatistics
Returns the number of constraint removed by this query.
getDbHits() - Method in interface org.neo4j.cypher.internal.javacompat.ProfilerStatistics
 
getDependencyResolver() - Method in class org.neo4j.cypher.javacompat.internal.GraphDatabaseCypherService
 
getExecutionPlanDescription() - Method in class org.neo4j.cypher.internal.javacompat.ExecutionResult
 
getGraphDatabaseService() - Method in class org.neo4j.cypher.javacompat.internal.GraphDatabaseCypherService
 
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.internal.javacompat.QueryStatistics
Returns the number of indexes added by this query.
getIndexesRemoved() - Method in class org.neo4j.cypher.internal.javacompat.QueryStatistics
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.internal.javacompat.QueryStatistics
Returns the number of labels added to any node by this query.
getLabelsRemoved() - Method in class org.neo4j.cypher.internal.javacompat.QueryStatistics
Returns the number of labels removed from any node by this query.
getName() - Method in interface org.neo4j.cypher.internal.javacompat.PlanDescription
 
getNodeById(long) - Method in class org.neo4j.cypher.javacompat.internal.GraphDatabaseCypherService
 
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.internal.javacompat.QueryStatistics
Returns the number of nodes created by this query.
getNodesDeleted() - Method in class org.neo4j.cypher.internal.javacompat.QueryStatistics
Returns the number of nodes deleted by this query.
getNotifications() - Method in class org.neo4j.cypher.internal.javacompat.ExecutionResult
 
getProfilerStatistics() - Method in interface org.neo4j.cypher.internal.javacompat.PlanDescription
 
getPropertiesSet() - Method in class org.neo4j.cypher.internal.javacompat.QueryStatistics
Returns the number of properties set by this query.
getQueryExecutionType() - Method in class org.neo4j.cypher.internal.javacompat.ExecutionResult
 
getQueryStatistics() - Method in class org.neo4j.cypher.internal.javacompat.ExecutionResult
Returns statistics about this result.
getRelationshipById(long) - Method in class org.neo4j.cypher.javacompat.internal.GraphDatabaseCypherService
 
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.internal.javacompat.QueryStatistics
Returns the number of relationships created by this query.
getRelationshipsDeleted() - Method in class org.neo4j.cypher.internal.javacompat.QueryStatistics
Returns the number of relationships deleted by this query.
getRows() - Method in interface org.neo4j.cypher.internal.javacompat.ProfilerStatistics
 
GraphDatabaseCypherService - Class in org.neo4j.cypher.javacompat.internal
 
GraphDatabaseCypherService(GraphDatabaseService) - Constructor for class org.neo4j.cypher.javacompat.internal.GraphDatabaseCypherService
 

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.internal.javacompat.ExecutionResult
 
hasProfilerStatistics() - Method in interface org.neo4j.cypher.internal.javacompat.PlanDescription
 

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.internal.javacompat.ExecutionEngine
 
iterator() - Method in class org.neo4j.cypher.internal.javacompat.ExecutionResult
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.internal.javacompat.ExecutionResult
 
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.javacompat - package org.neo4j.cypher.internal.javacompat
 
org.neo4j.cypher.internal.tracing - package org.neo4j.cypher.internal.tracing
 
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.internal.javacompat
Instances describe single execution steps in a Cypher query execution plan Execution plans form a tree of execution steps.
prettify(String) - Method in class org.neo4j.cypher.internal.javacompat.ExecutionEngine
Turns a valid Cypher query and returns it with keywords in uppercase, and new-lines in the appropriate places.
profileQuery(String, Map<String, Object>, TransactionalContext) - Method in class org.neo4j.cypher.internal.javacompat.ExecutionEngine
 
ProfilerStatistics - Interface in org.neo4j.cypher.internal.javacompat
Profiler statistics for a single execution step of a Cypher query execution plan

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.internal.javacompat
Holds statistics for the execution of a query.
QueryStatistics(org.neo4j.cypher.internal.QueryStatistics) - Constructor for class org.neo4j.cypher.internal.javacompat.QueryStatistics
 

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.internal.javacompat.ExecutionResult
 
resultAsString() - Method in class org.neo4j.cypher.internal.javacompat.ExecutionResult
 

S

stream() - Method in class org.neo4j.cypher.internal.javacompat.ExecutionResult
 
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.internal.javacompat.ExecutionResult
 
toString(PrintWriter) - Method in class org.neo4j.cypher.internal.javacompat.ExecutionResult
 
toString() - Method in class org.neo4j.cypher.internal.javacompat.QueryStatistics
 
transformToInt(Object) - Static method in class org.neo4j.cypher.internal.codegen.CompiledMathHelper
 
transformToLong(Object) - Static method in class org.neo4j.cypher.internal.codegen.CompiledMathHelper
 

V

validateURLAccess(URL) - Method in class org.neo4j.cypher.javacompat.internal.GraphDatabaseCypherService
 

W

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

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