Package | Description |
---|---|
com.orientechnologies.orient.core.db | |
com.tinkerpop.blueprints.impls.orient |
Modifier and Type | Method and Description |
---|---|
OPartitionedDatabasePool |
OPartitionedDatabasePoolFactory.get(String url,
String userName,
String userPassword) |
OPartitionedDatabasePool |
OPartitionedDatabasePool.setAutoCreate(boolean autoCreate) |
Modifier and Type | Method and Description |
---|---|
Collection<OPartitionedDatabasePool> |
OPartitionedDatabasePoolFactory.getPools() |
Modifier and Type | Method and Description |
---|---|
OrientBaseGraph |
OrientGraphFactory.OrientGraphImplFactory.getGraph(OPartitionedDatabasePool pool,
OrientConfigurableGraph.Settings settings) |
Constructor and Description |
---|
OrientBaseGraph(OPartitionedDatabasePool pool) |
OrientBaseGraph(OPartitionedDatabasePool pool,
OrientConfigurableGraph.Settings iConfiguration) |
OrientGraph(OPartitionedDatabasePool pool)
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) |
OrientGraphNoTx(OPartitionedDatabasePool pool,
OrientConfigurableGraph.Settings configuration) |
OrientTransactionalGraph(OPartitionedDatabasePool pool) |
OrientTransactionalGraph(OPartitionedDatabasePool pool,
OrientConfigurableGraph.Settings configuration) |
Copyright © 2009–2020 OrientDB. All rights reserved.