| 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 | 
|---|
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(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 | 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,
    Configuration conf)
Creates a new  
RemoteGraph instance. | 
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.