Uses of Interface
org.apache.tinkerpop.gremlin.GraphProvider
Packages that use GraphProvider
-
Uses of GraphProvider in org.apache.tinkerpop.gremlin
Classes in org.apache.tinkerpop.gremlin that implement GraphProviderModifier and TypeClassDescriptionclassA baseGraphProviderthat is typically for use with Hadoop-based graphs as it enables access to the various resource data files that are used in the tests.classA basic GraphProvider which simply requires the implementer to supply their base configuration for their Graph instance.static classThis class provides a way to intercepts calls toGraphimplementation'sGraphProviderinstances.Fields in org.apache.tinkerpop.gremlin declared as GraphProviderMethods in org.apache.tinkerpop.gremlin that return GraphProviderModifier and TypeMethodDescriptionstatic GraphProviderGraphManager.getGraphProvider()Gets theGraphProviderfrom the current test suite and wraps it in aGraphManager.ManagedGraphProvider.static GraphProviderGraphManager.setGraphProvider(GraphProvider graphProvider) Methods in org.apache.tinkerpop.gremlin that return types with arguments of type GraphProviderModifier and TypeMethodDescriptionstatic org.javatuples.Pair<Class<? extends GraphProvider>,Class<? extends Graph>> AbstractGremlinSuite.getGraphProviderClass(Class<?> klass) Methods in org.apache.tinkerpop.gremlin with parameters of type GraphProviderModifier and TypeMethodDescriptionstatic GraphProviderGraphManager.setGraphProvider(GraphProvider graphProvider) Constructors in org.apache.tinkerpop.gremlin with parameters of type GraphProvider