| 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.configuration.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 |
|---|---|
TraversalSource |
TraversalSource.withRemote(RemoteConnection connection)
Deprecated.
As of release 3.3.5, replaced by
AnonymousTraversalSource.withRemote(RemoteConnection). |
T |
AnonymousTraversalSource.withRemote(RemoteConnection remoteConnection)
Creates the specified
TraversalSource binding a RemoteConnection as its reference such that
traversals spawned from it will execute over that reference. |
| Modifier and Type | Field and Description |
|---|---|
protected RemoteConnection |
GraphTraversalSource.connection |
| Modifier and Type | Method and Description |
|---|---|
GraphTraversalSource |
GraphTraversalSource.withRemote(RemoteConnection connection)
Deprecated.
As of release 3.3.5, replaced by
AnonymousTraversalSource.withRemote(RemoteConnection). |
| Constructor and Description |
|---|
GraphTraversalSource(RemoteConnection connection) |
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.