Uses of Interface
org.apache.tinkerpop.gremlin.process.remote.RemoteConnection
- 
- 
Uses of RemoteConnection in org.apache.tinkerpop.gremlin.driver.remoteClasses in org.apache.tinkerpop.gremlin.driver.remote that implement RemoteConnection Modifier and Type Class Description classDriverRemoteConnectionARemoteConnectionimplementation for Gremlin Server.classDriverRemoteTransactionA remoteTransactionimplementation that is implemented with the Java driver.
- 
Uses of RemoteConnection in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credentialConstructors in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential with parameters of type RemoteConnection Constructor Description CredentialTraversalSource(RemoteConnection connection)CredentialTraversalSourceDsl(RemoteConnection connection)
- 
Uses of RemoteConnection in org.apache.tinkerpop.gremlin.process.remoteClasses in org.apache.tinkerpop.gremlin.process.remote that implement RemoteConnection Modifier and Type Class Description classEmbeddedRemoteConnectionAllows 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 RemoteConnection Modifier and Type Method Description static RemoteConnectionRemoteConnection. from(org.apache.commons.configuration2.Configuration conf)Create aRemoteConnectionfrom aConfigurationobject.
- 
Uses of RemoteConnection in org.apache.tinkerpop.gremlin.process.remote.traversal.step.mapConstructors in org.apache.tinkerpop.gremlin.process.remote.traversal.step.map with parameters of type RemoteConnection Constructor Description RemoteStep(Traversal.Admin traversal, RemoteConnection remoteConnection)
- 
Uses of RemoteConnection in org.apache.tinkerpop.gremlin.process.remote.traversal.strategy.decorationConstructors in org.apache.tinkerpop.gremlin.process.remote.traversal.strategy.decoration with parameters of type RemoteConnection Constructor Description RemoteStrategy(RemoteConnection remoteConnection)
- 
Uses of RemoteConnection in org.apache.tinkerpop.gremlin.process.traversalMethods in org.apache.tinkerpop.gremlin.process.traversal with parameters of type RemoteConnection Modifier and Type Method Description TAnonymousTraversalSource. withRemote(RemoteConnection remoteConnection)Creates aTraversalSourcebinding aRemoteConnectionto a remoteGraphinstances as its reference so that traversals spawned from it will execute over that reference.
- 
Uses of RemoteConnection in org.apache.tinkerpop.gremlin.process.traversal.dsl.graphFields in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph declared as RemoteConnection Modifier and Type Field Description protected RemoteConnectionGraphTraversalSource. connectionConstructors in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph with parameters of type RemoteConnection Constructor Description GraphTraversalSource(RemoteConnection connection)
- 
Uses of RemoteConnection in org.apache.tinkerpop.gremlin.structureMethods in org.apache.tinkerpop.gremlin.structure that return RemoteConnection Modifier and Type Method Description RemoteConnectionRemoteGraph. getConnection()Methods in org.apache.tinkerpop.gremlin.structure with parameters of type RemoteConnection Modifier and Type Method Description static RemoteGraphRemoteGraph. open(RemoteConnection connection, org.apache.commons.configuration2.Configuration conf)Creates a newRemoteGraphinstance.
 
-