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

A

addE(String) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
addE(String) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
addE(String) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
addE(String) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
addV() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
addV(String) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
addV() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
addV(String) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
addV() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
addV(String) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
addV() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
addV(String) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
aggregate(String) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
aggregate(String) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
aggregate(String) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
aggregate(String) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
all() - Method in class org.opencypher.gremlin.client.CypherResultSet
Waits for all query results to be received by the client and collects them in a list.
ALL_PROPERTIES - Static variable in class org.opencypher.gremlin.translation.ReturnProperties
 
allowRemoteConsole() - Method in class org.opencypher.gremlin.console.jsr223.CypherRemoteAcceptor
 
and(GremlinSteps<Bytecode, P>...) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
and(GremlinSteps<T, P>...) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
and(GremlinSteps<String, GroovyPredicate>...) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
and(GremlinSteps<GraphTraversal, P>...) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
apply(String, Object...) - Static method in class org.opencypher.gremlin.translation.groovy.StringTranslationUtils
 
ArgumentException - Exception in org.opencypher.gremlin.translation.exception
Thrown on Cypher invalid argument
ArgumentException(String) - Constructor for exception org.opencypher.gremlin.translation.exception.ArgumentException
 
as(String) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
as(String) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
as(String) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
as(String) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 

B

barrier() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
barrier() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
barrier() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
barrier() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
between(Object, Object) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinPredicates
 
between(Object, Object) - Method in interface org.opencypher.gremlin.translation.GremlinPredicates
 
between(Object, Object) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinPredicates
 
between(Object, Object) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinPredicates
 
bind(String, Object) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinBindings
 
bind(String, Object) - Method in interface org.opencypher.gremlin.translation.GremlinBindings
 
bind(String, Object) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinBindings
 
bind(String, Object) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinBindings
 
binding(String, CypherBindingType) - Static method in class org.opencypher.gremlin.extension.CypherBinding
 
bindings() - Method in class org.opencypher.gremlin.translation.translator.Translator
Returns a strategy for working with query bindings.
bindings - Variable in class org.opencypher.gremlin.translation.translator.Translator.FlavorBuilder
 
bothE(String...) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
bothE(String...) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
bothE(String...) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
bothE(String...) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
build() - Static method in class org.opencypher.gremlin.neo4j.driver.Config
Return a Config.ConfigBuilder instance.
build() - Method in class org.opencypher.gremlin.translation.translator.Translator.FlavorBuilder
Builds a Translator.
build(TranslatorFlavor) - Method in class org.opencypher.gremlin.translation.translator.Translator.FlavorBuilder
Builds a Translator with the given translator flavor.
build(String) - Method in class org.opencypher.gremlin.translation.translator.Translator.FlavorBuilder
Builds a Translator from string definition in format `"FLAVOR[+FEATURE][+FEATURE]..."`.
builder() - Static method in class org.opencypher.gremlin.translation.translator.Translator
Starts to build a translator.
by(GremlinSteps<Bytecode, P>) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
by(GremlinSteps<Bytecode, P>, Order) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
by(GremlinSteps<T, P>) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
by(GremlinSteps<T, P>, Order) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
by(GremlinSteps<String, GroovyPredicate>) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
by(GremlinSteps<String, GroovyPredicate>, Order) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
by(GremlinSteps<GraphTraversal, P>, Order) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
by(GremlinSteps<GraphTraversal, P>) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
bytecode(Client) - Static method in interface org.opencypher.gremlin.client.CypherGremlinClient
Creates a CypherGremlinClient that can send Cypher queries to any Gremlin Server or a compatible graph database as Gremlin bytecode.
bytecode(Client, TranslatorFlavor) - Static method in interface org.opencypher.gremlin.client.CypherGremlinClient
Creates a CypherGremlinClient that can send Cypher queries to any Gremlin Server or a compatible graph database as Gremlin bytecode.
bytecode(Client, Supplier<Translator<Bytecode, P>>) - Static method in interface org.opencypher.gremlin.client.CypherGremlinClient
Creates a CypherGremlinClient that can send Cypher queries to any Gremlin Server or a compatible graph database as Gremlin bytecode.
bytecode() - Method in class org.opencypher.gremlin.translation.translator.Translator.Builder
Builds a Translator that translates Cypher queries to Gremlin bytecode.
BytecodeGremlinBindings - Class in org.opencypher.gremlin.translation.bytecode
 
BytecodeGremlinBindings() - Constructor for class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinBindings
 
BytecodeGremlinPredicates - Class in org.opencypher.gremlin.translation.bytecode
 
BytecodeGremlinPredicates() - Constructor for class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinPredicates
 
BytecodeGremlinSteps - Class in org.opencypher.gremlin.translation.bytecode
 
BytecodeGremlinSteps() - Constructor for class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 

C

call(Map<String, Object>) - Method in interface org.opencypher.gremlin.extension.CypherProcedure
 
cap(String) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
cap(String) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
cap(String) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
cap(String) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
choose(GremlinSteps<Bytecode, P>) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
choose(GremlinSteps<Bytecode, P>, GremlinSteps<Bytecode, P>) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
choose(GremlinSteps<Bytecode, P>, GremlinSteps<Bytecode, P>, GremlinSteps<Bytecode, P>) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
choose(P, GremlinSteps<Bytecode, P>, GremlinSteps<Bytecode, P>) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
choose(P, GremlinSteps<Bytecode, P>) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
choose(GremlinSteps<T, P>) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
choose(GremlinSteps<T, P>, GremlinSteps<T, P>) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
choose(GremlinSteps<T, P>, GremlinSteps<T, P>, GremlinSteps<T, P>) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
choose(P, GremlinSteps<T, P>, GremlinSteps<T, P>) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
choose(P, GremlinSteps<T, P>) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
choose(GremlinSteps<String, GroovyPredicate>) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
choose(GremlinSteps<String, GroovyPredicate>, GremlinSteps<String, GroovyPredicate>) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
choose(GremlinSteps<String, GroovyPredicate>, GremlinSteps<String, GroovyPredicate>, GremlinSteps<String, GroovyPredicate>) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
choose(GroovyPredicate, GremlinSteps<String, GroovyPredicate>, GremlinSteps<String, GroovyPredicate>) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
choose(GroovyPredicate, GremlinSteps<String, GroovyPredicate>) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
choose(GremlinSteps<GraphTraversal, P>) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
choose(GremlinSteps<GraphTraversal, P>, GremlinSteps<GraphTraversal, P>) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
choose(GremlinSteps<GraphTraversal, P>, GremlinSteps<GraphTraversal, P>, GremlinSteps<GraphTraversal, P>) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
choose(P, GremlinSteps<GraphTraversal, P>, GremlinSteps<GraphTraversal, P>) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
choose(P, GremlinSteps<GraphTraversal, P>) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
close() - Method in interface org.opencypher.gremlin.client.CypherGremlinClient
Closes the underlying Gremlin client.
close() - Method in class org.opencypher.gremlin.console.jsr223.CypherRemoteAcceptor
 
close() - Method in class org.opencypher.gremlin.neo4j.driver.GremlinGraphDriver
 
close() - Method in class org.opencypher.gremlin.server.op.cypher.CypherOpProcessor
 
coalesce(GremlinSteps<Bytecode, P>...) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
coalesce(GremlinSteps<T, P>...) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
coalesce(GremlinSteps<String, GroovyPredicate>...) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
coalesce(GremlinSteps<GraphTraversal, P>...) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
Config - Class in org.opencypher.gremlin.neo4j.driver
A configuration class to config CfoG properties.
Config.ConfigBuilder - Class in org.opencypher.gremlin.neo4j.driver
Builder for new Config instances.
configure(List<String>) - Method in class org.opencypher.gremlin.console.jsr223.CypherRemoteAcceptor
 
connect(List<String>) - Method in class org.opencypher.gremlin.console.jsr223.CypherRemoteAcceptor
 
constant(Object) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
constant(Object) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
constant(Object) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
constant(Object) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
ConstraintException - Exception in org.opencypher.gremlin.translation.exception
Thrown on Cypher constraint violation
ConstraintException(String) - Constructor for exception org.opencypher.gremlin.translation.exception.ConstraintException
 
contains(Object) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinPredicates
 
contains(Object) - Method in interface org.opencypher.gremlin.translation.GremlinPredicates
 
contains(Object) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinPredicates
 
contains(Object) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinPredicates
 
count() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
count(Scope) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
count() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
count(Scope) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
count() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
count(Scope) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
count() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
count(Scope) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
create(String) - Static method in class org.opencypher.gremlin.client.CypherStatement
Create a new statement
create(String, Map<String, ?>) - Static method in class org.opencypher.gremlin.client.CypherStatement
Create a new statement with parameters
create(Map<String, CypherType>) - Static method in class org.opencypher.gremlin.traversal.ReturnNormalizer
 
current() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
current() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
Returns a copy of current translation.
current() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
current() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
custom(GremlinSteps<T, P>, GremlinPredicates<P>, GremlinBindings) - Method in class org.opencypher.gremlin.translation.translator.Translator.Builder
Builds a Translator that translates Cypher queries to custom format via the provided steps and predicates implementation.
CustomFunction - Class in org.opencypher.gremlin.traversal
 
CustomFunctions - Class in org.opencypher.gremlin.traversal
 
CustomPredicate - Enum in org.opencypher.gremlin.traversal
 
cypher(String) - Method in class org.opencypher.gremlin.client.CypherTraversalSource
Translate Cypher query to Gremlin and get the result set as a GraphTraversal.
cypher(String, String) - Method in class org.opencypher.gremlin.client.CypherTraversalSource
Translate Cypher query to Gremlin with flavor and get the result set as a GraphTraversal.
cypher(String, Map<String, Object>) - Method in class org.opencypher.gremlin.client.CypherTraversalSource
Translate Cypher query with provided parameters and get the result set as a GraphTraversal.
cypher(String, Map<String, Object>, String) - Method in class org.opencypher.gremlin.client.CypherTraversalSource
Translate Cypher query to Gremlin with flavor and provided parameters and get the result set as a GraphTraversal.
CypherBinding - Class in org.opencypher.gremlin.extension
 
CypherBinding(String, CypherBindingType) - Constructor for class org.opencypher.gremlin.extension.CypherBinding
 
CypherBindingType - Enum in org.opencypher.gremlin.extension
 
cypherContainerIndex() - Static method in class org.opencypher.gremlin.traversal.CustomFunction
 
cypherContainerIndex() - Static method in class org.opencypher.gremlin.traversal.CustomFunctions
 
cypherException() - Static method in class org.opencypher.gremlin.traversal.CustomFunction
 
cypherException() - Static method in class org.opencypher.gremlin.traversal.CustomFunctions
 
CypherExceptions - Enum in org.opencypher.gremlin.translation.exception
 
CypherGremlinClient - Interface in org.opencypher.gremlin.client
This is a convenience wrapper around a Gremlin Client that configures the provided Client to be able to send Cypher queries to a Gremlin Server.
CypherGremlinPlugin - Class in org.opencypher.gremlin.console.jsr223
 
CypherGremlinPlugin() - Constructor for class org.opencypher.gremlin.console.jsr223.CypherGremlinPlugin
 
cypherIsNode() - Static method in enum org.opencypher.gremlin.traversal.CustomPredicate
 
cypherIsRelationship() - Static method in enum org.opencypher.gremlin.traversal.CustomPredicate
 
cypherIsString() - Static method in enum org.opencypher.gremlin.traversal.CustomPredicate
 
cypherListSlice() - Static method in class org.opencypher.gremlin.traversal.CustomFunction
 
cypherListSlice() - Static method in class org.opencypher.gremlin.traversal.CustomFunctions
 
CypherOpProcessor - Class in org.opencypher.gremlin.server.op.cypher
OpProcessor implementation for processing Cypher RequestMessages:
CypherOpProcessor() - Constructor for class org.opencypher.gremlin.server.op.cypher.CypherOpProcessor
 
cypherPercentileCont() - Static method in class org.opencypher.gremlin.traversal.CustomFunction
 
cypherPercentileCont() - Static method in class org.opencypher.gremlin.traversal.CustomFunctions
 
cypherPercentileDisc() - Static method in class org.opencypher.gremlin.traversal.CustomFunction
 
cypherPercentileDisc() - Static method in class org.opencypher.gremlin.traversal.CustomFunctions
 
CypherPlugin - Class in org.opencypher.gremlin.console.jsr223
Gremlin Console Plugin that allows to send Cypher queries from Gremlin Console to Gremlin Server.
CypherPlugin - Class in org.opencypher.gremlin.server.jsr223
 
CypherPlugin() - Constructor for class org.opencypher.gremlin.server.jsr223.CypherPlugin
 
cypherPlus() - Static method in class org.opencypher.gremlin.traversal.CustomFunction
 
cypherPlus() - Static method in class org.opencypher.gremlin.traversal.CustomFunctions
 
CypherProcedure - Interface in org.opencypher.gremlin.extension
 
CypherProcedureDefinition - Class in org.opencypher.gremlin.extension
 
CypherProcedureDefinition() - Constructor for class org.opencypher.gremlin.extension.CypherProcedureDefinition
 
CypherProcedureSignature - Class in org.opencypher.gremlin.extension
 
CypherProcedureSignature(List<CypherBinding>, List<CypherBinding>) - Constructor for class org.opencypher.gremlin.extension.CypherProcedureSignature
 
cypherProperties() - Static method in class org.opencypher.gremlin.traversal.CustomFunction
 
cypherProperties() - Static method in class org.opencypher.gremlin.traversal.CustomFunctions
 
cypherRegex(Object) - Static method in enum org.opencypher.gremlin.traversal.CustomPredicate
 
CypherRemoteAcceptor - Class in org.opencypher.gremlin.console.jsr223
A RemoteAcceptor that takes a Cypher query from the console and sends it to Gremlin Server over the standard Java driver.
cypherReplace() - Static method in class org.opencypher.gremlin.traversal.CustomFunction
 
cypherReplace() - Static method in class org.opencypher.gremlin.traversal.CustomFunctions
 
CypherResultSet - Class in org.opencypher.gremlin.client
A Gremlin query result iterator wrapper.
cypherReverse() - Static method in class org.opencypher.gremlin.traversal.CustomFunction
 
cypherReverse() - Static method in class org.opencypher.gremlin.traversal.CustomFunctions
 
cypherRound() - Static method in class org.opencypher.gremlin.traversal.CustomFunction
 
cypherRound() - Static method in class org.opencypher.gremlin.traversal.CustomFunctions
 
cypherSize() - Static method in class org.opencypher.gremlin.traversal.CustomFunction
 
cypherSize() - Static method in class org.opencypher.gremlin.traversal.CustomFunctions
 
cypherSplit() - Static method in class org.opencypher.gremlin.traversal.CustomFunction
 
cypherSplit() - Static method in class org.opencypher.gremlin.traversal.CustomFunctions
 
CypherStatement - Class in org.opencypher.gremlin.client
 
CypherStatement.Simple - Class in org.opencypher.gremlin.client
 
CypherStatement.Submittable - Class in org.opencypher.gremlin.client
 
cypherSubstring() - Static method in class org.opencypher.gremlin.traversal.CustomFunction
 
cypherSubstring() - Static method in class org.opencypher.gremlin.traversal.CustomFunctions
 
cypherToBoolean() - Static method in class org.opencypher.gremlin.traversal.CustomFunction
 
cypherToBoolean() - Static method in class org.opencypher.gremlin.traversal.CustomFunctions
 
cypherToFloat() - Static method in class org.opencypher.gremlin.traversal.CustomFunction
 
cypherToFloat() - Static method in class org.opencypher.gremlin.traversal.CustomFunctions
 
cypherToInteger() - Static method in class org.opencypher.gremlin.traversal.CustomFunction
 
cypherToInteger() - Static method in class org.opencypher.gremlin.traversal.CustomFunctions
 
cypherToLower() - Static method in class org.opencypher.gremlin.traversal.CustomFunction
 
cypherToLower() - Static method in class org.opencypher.gremlin.traversal.CustomFunctions
 
cypherToString() - Static method in class org.opencypher.gremlin.traversal.CustomFunction
 
cypherToString() - Static method in class org.opencypher.gremlin.traversal.CustomFunctions
 
cypherToUpper() - Static method in class org.opencypher.gremlin.traversal.CustomFunction
 
cypherToUpper() - Static method in class org.opencypher.gremlin.traversal.CustomFunctions
 
CypherTraversalSource - Class in org.opencypher.gremlin.client
A TraversalSource implementation that spawns CypherTraversalSource instances.
CypherTraversalSource(Graph, TraversalStrategies) - Constructor for class org.opencypher.gremlin.client.CypherTraversalSource
 
CypherTraversalSource(Graph) - Constructor for class org.opencypher.gremlin.client.CypherTraversalSource
 
CypherTraversalSource(RemoteConnection) - Constructor for class org.opencypher.gremlin.client.CypherTraversalSource
 
cypherTrim() - Static method in class org.opencypher.gremlin.traversal.CustomFunction
 
cypherTrim() - Static method in class org.opencypher.gremlin.traversal.CustomFunctions
 

D

decr - Static variable in class org.opencypher.gremlin.translation.traversal.DeprecatedOrderAccessor
 
dedup(String...) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
dedup(String...) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
dedup(String...) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
dedup(String...) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
defaultConfig() - Static method in class org.opencypher.gremlin.neo4j.driver.Config
 
define(String, List<CypherBinding>, List<CypherBinding>, CypherProcedure) - Method in class org.opencypher.gremlin.extension.CypherProcedureDefinition
 
DELETE - Static variable in class org.opencypher.gremlin.translation.Tokens
 
DELETE_ONCE - Static variable in class org.opencypher.gremlin.translation.Tokens
 
DeprecatedOrderAccessor - Class in org.opencypher.gremlin.translation.traversal
 
DeprecatedOrderAccessor() - Constructor for class org.opencypher.gremlin.translation.traversal.DeprecatedOrderAccessor
 
DETACH_DELETE - Static variable in class org.opencypher.gremlin.translation.Tokens
 
driver(String) - Static method in class org.opencypher.gremlin.neo4j.driver.GremlinDatabase
Returns a driver for a Gremlin Server instance.
driver(URI) - Static method in class org.opencypher.gremlin.neo4j.driver.GremlinDatabase
Returns a driver for a Gremlin Server instance.
driver(Cluster) - Static method in class org.opencypher.gremlin.neo4j.driver.GremlinDatabase
Returns a driver for a Gremlin Server instance.
driver(GraphTraversalSource) - Static method in class org.opencypher.gremlin.neo4j.driver.GremlinDatabase
Returns a driver for a Gremlin graph.
driver(String, Config) - Static method in class org.opencypher.gremlin.neo4j.driver.GremlinDatabase
Returns a driver for a Gremlin Server instance.
driver(URI, Config) - Static method in class org.opencypher.gremlin.neo4j.driver.GremlinDatabase
Returns a driver for a Gremlin Server instance.
driver(Cluster, Config) - Static method in class org.opencypher.gremlin.neo4j.driver.GremlinDatabase
Returns a driver for a Gremlin Server instance.
drop() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
drop() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
drop() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
drop() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 

E

E() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
E() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
E() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
E() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
emit() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
emit(GremlinSteps<Bytecode, P>) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
emit() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
emit(GremlinSteps<T, P>) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
emit() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
emit(GremlinSteps<String, GroovyPredicate>) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
emit() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
emit(GremlinSteps<GraphTraversal, P>) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
empty() - Static method in class org.opencypher.gremlin.traversal.ProcedureContext
 
enable(TranslatorFeature) - Method in class org.opencypher.gremlin.translation.translator.Translator.FlavorBuilder
Enables a feature in the Translator that's being built.
enableCypherExtensions() - Method in class org.opencypher.gremlin.translation.translator.Translator.FlavorBuilder
Enables Cypher extensions in the Translator that's being built.
enableMultipleLabels() - Method in class org.opencypher.gremlin.translation.translator.Translator.FlavorBuilder
Enables multiple labels translation in the Translator that's being built.
endsWith(Object) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinPredicates
 
endsWith(Object) - Method in interface org.opencypher.gremlin.translation.GremlinPredicates
 
endsWith(Object) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinPredicates
 
endsWith(Object) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinPredicates
 
EntityNotFound - Exception in org.opencypher.gremlin.translation.exception
Thrown when entity is deleted.
EntityNotFound(String) - Constructor for exception org.opencypher.gremlin.translation.exception.EntityNotFound
 
eq(Object) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinPredicates
 
equals(Object) - Method in class org.opencypher.gremlin.traversal.CustomFunction
 

F

features() - Method in class org.opencypher.gremlin.translation.translator.Translator
Returns set of translator features
findOrThrow(String) - Method in class org.opencypher.gremlin.traversal.ProcedureContext
 
flatMap(GremlinSteps<Bytecode, P>) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
flatMap(GremlinSteps<T, P>) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
flatMap(GremlinSteps<String, GroovyPredicate>) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
flatMap(GremlinSteps<GraphTraversal, P>) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
flavor() - Method in class org.opencypher.gremlin.neo4j.driver.Config
 
flavor() - Method in class org.opencypher.gremlin.translation.translator.Translator
Returns the flavor of this translation.
fold() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
fold() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
fold() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
fold() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
FRESHID - Static variable in class org.opencypher.gremlin.translation.Tokens
 
from(String) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
from(String) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
from(String) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
from(String) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
fromSignature(String) - Static method in enum org.opencypher.gremlin.extension.CypherBindingType
 

G

GENERATED - Static variable in class org.opencypher.gremlin.translation.Tokens
 
getArguments() - Method in class org.opencypher.gremlin.extension.CypherProcedureSignature
 
getCustomizers(String) - Method in class org.opencypher.gremlin.server.jsr223.CypherPlugin
 
getEvalOp() - Method in class org.opencypher.gremlin.server.op.cypher.CypherOpProcessor
 
getImplementation() - Method in class org.opencypher.gremlin.traversal.CustomFunction
 
getImplementations() - Method in class org.opencypher.gremlin.extension.CypherProcedureDefinition
 
getJavaClass() - Method in enum org.opencypher.gremlin.extension.CypherBindingType
 
getMessage() - Method in enum org.opencypher.gremlin.translation.exception.CypherExceptions
 
getName() - Method in class org.opencypher.gremlin.extension.CypherBinding
 
getName() - Method in class org.opencypher.gremlin.server.jsr223.CypherPlugin
 
getName() - Method in class org.opencypher.gremlin.server.op.cypher.CypherOpProcessor
 
getName() - Method in class org.opencypher.gremlin.traversal.CustomFunction
 
getResults() - Method in class org.opencypher.gremlin.extension.CypherProcedureSignature
 
getSignatures() - Method in class org.opencypher.gremlin.extension.CypherProcedureDefinition
 
getSignatures() - Method in class org.opencypher.gremlin.traversal.ProcedureContext
 
getType() - Method in class org.opencypher.gremlin.extension.CypherBinding
 
getVariables(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MathStepAccessor
 
global() - Static method in class org.opencypher.gremlin.traversal.ProcedureContext
 
GremlinBindings - Interface in org.opencypher.gremlin.translation
This abstracts Gremlin query bindings translation.
GremlinDatabase - Class in org.opencypher.gremlin.neo4j.driver
Creates drivers, optionally letting you GremlinDatabase.driver(URI, Config) to configure them.
GremlinDatabase() - Constructor for class org.opencypher.gremlin.neo4j.driver.GremlinDatabase
 
GremlinGraphDriver - Class in org.opencypher.gremlin.neo4j.driver
 
gremlinGroovy() - Method in class org.opencypher.gremlin.translation.translator.Translator.Builder
Builds a Translator that translates Cypher queries to strings of Gremlin-Groovy.
GremlinPredicates<P> - Interface in org.opencypher.gremlin.translation
Gremlin P predicate abstraction.
GremlinSteps<T,P> - Interface in org.opencypher.gremlin.translation
Gremlin GraphTraversal DSL wrapper.
GroovyGremlinBindings - Class in org.opencypher.gremlin.translation.groovy
 
GroovyGremlinBindings() - Constructor for class org.opencypher.gremlin.translation.groovy.GroovyGremlinBindings
 
GroovyGremlinPredicates - Class in org.opencypher.gremlin.translation.groovy
 
GroovyGremlinPredicates() - Constructor for class org.opencypher.gremlin.translation.groovy.GroovyGremlinPredicates
 
GroovyGremlinSteps - Class in org.opencypher.gremlin.translation.groovy
 
GroovyGremlinSteps() - Constructor for class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
GroovyGremlinSteps(String) - Constructor for class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
GroovyIdentifiers - Class in org.opencypher.gremlin.translation
 
GroovyPredicate - Class in org.opencypher.gremlin.translation.groovy
 
group() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
group() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
group() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
group() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
gt(Object) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinPredicates
 
gt(Object) - Method in interface org.opencypher.gremlin.translation.GremlinPredicates
 
gt(Object) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinPredicates
 
gt(Object) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinPredicates
 
gte(Object) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinPredicates
 
gte(Object) - Method in interface org.opencypher.gremlin.translation.GremlinPredicates
 
gte(Object) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinPredicates
 
gte(Object) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinPredicates
 

H

handleIterator(Context, Iterator) - Method in class org.opencypher.gremlin.server.op.cypher.CypherOpProcessor
 
has(String) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
has(String, P) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
has(String) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
has(String, P) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
has(String) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
has(String, GroovyPredicate) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
has(String) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
has(String, P) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
hashCode() - Method in class org.opencypher.gremlin.traversal.CustomFunction
 
hasKey(String...) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
hasKey(String...) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
hasKey(String...) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
hasKey(String...) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
hasLabel(String...) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
hasLabel(String...) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
hasLabel(String...) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
hasLabel(String...) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
hasNext() - Method in class org.opencypher.gremlin.client.TraverserIterator
 
hasNot(String) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
hasNot(String) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
hasNot(String) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
hasNot(String) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 

I

id() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
id() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
id() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
ID - Static variable in class org.opencypher.gremlin.translation.ReturnProperties
 
id() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
identity() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
identity() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
identity() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
identity() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
ignoreIds() - Method in class org.opencypher.gremlin.neo4j.driver.Config.ConfigBuilder
Nodes and Relationships will always have id -1 Workaround for Gremlin Servers with non-numeric ids
incr - Static variable in class org.opencypher.gremlin.translation.traversal.DeprecatedOrderAccessor
 
index() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
index() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
index() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
index() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
inE(String...) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
inE(String...) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
inE(String...) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
inE(String...) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
inject(Object...) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
inject(Object...) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
inject(Object...) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
inject(Object...) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
inlineParameters() - Method in class org.opencypher.gremlin.translation.translator.Translator.FlavorBuilder
 
inlineParameters() - Method in class org.opencypher.gremlin.translation.translator.Translator.ParametrizedFlavorBuilder
Builds a Translator that inlines query parameters.
inMemory(GraphTraversalSource) - Static method in interface org.opencypher.gremlin.client.CypherGremlinClient
Creates a CypherGremlinClient that executes Cypher queries directly on the configured GraphTraversalSource.
instance(String, Long, Map<String, ?>) - Method in class org.opencypher.gremlin.client.CypherStatement.Simple
 
instance(String, Long, Map<String, ?>) - Method in class org.opencypher.gremlin.client.CypherStatement.Submittable
 
instance() - Static method in class org.opencypher.gremlin.server.jsr223.CypherPlugin
 
inV() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
inV() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
inV() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
INV - Static variable in class org.opencypher.gremlin.translation.ReturnProperties
 
inV() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
is(P) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
is(P) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
is(GroovyPredicate) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
is(P) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
isAssignableFrom(CypherBindingType) - Method in enum org.opencypher.gremlin.extension.CypherBindingType
 
isEnabled(TranslatorFeature) - Method in class org.opencypher.gremlin.translation.translator.Translator
Returns true if a given feature is enabled in this translator.
isEncrypted() - Method in class org.opencypher.gremlin.neo4j.driver.GremlinGraphDriver
 
isEq(Object) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinPredicates
 
isEq(Object) - Method in interface org.opencypher.gremlin.translation.GremlinPredicates
 
isEq(Object) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinPredicates
 
isEq(Object) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinPredicates
 
isIgnoreIds() - Method in class org.opencypher.gremlin.neo4j.driver.Config
 
isNode() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinPredicates
 
isNode() - Method in interface org.opencypher.gremlin.translation.GremlinPredicates
 
isNode() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinPredicates
 
isNode(Object) - Static method in class org.opencypher.gremlin.translation.ReturnProperties
 
isNode() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinPredicates
 
isPath(Object) - Static method in class org.opencypher.gremlin.translation.ReturnProperties
 
isRelationship() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinPredicates
 
isRelationship() - Method in interface org.opencypher.gremlin.translation.GremlinPredicates
 
isRelationship() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinPredicates
 
isRelationship(Object) - Static method in class org.opencypher.gremlin.translation.ReturnProperties
 
isRelationship() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinPredicates
 
isString() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinPredicates
 
isString() - Method in interface org.opencypher.gremlin.translation.GremlinPredicates
 
isString() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinPredicates
 
isString() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinPredicates
 
isValidIdentifier(String) - Static method in class org.opencypher.gremlin.translation.GroovyIdentifiers
 
iterator() - Method in class org.opencypher.gremlin.client.CypherResultSet
Returns a blocking iterator of the items streaming from the server to the client.

K

key() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
key() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
key() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
key() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 

L

label() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
label() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
label() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
LABEL - Static variable in class org.opencypher.gremlin.translation.ReturnProperties
 
label() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
limit(long) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
limit(Scope, long) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
limit(long) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
limit(Scope, long) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
limit(long) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
limit(Scope, long) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
limit(long) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
limit(Scope, long) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
local(GremlinSteps<Bytecode, P>) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
local(GremlinSteps<T, P>) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
local(GremlinSteps<String, GroovyPredicate>) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
local(GremlinSteps<GraphTraversal, P>) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
loops() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
loops() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
loops() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
loops() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
lt(Object) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinPredicates
 
lt(Object) - Method in interface org.opencypher.gremlin.translation.GremlinPredicates
 
lt(Object) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinPredicates
 
lt(Object) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinPredicates
 
lte(Object) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinPredicates
 
lte(Object) - Method in interface org.opencypher.gremlin.translation.GremlinPredicates
 
lte(Object) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinPredicates
 
lte(Object) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinPredicates
 

M

map(CustomFunction) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
map(GremlinSteps<Bytecode, P>) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
map(CustomFunction) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
map(GremlinSteps<T, P>) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
map(CustomFunction) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
map(GremlinSteps<String, GroovyPredicate>) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
map(CustomFunction) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
map(GremlinSteps<GraphTraversal, P>) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
MATCH_END - Static variable in class org.opencypher.gremlin.translation.Tokens
 
MATCH_START - Static variable in class org.opencypher.gremlin.translation.Tokens
 
math(String) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
math(String) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
math(String) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
math(String) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
MathStepAccessor - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
MathStepAccessor() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.MathStepAccessor
 
max() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
max(Scope) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
max() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
max(Scope) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
max() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
max(Scope) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
max() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
max(Scope) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
mean() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
mean(Scope) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
mean() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
mean(Scope) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
mean() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
mean(Scope) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
mean() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
mean(Scope) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
messageByName(Object) - Static method in enum org.opencypher.gremlin.translation.exception.CypherExceptions
 
min() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
min(Scope) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
min() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
min(Scope) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
min() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
min(Scope) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
min() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
min(Scope) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 

N

NAME - Static variable in class org.opencypher.gremlin.console.jsr223.CypherGremlinPlugin
 
neq(Object) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinPredicates
 
neq(Object) - Method in interface org.opencypher.gremlin.translation.GremlinPredicates
 
neq(Object) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinPredicates
 
neq(Object) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinPredicates
 
next() - Method in class org.opencypher.gremlin.client.TraverserIterator
 
NODE_TYPE - Static variable in class org.opencypher.gremlin.translation.ReturnProperties
 
NONEXISTENT - Static variable in class org.opencypher.gremlin.translation.Tokens
 
normalize(Map<String, ?>) - Static method in class org.opencypher.gremlin.traversal.ParameterNormalizer
 
normalize(Object) - Method in class org.opencypher.gremlin.traversal.ReturnNormalizer
 
normalize(Iterator) - Method in class org.opencypher.gremlin.traversal.ReturnNormalizer
 
not(GremlinSteps<Bytecode, P>) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
not(GremlinSteps<T, P>) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
not(GremlinSteps<String, GroovyPredicate>) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
not(GremlinSteps<GraphTraversal, P>) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
NULL - Static variable in class org.opencypher.gremlin.translation.Tokens
 

O

option(Object, GremlinSteps<Bytecode, P>) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
option(Object, GremlinSteps<T, P>) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
option(Object, GremlinSteps<String, GroovyPredicate>) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
option(Object, GremlinSteps<GraphTraversal, P>) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
optional(GremlinSteps<Bytecode, P>) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
optional(GremlinSteps<T, P>) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
optional(GremlinSteps<String, GroovyPredicate>) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
optional(GremlinSteps<GraphTraversal, P>) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
or(GremlinSteps<Bytecode, P>...) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
or(GremlinSteps<T, P>...) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
or(GremlinSteps<String, GroovyPredicate>...) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
or(GremlinSteps<GraphTraversal, P>...) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
order() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
order() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
order() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
order() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
org.apache.tinkerpop.gremlin.process.traversal.step.map - package org.apache.tinkerpop.gremlin.process.traversal.step.map
 
org.opencypher.gremlin.client - package org.opencypher.gremlin.client
 
org.opencypher.gremlin.console.jsr223 - package org.opencypher.gremlin.console.jsr223
 
org.opencypher.gremlin.extension - package org.opencypher.gremlin.extension
 
org.opencypher.gremlin.neo4j.driver - package org.opencypher.gremlin.neo4j.driver
 
org.opencypher.gremlin.server.jsr223 - package org.opencypher.gremlin.server.jsr223
 
org.opencypher.gremlin.server.op.cypher - package org.opencypher.gremlin.server.op.cypher
 
org.opencypher.gremlin.translation - package org.opencypher.gremlin.translation
 
org.opencypher.gremlin.translation.bytecode - package org.opencypher.gremlin.translation.bytecode
 
org.opencypher.gremlin.translation.exception - package org.opencypher.gremlin.translation.exception
 
org.opencypher.gremlin.translation.groovy - package org.opencypher.gremlin.translation.groovy
 
org.opencypher.gremlin.translation.translator - package org.opencypher.gremlin.translation.translator
 
org.opencypher.gremlin.translation.traversal - package org.opencypher.gremlin.translation.traversal
 
org.opencypher.gremlin.traversal - package org.opencypher.gremlin.traversal
 
otherV() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
otherV() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
otherV() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
otherV() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
outE(String...) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
outE(String...) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
outE(String...) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
outE(String...) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
outV() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
outV() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
outV() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
OUTV - Static variable in class org.opencypher.gremlin.translation.ReturnProperties
 
outV() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 

P

ParameterNormalizer - Class in org.opencypher.gremlin.traversal
 
parameters - Variable in class org.opencypher.gremlin.client.CypherStatement
 
parameters() - Method in class org.opencypher.gremlin.client.CypherStatement
 
path() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
path() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
path() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
path() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
PATH_EDGE - Static variable in class org.opencypher.gremlin.translation.Tokens
 
PATH_START - Static variable in class org.opencypher.gremlin.translation.Tokens
 
plugin(Client) - Static method in interface org.opencypher.gremlin.client.CypherGremlinClient
Creates a CypherGremlinClient that can send Cypher queries to a remote Gremlin Server with Cypher plugin.
predicates() - Method in class org.opencypher.gremlin.translation.translator.Translator
Returns a factory for traversal predicates for use with the traversal DSL.
procedureCall(String) - Method in class org.opencypher.gremlin.traversal.ProcedureContext
 
ProcedureContext - Class in org.opencypher.gremlin.traversal
 
ProcedureContext() - Constructor for class org.opencypher.gremlin.traversal.ProcedureContext
 
ProcedureContext(CypherProcedureDefinition) - Constructor for class org.opencypher.gremlin.traversal.ProcedureContext
 
project(String...) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
project(String...) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
project(String...) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
project(String...) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
PROJECTION_ELEMENT - Static variable in class org.opencypher.gremlin.translation.Tokens
 
PROJECTION_ID - Static variable in class org.opencypher.gremlin.translation.Tokens
 
PROJECTION_INV - Static variable in class org.opencypher.gremlin.translation.Tokens
 
PROJECTION_OUTV - Static variable in class org.opencypher.gremlin.translation.Tokens
 
PROJECTION_RELATIONSHIP - Static variable in class org.opencypher.gremlin.translation.Tokens
 
properties(String...) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
properties(String...) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
properties(String...) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
properties(String...) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
property(T, Object) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
property(String, Object) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
property(VertexProperty.Cardinality, String, Object) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
property(String, GremlinSteps<Bytecode, P>) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
property(GremlinSteps<Bytecode, P>, GremlinSteps<Bytecode, P>) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
property(VertexProperty.Cardinality, String, GremlinSteps<Bytecode, P>) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
property(T, Object) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
property(String, Object) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
property(VertexProperty.Cardinality, String, Object) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
property(String, GremlinSteps<T, P>) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
property(GremlinSteps<T, P>, GremlinSteps<T, P>) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
property(VertexProperty.Cardinality, String, GremlinSteps<T, P>) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
property(T, Object) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
property(String, Object) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
property(VertexProperty.Cardinality, String, Object) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
property(String, GremlinSteps<String, GroovyPredicate>) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
property(GremlinSteps<String, GroovyPredicate>, GremlinSteps<String, GroovyPredicate>) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
property(VertexProperty.Cardinality, String, GremlinSteps<String, GroovyPredicate>) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
property(T, Object) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
property(String, Object) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
property(VertexProperty.Cardinality, String, Object) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
property(String, GremlinSteps<GraphTraversal, P>) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
property(GremlinSteps<GraphTraversal, P>, GremlinSteps<GraphTraversal, P>) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
property(VertexProperty.Cardinality, String, GremlinSteps<GraphTraversal, P>) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 

Q

query - Variable in class org.opencypher.gremlin.client.CypherStatement
 
query() - Method in class org.opencypher.gremlin.client.CypherStatement
 

R

range(Scope, long, long) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
range(Scope, long, long) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
range(Scope, long, long) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
range(Scope, long, long) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
regexMatch(Object) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinPredicates
 
regexMatch(Object) - Method in interface org.opencypher.gremlin.translation.GremlinPredicates
 
regexMatch(Object) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinPredicates
 
regexMatch(Object) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinPredicates
 
RELATIONSHIP_TYPE - Static variable in class org.opencypher.gremlin.translation.ReturnProperties
 
repeat(GremlinSteps<Bytecode, P>) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
repeat(GremlinSteps<T, P>) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
repeat(GremlinSteps<String, GroovyPredicate>) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
repeat(GremlinSteps<GraphTraversal, P>) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
requestOptions() - Method in class org.opencypher.gremlin.client.CypherStatement
Convert to Gremlin RequestOptions object
requireRestart() - Method in class org.opencypher.gremlin.console.jsr223.CypherPlugin
 
requireRestart() - Method in class org.opencypher.gremlin.server.jsr223.CypherPlugin
 
retrieving(Client, TranslatorFlavor) - Static method in interface org.opencypher.gremlin.client.CypherGremlinClient
Creates a CypherGremlinClient that can send Cypher queries to any Gremlin Server or a compatible graph database as Gremlin-Groovy.
ReturnNormalizer - Class in org.opencypher.gremlin.traversal
 
ReturnProperties - Class in org.opencypher.gremlin.translation
 

S

select(Pop, String) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
select(String...) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
select(Column) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
select(Pop, String) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
select(String...) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
select(Column) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
select(Pop, String) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
select(String...) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
select(Column) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
select(Pop, String) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
select(String...) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
select(Column) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
selectOther(RequestMessage) - Method in class org.opencypher.gremlin.server.op.cypher.CypherOpProcessor
 
session() - Method in class org.opencypher.gremlin.neo4j.driver.GremlinGraphDriver
 
sideEffect(GremlinSteps<Bytecode, P>) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
sideEffect(GremlinSteps<T, P>) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
sideEffect(GremlinSteps<String, GroovyPredicate>) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
sideEffect(GremlinSteps<GraphTraversal, P>) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
Simple(String, Long, Map<String, ?>) - Constructor for class org.opencypher.gremlin.client.CypherStatement.Simple
 
simplePath() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
simplePath() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
simplePath() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
simplePath() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
skip(long) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
skip(long) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
skip(long) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
skip(long) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
spliterator() - Method in class org.opencypher.gremlin.client.CypherResultSet
Creates a spliterator over query results.
start() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
start() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
Spawns a new anonymous traversal wrapper.
start() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
START - Static variable in class org.opencypher.gremlin.translation.Tokens
 
start() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
startsWith(Object) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinPredicates
 
startsWith(Object) - Method in interface org.opencypher.gremlin.translation.GremlinPredicates
 
startsWith(Object) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinPredicates
 
startsWith(Object) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinPredicates
 
statement(String) - Method in interface org.opencypher.gremlin.client.CypherGremlinClient
Builder for Cypher statement advanced configuration.
StatementOption - Enum in org.opencypher.gremlin.translation
 
steps() - Method in class org.opencypher.gremlin.translation.translator.Translator
Provides access to the traversal DSL.
stream() - Method in class org.opencypher.gremlin.client.CypherResultSet
Returns a sequential stream of query results.
StringTranslationUtils - Class in org.opencypher.gremlin.translation.groovy
 
submit(String) - Method in interface org.opencypher.gremlin.client.CypherGremlinClient
Submits a Cypher query.
submit(String, Map<String, ?>) - Method in interface org.opencypher.gremlin.client.CypherGremlinClient
Submits a Cypher query.
submit() - Method in class org.opencypher.gremlin.client.CypherStatement.Submittable
Submits a Cypher statement asynchronously.
submit(List<String>) - Method in class org.opencypher.gremlin.console.jsr223.CypherRemoteAcceptor
 
submitAsync(String) - Method in interface org.opencypher.gremlin.client.CypherGremlinClient
Submits a Cypher query asynchronously.
submitAsync(String, Map<String, ?>) - Method in interface org.opencypher.gremlin.client.CypherGremlinClient
Submits a Cypher query asynchronously.
submitAsync(CypherStatement) - Method in interface org.opencypher.gremlin.client.CypherGremlinClient
Submits a Cypher statement asynchronously.
Submittable(CypherGremlinClient, String, Long, Map<String, ?>) - Constructor for class org.opencypher.gremlin.client.CypherStatement.Submittable
 
sum() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
sum(Scope) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
sum() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
sum(Scope) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
sum() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
sum(Scope) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
sum() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
sum(Scope) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
SyntaxException - Exception in org.opencypher.gremlin.translation.exception
Thrown when an unsupported or invalid Cypher query syntax is encountered.
SyntaxException(String) - Constructor for exception org.opencypher.gremlin.translation.exception.SyntaxException
 

T

tail(Scope, long) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
tail(Scope, long) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
tail(Scope, long) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
tail(Scope, long) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
timeout - Variable in class org.opencypher.gremlin.client.CypherStatement
 
timeout() - Method in class org.opencypher.gremlin.client.CypherStatement
 
times(int) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
times(int) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
times(int) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
times(int) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
to(String) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
to(String) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
to(String) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
to(String) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
toConfig() - Method in class org.opencypher.gremlin.neo4j.driver.Config.ConfigBuilder
Create a config instance from this builder.
toGremlinGroovy(String) - Method in class org.opencypher.gremlin.translation.TranslationFacade
Translates a Cypher query to Gremlin Groovy.
toGremlinGroovy(String, Map<String, Object>) - Method in class org.opencypher.gremlin.translation.TranslationFacade
Translates a Cypher query to Gremlin Groovy.
Tokens - Class in org.opencypher.gremlin.translation
 
toLiteral(Object) - Static method in class org.opencypher.gremlin.translation.groovy.StringTranslationUtils
 
toString() - Method in class org.opencypher.gremlin.console.jsr223.CypherRemoteAcceptor
 
toString() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
toString() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
toString() - Method in class org.opencypher.gremlin.translation.groovy.GroovyPredicate
 
toString() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
translate() - Method in class org.opencypher.gremlin.translation.translator.Translator
Creates a translation for the configured target.
translating(Client) - Static method in interface org.opencypher.gremlin.client.CypherGremlinClient
Creates a CypherGremlinClient that can send Cypher queries to any Gremlin Server or a compatible graph database as Gremlin-Groovy.
translating(Client, TranslatorFlavor) - Static method in interface org.opencypher.gremlin.client.CypherGremlinClient
Creates a CypherGremlinClient that can send Cypher queries to any Gremlin Server or a compatible graph database as Gremlin-Groovy.
translating(Client, Supplier<Translator<String, GroovyPredicate>>) - Static method in interface org.opencypher.gremlin.client.CypherGremlinClient
Creates a CypherGremlinClient that can send Cypher queries to any Gremlin Server or a compatible graph database as Gremlin-Groovy.
translationEnabled() - Method in class org.opencypher.gremlin.neo4j.driver.Config
 
TranslationFacade - Class in org.opencypher.gremlin.translation
Cypher to Gremlin translation facade.
TranslationFacade() - Constructor for class org.opencypher.gremlin.translation.TranslationFacade
 
Translator<T,P> - Class in org.opencypher.gremlin.translation.translator
Abstraction over the process of building a translation for different targets.
Translator.Builder - Class in org.opencypher.gremlin.translation.translator
 
Translator.FlavorBuilder<T,P> - Class in org.opencypher.gremlin.translation.translator
 
Translator.ParametrizedFlavorBuilder<T,P> - Class in org.opencypher.gremlin.translation.translator
 
TranslatorFeature - Enum in org.opencypher.gremlin.translation.translator
Translator features are additional behaviors that can be allowed in translation.
traversal() - Method in class org.opencypher.gremlin.translation.translator.Translator.Builder
Builds a Translator that translates Cypher queries to Gremlin anonymous GraphTraversal.
traversal(GraphTraversal) - Method in class org.opencypher.gremlin.translation.translator.Translator.Builder
Builds a Translator that translates Cypher queries to Gremlin GraphTraversal that can be iterated to yield results for its source.
TraversalGremlinBindings - Class in org.opencypher.gremlin.translation.traversal
 
TraversalGremlinBindings() - Constructor for class org.opencypher.gremlin.translation.traversal.TraversalGremlinBindings
 
TraversalGremlinPredicates - Class in org.opencypher.gremlin.translation.traversal
 
TraversalGremlinPredicates() - Constructor for class org.opencypher.gremlin.translation.traversal.TraversalGremlinPredicates
 
TraversalGremlinSteps - Class in org.opencypher.gremlin.translation.traversal
 
TraversalGremlinSteps(GraphTraversal) - Constructor for class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
TraverserIterator - Class in org.opencypher.gremlin.client
This is an iterator adapter that unwraps bulked traversers and iterates over each bulked value the specified number of times.
TYPE - Static variable in class org.opencypher.gremlin.translation.ReturnProperties
 
TypeException - Exception in org.opencypher.gremlin.translation.exception
Thrown when an unsupported or invalid traversal type is encountered.
TypeException(String) - Constructor for exception org.opencypher.gremlin.translation.exception.TypeException
 

U

unfold() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
unfold() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
unfold() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
unfold() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
union(GremlinSteps<Bytecode, P>...) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
union(GremlinSteps<T, P>...) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
union(GremlinSteps<String, GroovyPredicate>...) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
union(GremlinSteps<GraphTraversal, P>...) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
UNNAMED - Static variable in class org.opencypher.gremlin.translation.Tokens
 
until(GremlinSteps<Bytecode, P>) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
until(GremlinSteps<T, P>) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
until(GremlinSteps<String, GroovyPredicate>) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
until(GremlinSteps<GraphTraversal, P>) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
UNUSED - Static variable in class org.opencypher.gremlin.translation.Tokens
 

V

V() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
V() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
V() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
V() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
value() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
value() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
value() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
value() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
valueMap() - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
valueMap(boolean) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
valueMap() - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
valueMap(boolean) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
valueMap() - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
valueMap(boolean) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
valueMap() - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
valueMap(boolean) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
valueOf(String) - Static method in enum org.opencypher.gremlin.extension.CypherBindingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencypher.gremlin.translation.exception.CypherExceptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencypher.gremlin.translation.StatementOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencypher.gremlin.translation.translator.TranslatorFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencypher.gremlin.traversal.CustomPredicate
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.opencypher.gremlin.extension.CypherBindingType
Returns an array containing the constants of this enum type, in the order they are declared.
values(String...) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
values() - Static method in enum org.opencypher.gremlin.translation.exception.CypherExceptions
Returns an array containing the constants of this enum type, in the order they are declared.
values(String...) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
values(String...) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
values() - Static method in enum org.opencypher.gremlin.translation.StatementOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencypher.gremlin.translation.translator.TranslatorFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values(String...) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
values() - Static method in enum org.opencypher.gremlin.traversal.CustomPredicate
Returns an array containing the constants of this enum type, in the order they are declared.

W

where(GremlinSteps<Bytecode, P>) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
where(P) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
where(GremlinSteps<T, P>) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
where(P) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
where(GremlinSteps<String, GroovyPredicate>) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
where(GroovyPredicate) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
where(GremlinSteps<GraphTraversal, P>) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
where(P) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
with(String, Object) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
with(String) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps
 
with(String) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
with(String, Object) - Method in interface org.opencypher.gremlin.translation.GremlinSteps
 
with(String) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
with(String, Object) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps
 
with(String) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
with(String, Object) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps
 
within(Object...) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinPredicates
 
within(Object...) - Method in interface org.opencypher.gremlin.translation.GremlinPredicates
 
within(Object...) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinPredicates
 
within(Object...) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinPredicates
 
without(Object...) - Method in class org.opencypher.gremlin.translation.bytecode.BytecodeGremlinPredicates
 
without(Object...) - Method in interface org.opencypher.gremlin.translation.GremlinPredicates
 
without(Object...) - Method in class org.opencypher.gremlin.translation.groovy.GroovyGremlinPredicates
 
without(Object...) - Method in class org.opencypher.gremlin.translation.traversal.TraversalGremlinPredicates
 
withRemote(Configuration) - Method in class org.opencypher.gremlin.client.CypherTraversalSource
withRemote(String) - Method in class org.opencypher.gremlin.client.CypherTraversalSource
withRemote(RemoteConnection) - Method in class org.opencypher.gremlin.client.CypherTraversalSource
withTranslation() - Method in class org.opencypher.gremlin.neo4j.driver.Config.ConfigBuilder
Translate Cypher query to Gremlin before sending it to Gremlin Server.
withTranslation(TranslatorFlavor) - Method in class org.opencypher.gremlin.neo4j.driver.Config.ConfigBuilder
Translate Cypher query to Gremlin before sending it to Gremlin Server.
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links