Modifier and Type | Class and Description |
---|---|
class |
DriverRemoteConnection
A
RemoteConnection implementation for Gremlin Server. |
class |
DriverRemoteTransaction
A remote
Transaction implementation that is implemented with the Java driver. |
Constructor and Description |
---|
CredentialTraversalSource(RemoteConnection connection) |
CredentialTraversalSourceDsl(RemoteConnection connection) |
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedRemoteConnection
Allows a
RemoteConnection to be submitted to a "local" Graph instance thus simulating a connection
to a remote source. |
Modifier and Type | Method and Description |
---|---|
static RemoteConnection |
RemoteConnection.from(org.apache.commons.configuration2.Configuration conf)
Create a
RemoteConnection from a Configuration object. |
Constructor and Description |
---|
RemoteStep(Traversal.Admin traversal,
RemoteConnection remoteConnection) |
Constructor and Description |
---|
RemoteStrategy(RemoteConnection remoteConnection) |
Modifier and Type | Method and Description |
---|---|
T |
AnonymousTraversalSource.withRemote(RemoteConnection remoteConnection)
Creates a
TraversalSource binding a RemoteConnection to a remote Graph instances as its
reference so that traversals spawned from it will execute over that reference. |
Modifier and Type | Field and Description |
---|---|
protected RemoteConnection |
GraphTraversalSource.connection |
Constructor and Description |
---|
GraphTraversalSource(RemoteConnection connection) |
Modifier and Type | Method and Description |
---|---|
RemoteConnection |
RemoteGraph.getConnection() |
Modifier and Type | Method and Description |
---|---|
static RemoteGraph |
RemoteGraph.open(RemoteConnection connection,
org.apache.commons.configuration2.Configuration conf)
Creates a new
RemoteGraph instance. |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.