Uses of Interface
org.apache.tinkerpop.gremlin.process.remote.RemoteConnection
Packages that use RemoteConnection
Package
Description
-
Uses of RemoteConnection in org.apache.tinkerpop.gremlin.driver.remote
Classes in org.apache.tinkerpop.gremlin.driver.remote that implement RemoteConnection -
Uses of RemoteConnection in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
Constructors in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential with parameters of type RemoteConnectionModifierConstructorDescriptionCredentialTraversalSource(RemoteConnection connection) CredentialTraversalSourceDsl(RemoteConnection connection) -
Uses of RemoteConnection in org.apache.tinkerpop.gremlin.process.remote
Classes in org.apache.tinkerpop.gremlin.process.remote that implement RemoteConnectionModifier and TypeClassDescriptionclassAllows aRemoteConnectionto be submitted to a "local"Graphinstance thus simulating a connection to a remote source.Methods in org.apache.tinkerpop.gremlin.process.remote that return RemoteConnectionModifier and TypeMethodDescriptionstatic RemoteConnectionRemoteConnection.from(org.apache.commons.configuration2.Configuration conf) Create aRemoteConnectionfrom aConfigurationobject. -
Uses of RemoteConnection in org.apache.tinkerpop.gremlin.process.remote.traversal.step.map
Constructors in org.apache.tinkerpop.gremlin.process.remote.traversal.step.map with parameters of type RemoteConnectionModifierConstructorDescriptionRemoteStep(Traversal.Admin traversal, RemoteConnection remoteConnection) -
Uses of RemoteConnection in org.apache.tinkerpop.gremlin.process.remote.traversal.strategy.decoration
Constructors in org.apache.tinkerpop.gremlin.process.remote.traversal.strategy.decoration with parameters of type RemoteConnection -
Uses of RemoteConnection in org.apache.tinkerpop.gremlin.process.traversal
Methods in org.apache.tinkerpop.gremlin.process.traversal with parameters of type RemoteConnectionModifier and TypeMethodDescriptionAnonymousTraversalSource.with(RemoteConnection remoteConnection) Creates aTraversalSourcebinding aRemoteConnectionto a remoteGraphinstances as its reference so that traversals spawned from it will execute over that reference.AnonymousTraversalSource.withRemote(RemoteConnection remoteConnection) Deprecated. -
Uses of RemoteConnection in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
Fields in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph declared as RemoteConnectionConstructors in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph with parameters of type RemoteConnection -
Uses of RemoteConnection in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure that return RemoteConnectionMethods in org.apache.tinkerpop.gremlin.structure with parameters of type RemoteConnectionModifier and TypeMethodDescriptionstatic RemoteGraphRemoteGraph.open(RemoteConnection connection, org.apache.commons.configuration2.Configuration conf) Creates a newRemoteGraphinstance.
AnonymousTraversalSource.with(RemoteConnection)