| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin | |
| org.apache.tinkerpop.gremlin.features | 
| 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  Graphinstance and uses thegraphNameto ensure
 that the instance is unique. | 
| protected String | AbstractFileGraphProvider. getInputLocation(Graph g,
                LoadGraphWith.GraphData graphData) | 
| default org.apache.commons.configuration2.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. | 
| org.apache.commons.configuration2.Configuration | GraphManager.ManagedGraphProvider. newGraphConfiguration(String graphName,
                     Class<?> test,
                     String testMethodName,
                     LoadGraphWith.GraphData loadGraphWith) | 
| org.apache.commons.configuration2.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. | 
| org.apache.commons.configuration2.Configuration | GraphManager.ManagedGraphProvider. newGraphConfiguration(String graphName,
                     Class<?> test,
                     String testMethodName,
                     Map<String,Object> configurationOverrides,
                     LoadGraphWith.GraphData loadGraphWith) | 
| org.apache.commons.configuration2.Configuration | AbstractGraphProvider. newGraphConfiguration(String graphName,
                     Class<?> test,
                     String testMethodName,
                     Map<String,Object> configurationOverrides,
                     LoadGraphWith.GraphData loadGraphWith) | 
| default org.apache.commons.configuration2.Configuration | GraphProvider. standardGraphConfiguration(Class<?> test,
                          String testMethodName,
                          LoadGraphWith.GraphData loadGraphWith) | 
| org.apache.commons.configuration2.Configuration | GraphManager.ManagedGraphProvider. standardGraphConfiguration(Class<?> test,
                          String testMethodName,
                          LoadGraphWith.GraphData loadGraphWith) | 
| default Graph | GraphProvider. standardTestGraph(Class<?> test,
                 String testMethodName,
                 LoadGraphWith.GraphData loadGraphWith)Creates a new  Graphinstance using the defaultConfigurationfromGraphProvider.standardGraphConfiguration(Class, String, LoadGraphWith.GraphData). | 
| Graph | GraphManager.ManagedGraphProvider. standardTestGraph(Class<?> test,
                 String testMethodName,
                 LoadGraphWith.GraphData loadGraphWith) | 
| Modifier and Type | Method and Description | 
|---|---|
| GraphTraversalSource | World. getGraphTraversalSource(LoadGraphWith.GraphData graphData)Gets a  GraphTraversalSourcethat is backed by the specifiedLoadGraphWith.GraphData. | 
| static String | TestFiles. getInputLocation(LoadGraphWith.GraphData graphData,
                boolean useGraphSON) | 
Copyright © 2013–2023 Apache Software Foundation. All rights reserved.