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

A

accept(Result.ResultVisitor<VisitationException>) - Method in class com.mware.ge.cypher.internal.javacompat.ExecutionResult
 

C

callProcedure(Context, int, Object[]) - Method in class com.mware.ge.cypher.GeCypherExecutionEngine
 
callProcedure(Context, QualifiedName, Object[]) - Method in class com.mware.ge.cypher.GeCypherExecutionEngine
 
close() - Method in class com.mware.ge.cypher.internal.javacompat.ExecutionResult
 
close() - Method in interface com.mware.ge.cypher.internal.tracing.CompilationTracer.QueryCompilationEvent
 
columnAs(String) - Method in class com.mware.ge.cypher.internal.javacompat.ExecutionResult
Returns an iterator with the result objects from a single column of the result set.
columns() - Method in class com.mware.ge.cypher.internal.javacompat.ExecutionResult
The exact names used to represent each column in the result set.
com.mware.ge.cypher - package com.mware.ge.cypher
 
com.mware.ge.cypher.internal.compatibility.runtime.executionplan - package com.mware.ge.cypher.internal.compatibility.runtime.executionplan
 
com.mware.ge.cypher.internal.javacompat - package com.mware.ge.cypher.internal.javacompat
 
com.mware.ge.cypher.internal.tracing - package com.mware.ge.cypher.internal.tracing
 
CompilationTracer - Interface in com.mware.ge.cypher.internal.tracing
 
CompilationTracer.QueryCompilationEvent - Interface in com.mware.ge.cypher.internal.tracing
 
compileQuery(String) - Method in interface com.mware.ge.cypher.internal.tracing.CompilationTracer
 
compileQuery(String) - Method in class com.mware.ge.cypher.internal.tracing.TimingCompilationTracer
 

D

dumpToString() - Method in class com.mware.ge.cypher.internal.javacompat.ExecutionResult
Provides a textual representation of the query result.

E

executeQuery(String, Authorizations) - Method in class com.mware.ge.cypher.GeCypherExecutionEngine
 
executeQuery(String, Authorizations, String) - Method in class com.mware.ge.cypher.GeCypherExecutionEngine
 
executeQuery(String, MapValue, Authorizations) - Method in class com.mware.ge.cypher.GeCypherExecutionEngine
 
executeQuery(String, MapValue, Authorizations, String) - Method in class com.mware.ge.cypher.GeCypherExecutionEngine
 
executeQuery(String, Map<String, Object>, Authorizations, String) - Method in class com.mware.ge.cypher.GeCypherExecutionEngine
 
ExecutionResult - Class in com.mware.ge.cypher.internal.javacompat
Holds Cypher query result sets, in tabular form.
ExecutionResult(InternalExecutionResult) - Constructor for class com.mware.ge.cypher.internal.javacompat.ExecutionResult
Constructor used by the Cypher framework.

F

fields() - Method in class com.mware.ge.cypher.internal.javacompat.ResultRecord
 

G

GeCypherExecutionEngine - Class in com.mware.ge.cypher
 
GeCypherExecutionEngine(Graph, SchemaRepository, LifeSupportService, UserRepository, AuthorizationRepository, WorkQueueRepository, AuditService, AuthTokenService, VisibilityTranslator, TermMentionRepository, WorkspaceRepository, GraphRepository, NetworkConnectionTracker) - Constructor for class com.mware.ge.cypher.GeCypherExecutionEngine
 
get() - Method in interface com.mware.ge.cypher.internal.compatibility.runtime.executionplan.Provider
 
getAuditService() - Method in class com.mware.ge.cypher.GeCypherExecutionEngine
 
getAuthorizationRepository() - Method in class com.mware.ge.cypher.GeCypherExecutionEngine
 
getAuthTokenService() - Method in class com.mware.ge.cypher.GeCypherExecutionEngine
 
getDependencyResolver() - Method in class com.mware.ge.cypher.GeCypherExecutionEngine
 
getExecutionPlanDescription() - Method in class com.mware.ge.cypher.internal.javacompat.ExecutionResult
 
getGraph() - Method in class com.mware.ge.cypher.GeCypherExecutionEngine
 
getMonitors() - Method in class com.mware.ge.cypher.GeCypherExecutionEngine
 
getNotifications() - Method in class com.mware.ge.cypher.internal.javacompat.ExecutionResult
 
getProcedures() - Method in class com.mware.ge.cypher.GeCypherExecutionEngine
 
getQueryExecutionType() - Method in class com.mware.ge.cypher.internal.javacompat.ExecutionResult
 
getQueryStatistics() - Method in class com.mware.ge.cypher.internal.javacompat.ExecutionResult
Returns statistics about this result.
getSchemaRepository() - Method in class com.mware.ge.cypher.GeCypherExecutionEngine
 
getUserRepository() - Method in class com.mware.ge.cypher.GeCypherExecutionEngine
 
getWorkspaceRepository() - Method in class com.mware.ge.cypher.GeCypherExecutionEngine
 

H

hasNext() - Method in class com.mware.ge.cypher.internal.javacompat.ExecutionResult
 

I

internalExecutionResult() - Method in class com.mware.ge.cypher.internal.javacompat.ExecutionResult
 
iterator() - Method in class com.mware.ge.cypher.internal.javacompat.ExecutionResult
Returns an iterator over the return clause of the query.

M

MonitoringCacheTracer - Class in com.mware.ge.cypher.internal.javacompat
Adapter for passing CacheTraces into the Monitoring infrastructure.
MonitoringCacheTracer(StringCacheMonitor) - Constructor for class com.mware.ge.cypher.internal.javacompat.MonitoringCacheTracer
 

N

nanoTime() - Method in interface com.mware.ge.cypher.internal.tracing.TimingCompilationTracer.PhaseEvent
 
nanoTime() - Method in interface com.mware.ge.cypher.internal.tracing.TimingCompilationTracer.QueryEvent
 
newGeQueryContext(Authorizations, String, String, MapValue) - Method in class com.mware.ge.cypher.GeCypherExecutionEngine
 
next() - Method in class com.mware.ge.cypher.internal.javacompat.ExecutionResult
 
NO_COMPILATION_TRACING - Static variable in interface com.mware.ge.cypher.internal.tracing.CompilationTracer
 
NULL() - Static method in interface com.mware.ge.cypher.internal.compatibility.runtime.executionplan.Provider
 

P

phase() - Method in interface com.mware.ge.cypher.internal.tracing.TimingCompilationTracer.PhaseEvent
 
phases() - Method in interface com.mware.ge.cypher.internal.tracing.TimingCompilationTracer.QueryEvent
 
profileQuery(String, Authorizations, String) - Method in class com.mware.ge.cypher.GeCypherExecutionEngine
 
profileQuery(String, Map<String, Object>, Authorizations, String) - Method in class com.mware.ge.cypher.GeCypherExecutionEngine
 
Provider<T> - Interface in com.mware.ge.cypher.internal.compatibility.runtime.executionplan
 

Q

query() - Method in interface com.mware.ge.cypher.internal.tracing.TimingCompilationTracer.QueryEvent
 
queryCacheFlush(long) - Method in class com.mware.ge.cypher.internal.javacompat.MonitoringCacheTracer
 
queryCacheHit(Pair<String, Map<String, Class<?>>>, String) - Method in class com.mware.ge.cypher.internal.javacompat.MonitoringCacheTracer
 
queryCacheMiss(Pair<String, Map<String, Class<?>>>, String) - Method in class com.mware.ge.cypher.internal.javacompat.MonitoringCacheTracer
 
queryCacheRecompile(Pair<String, Map<String, Class<?>>>, String) - Method in class com.mware.ge.cypher.internal.javacompat.MonitoringCacheTracer
 
queryCacheStale(Pair<String, Map<String, Class<?>>>, int, String) - Method in class com.mware.ge.cypher.internal.javacompat.MonitoringCacheTracer
 
queryCompiled(TimingCompilationTracer.QueryEvent) - Method in interface com.mware.ge.cypher.internal.tracing.TimingCompilationTracer.EventListener
 
queryResult() - Method in class com.mware.ge.cypher.internal.javacompat.ExecutionResult
 
queryResult() - Method in interface com.mware.ge.cypher.internal.javacompat.QueryResultProvider
 
QueryResultProvider - Interface in com.mware.ge.cypher.internal.javacompat
Interface for Result of query executions that are aware how to represent their result as QueryResult

R

registerProcedure(CallableProcedure) - Method in class com.mware.ge.cypher.GeCypherExecutionEngine
 
remove() - Method in class com.mware.ge.cypher.internal.javacompat.ExecutionResult
 
resultAsString() - Method in class com.mware.ge.cypher.internal.javacompat.ExecutionResult
 
ResultRecord - Class in com.mware.ge.cypher.internal.javacompat
 
ResultRecord(int) - Constructor for class com.mware.ge.cypher.internal.javacompat.ResultRecord
 
ResultRecord(AnyValue[]) - Constructor for class com.mware.ge.cypher.internal.javacompat.ResultRecord
 

S

set(int, AnyValue) - Method in class com.mware.ge.cypher.internal.javacompat.ResultRecord
 
startQueryCompilation(String) - Method in interface com.mware.ge.cypher.internal.tracing.TimingCompilationTracer.EventListener
 
stream() - Method in class com.mware.ge.cypher.internal.javacompat.ExecutionResult
 

T

TimingCompilationTracer - Class in com.mware.ge.cypher.internal.tracing
 
TimingCompilationTracer(TimingCompilationTracer.EventListener) - Constructor for class com.mware.ge.cypher.internal.tracing.TimingCompilationTracer
 
TimingCompilationTracer.EventListener - Interface in com.mware.ge.cypher.internal.tracing
 
TimingCompilationTracer.PhaseEvent - Interface in com.mware.ge.cypher.internal.tracing
 
TimingCompilationTracer.QueryEvent - Interface in com.mware.ge.cypher.internal.tracing
 
toString() - Method in class com.mware.ge.cypher.internal.javacompat.ExecutionResult
 
toString(PrintWriter) - Method in class com.mware.ge.cypher.internal.javacompat.ExecutionResult
 

W

writeAsStringTo(PrintWriter) - Method in class com.mware.ge.cypher.internal.javacompat.ExecutionResult
 
A C D E F G H I M N P Q R S T W 
Skip navigation links

Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.