Uses of Interface
org.apache.tinkerpop.gremlin.process.remote.RemoteConnection
-
-
Uses of RemoteConnection in org.apache.tinkerpop.gremlin.driver.remote
Classes in org.apache.tinkerpop.gremlin.driver.remote that implement RemoteConnection Modifier and Type Class Description class
DriverRemoteConnection
ARemoteConnection
implementation for Gremlin Server.class
DriverRemoteTransaction
A remoteTransaction
implementation that is implemented with the Java driver. -
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 RemoteConnection Constructor Description CredentialTraversalSource(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 RemoteConnection Modifier and Type Class Description class
EmbeddedRemoteConnection
Allows aRemoteConnection
to be submitted to a "local"Graph
instance 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 RemoteConnection
RemoteConnection. from(org.apache.commons.configuration2.Configuration conf)
Create aRemoteConnection
from aConfiguration
object. -
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 RemoteConnection Constructor Description RemoteStep(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 Constructor Description RemoteStrategy(RemoteConnection remoteConnection)
-
Uses of RemoteConnection in org.apache.tinkerpop.gremlin.process.traversal
Methods in org.apache.tinkerpop.gremlin.process.traversal with parameters of type RemoteConnection Modifier and Type Method Description T
AnonymousTraversalSource. withRemote(RemoteConnection remoteConnection)
Creates aTraversalSource
binding aRemoteConnection
to a remoteGraph
instances 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.graph
Fields in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph declared as RemoteConnection Modifier and Type Field Description protected RemoteConnection
GraphTraversalSource. connection
Constructors 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.structure
Methods in org.apache.tinkerpop.gremlin.structure that return RemoteConnection Modifier and Type Method Description RemoteConnection
RemoteGraph. getConnection()
Methods in org.apache.tinkerpop.gremlin.structure with parameters of type RemoteConnection Modifier and Type Method Description static RemoteGraph
RemoteGraph. open(RemoteConnection connection, org.apache.commons.configuration2.Configuration conf)
Creates a newRemoteGraph
instance.
-