Package | Description |
---|---|
org.apache.tinkerpop.gremlin |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileGraphProvider
A base
GraphProvider that is typically for use with Hadoop-based graphs as it enables access to the various
resource data files that are used in the tests. |
class |
AbstractGraphProvider
A basic GraphProvider which simply requires the implementer to supply their base configuration for their
Graph instance.
|
static class |
GraphManager.ManagedGraphProvider
This class provides a way to intercepts calls to
Graph implementation's GraphProvider instances. |
Modifier and Type | Field and Description |
---|---|
protected GraphProvider |
AbstractGremlinTest.graphProvider |
Modifier and Type | Method and Description |
---|---|
static GraphProvider |
GraphManager.getGraphProvider()
Gets the
GraphProvider from the current test suite and wraps it in a GraphManager.ManagedGraphProvider . |
static GraphProvider |
GraphManager.setGraphProvider(GraphProvider graphProvider) |
Modifier and Type | Method and Description |
---|---|
static org.javatuples.Pair<Class<? extends GraphProvider>,Class<? extends Graph>> |
AbstractGremlinSuite.getGraphProviderClass(Class<?> klass) |
Modifier and Type | Method and Description |
---|---|
static GraphProvider |
GraphManager.setGraphProvider(GraphProvider graphProvider) |
Constructor and Description |
---|
ManagedGraphProvider(GraphProvider innerGraphProvider) |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.