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
TraversalSource instances 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) |
Modifier and Type | Method and Description |
---|---|
static String |
StringFactory.traversalSourceString(TraversalSource traversalSource) |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.