| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin | 
| Modifier and Type | Method and Description | 
|---|---|
static LoadGraphWith.GraphData | 
LoadGraphWith.GraphData.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static LoadGraphWith.GraphData[] | 
LoadGraphWith.GraphData.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract Map<String,Object> | 
AbstractGraphProvider.getBaseConfiguration(String graphName,
                    Class<?> test,
                    String testMethodName,
                    LoadGraphWith.GraphData loadGraphWith)
Provides a basic configuration for a particular  
Graph instance and uses the graphName to ensure
 that the instance is unique. | 
protected String | 
AbstractFileGraphProvider.getInputLocation(Graph g,
                LoadGraphWith.GraphData graphData)  | 
Configuration | 
GraphManager.ManagedGraphProvider.newGraphConfiguration(String graphName,
                     Class<?> test,
                     String testMethodName,
                     LoadGraphWith.GraphData loadGraphWith)  | 
default Configuration | 
GraphProvider.newGraphConfiguration(String graphName,
                     Class<?> test,
                     String testMethodName,
                     LoadGraphWith.GraphData loadGraphWith)
When implementing this method ensure that a test suite can override any settings EXCEPT the
 "gremlin.graph" setting which should be defined by the implementer. 
 | 
Configuration | 
AbstractGraphProvider.newGraphConfiguration(String graphName,
                     Class<?> test,
                     String testMethodName,
                     Map<String,Object> configurationOverrides,
                     LoadGraphWith.GraphData loadGraphWith)  | 
Configuration | 
GraphManager.ManagedGraphProvider.newGraphConfiguration(String graphName,
                     Class<?> test,
                     String testMethodName,
                     Map<String,Object> configurationOverrides,
                     LoadGraphWith.GraphData loadGraphWith)  | 
Configuration | 
GraphProvider.newGraphConfiguration(String graphName,
                     Class<?> test,
                     String testMethodName,
                     Map<String,Object> configurationOverrides,
                     LoadGraphWith.GraphData loadGraphWith)
When implementing this method ensure that a test suite can override any settings EXCEPT the
 "gremlin.graph" setting which should be defined by the implementer. 
 | 
Configuration | 
GraphManager.ManagedGraphProvider.standardGraphConfiguration(Class<?> test,
                          String testMethodName,
                          LoadGraphWith.GraphData loadGraphWith)  | 
default Configuration | 
GraphProvider.standardGraphConfiguration(Class<?> test,
                          String testMethodName,
                          LoadGraphWith.GraphData loadGraphWith)
 | 
Graph | 
GraphManager.ManagedGraphProvider.standardTestGraph(Class<?> test,
                 String testMethodName,
                 LoadGraphWith.GraphData loadGraphWith)  | 
default Graph | 
GraphProvider.standardTestGraph(Class<?> test,
                 String testMethodName,
                 LoadGraphWith.GraphData loadGraphWith)
Creates a new  
Graph instance using the default
 org.apache.commons.configuration.Configuration from
 GraphProvider.standardGraphConfiguration(Class, String, LoadGraphWith.GraphData). | 
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.