Uses of Class
com.orientechnologies.orient.core.db.OPartitionedDatabasePool
Packages that use OPartitionedDatabasePool
-
Uses of OPartitionedDatabasePool in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db that return OPartitionedDatabasePoolModifier and TypeMethodDescriptionOPartitionedDatabasePool.setAutoCreate(boolean autoCreate) Deprecated.Methods in com.orientechnologies.orient.core.db that return types with arguments of type OPartitionedDatabasePool -
Uses of OPartitionedDatabasePool in com.tinkerpop.blueprints.impls.orient
Methods in com.tinkerpop.blueprints.impls.orient with parameters of type OPartitionedDatabasePoolModifier and TypeMethodDescriptionOrientGraphFactory.OrientGraphImplFactory.getGraph(OPartitionedDatabasePool pool, OrientConfigurableGraph.Settings settings) Constructors in com.tinkerpop.blueprints.impls.orient with parameters of type OPartitionedDatabasePoolModifierConstructorDescriptionOrientBaseGraph(OPartitionedDatabasePool pool, OrientConfigurableGraph.Settings iConfiguration) Creates a new Transactional Graph from a pool.OrientGraph(OPartitionedDatabasePool pool, OrientConfigurableGraph.Settings configuration) OrientGraphFactory(String iURL, String iUser, String iPassword, OPartitionedDatabasePool pool) Creates a factory with given credentials also you may pass pool which you already use in "document part" of your application.OrientGraphNoTx(OPartitionedDatabasePool pool, OrientConfigurableGraph.Settings configuration) protectedprotectedOrientTransactionalGraph(OPartitionedDatabasePool pool, OrientConfigurableGraph.Settings configuration)