Uses of Interface
org.apache.tinkerpop.gremlin.orientdb.OrientGraphBaseFactory
Packages that use OrientGraphBaseFactory
-
Uses of OrientGraphBaseFactory in org.apache.tinkerpop.gremlin.orientdb
Classes in org.apache.tinkerpop.gremlin.orientdb that implement OrientGraphBaseFactoryFields in org.apache.tinkerpop.gremlin.orientdb declared as OrientGraphBaseFactoryMethods in org.apache.tinkerpop.gremlin.orientdb that return OrientGraphBaseFactoryModifier and TypeMethodDescriptionOrientGraphFactory.setLabelAsClassName(boolean is) Enable or disable the prefixing of class names with V_<label> for vertices or E_<label> for edges.OrientGraphFactory.setupPool(int max) Setting up the factory to use database pool instead of creation a new instance of database connection each time.Constructors in org.apache.tinkerpop.gremlin.orientdb with parameters of type OrientGraphBaseFactoryModifierConstructorDescriptionOrientGraph(OrientGraphBaseFactory factory, ODatabaseDocument database, org.apache.commons.configuration2.Configuration configuration, String user, String password) OrientGraph(OrientGraphBaseFactory factory, org.apache.commons.configuration2.Configuration configuration) OrientGraph(OrientGraphBaseFactory factory, org.apache.commons.configuration2.Configuration configuration, boolean closeFactory) OrientStandardGraph(OrientGraphBaseFactory factory, org.apache.commons.configuration2.Configuration config)