| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | TraversalSource.Builder<C extends TraversalSource> | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GraphTraversalSource | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,TraversalSource> | GraphManager. getTraversalSources()Get a list of the  TraversalSourceinstances and their binding names as defined by Gremlin Server
 initialization scripts. | 
| Modifier and Type | Method and Description | 
|---|---|
| default <C extends TraversalSource> | Graph. traversal(TraversalSource.Builder<C> sourceBuilder)Generate a  TraversalSourceusing the specifiedTraversalSource.Builder. | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | StringFactory. traversalSourceString(TraversalSource traversalSource) | 
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.