Uses of Enum Class
org.apache.tinkerpop.gremlin.LoadGraphWith.GraphData
Packages that use LoadGraphWith.GraphData
-
Uses of LoadGraphWith.GraphData in org.apache.tinkerpop.gremlin
Methods in org.apache.tinkerpop.gremlin that return LoadGraphWith.GraphDataModifier and TypeMethodDescriptionstatic LoadGraphWith.GraphDataReturns the enum constant of this class with the specified name.static LoadGraphWith.GraphData[]LoadGraphWith.GraphData.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.tinkerpop.gremlin with parameters of type LoadGraphWith.GraphDataModifier and TypeMethodDescriptionAbstractGraphProvider.getBaseConfiguration(String graphName, Class<?> test, String testMethodName, LoadGraphWith.GraphData loadGraphWith) Provides a basic configuration for a particularGraphinstance and uses thegraphNameto ensure that the instance is unique.protected StringAbstractFileGraphProvider.getInputLocation(Graph g, LoadGraphWith.GraphData graphData) org.apache.commons.configuration2.ConfigurationAbstractGraphProvider.newGraphConfiguration(String graphName, Class<?> test, String testMethodName, Map<String, Object> configurationOverrides, LoadGraphWith.GraphData loadGraphWith) org.apache.commons.configuration2.ConfigurationGraphManager.ManagedGraphProvider.newGraphConfiguration(String graphName, Class<?> test, String testMethodName, Map<String, Object> configurationOverrides, LoadGraphWith.GraphData loadGraphWith) org.apache.commons.configuration2.ConfigurationGraphManager.ManagedGraphProvider.newGraphConfiguration(String graphName, Class<?> test, String testMethodName, LoadGraphWith.GraphData loadGraphWith) org.apache.commons.configuration2.ConfigurationGraphProvider.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.default org.apache.commons.configuration2.ConfigurationGraphProvider.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.ConfigurationGraphManager.ManagedGraphProvider.standardGraphConfiguration(Class<?> test, String testMethodName, LoadGraphWith.GraphData loadGraphWith) default org.apache.commons.configuration2.ConfigurationGraphProvider.standardGraphConfiguration(Class<?> test, String testMethodName, LoadGraphWith.GraphData loadGraphWith) GraphManager.ManagedGraphProvider.standardTestGraph(Class<?> test, String testMethodName, LoadGraphWith.GraphData loadGraphWith) default GraphGraphProvider.standardTestGraph(Class<?> test, String testMethodName, LoadGraphWith.GraphData loadGraphWith) Creates a newGraphinstance using the defaultConfigurationfromGraphProvider.standardGraphConfiguration(Class, String, LoadGraphWith.GraphData). -
Uses of LoadGraphWith.GraphData in org.apache.tinkerpop.gremlin.features
Methods in org.apache.tinkerpop.gremlin.features with parameters of type LoadGraphWith.GraphDataModifier and TypeMethodDescriptionWorld.getGraphTraversalSource(LoadGraphWith.GraphData graphData) Gets aGraphTraversalSourcethat is backed by the specifiedLoadGraphWith.GraphData.static StringTestFiles.getInputLocation(LoadGraphWith.GraphData graphData, boolean useGraphSON)