Modifier and Type | Class and Description |
---|---|
class |
DriverRemoteConnection
A
RemoteConnection implementation for Gremlin Server. |
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(Configuration conf)
Create a
RemoteConnection from a Configuration object. |
RemoteConnection |
RemoteGraph.getConnection()
Deprecated.
|
Constructor and Description |
---|
RemoteStep(Traversal.Admin traversal,
RemoteConnection remoteConnection) |
Constructor and Description |
---|
RemoteStrategy(RemoteConnection remoteConnection) |
Modifier and Type | Field and Description |
---|---|
protected RemoteConnection |
GraphTraversalSource.connection |
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.