Modifier and Type | Method and Description |
---|---|
void |
Orient.addOrientDB(OrientDBInternal internal) |
void |
Orient.removeOrientDB(OrientDBInternal internal) |
Modifier and Type | Class and Description |
---|---|
class |
OrientDBDistributed
Created by tglman on 08/08/17.
|
class |
OrientDBEmbedded
Created by tglman on 08/04/16.
|
class |
OrientDBRemote
Created by tglman on 08/04/16.
|
Modifier and Type | Field and Description |
---|---|
protected OrientDBInternal |
OrientDB.internal |
protected OrientDBInternal |
OSharedContext.orientDB |
Modifier and Type | Method and Description |
---|---|
static OrientDBInternal |
OrientDBInternal.distributed(String directoryPath,
OrientDBConfig configuration) |
static OrientDBInternal |
OrientDBInternal.embedded(String directoryPath,
OrientDBConfig config)
Create a new Embedded factory
|
static OrientDBInternal |
OrientDBInternal.extract(OrientDB orientDB) |
static OrientDBInternal |
OrientDBInternal.fromUrl(String url,
OrientDBConfig configuration)
Create a new factory from a given url.
|
OrientDBInternal |
OSharedContext.getOrientDB() |
static OrientDBInternal |
OrientDBInternal.remote(String[] hosts,
OrientDBConfig configuration)
Create a new remote factory
|
Constructor and Description |
---|
OCachedDatabasePoolFactoryImpl(OrientDBInternal orientDB,
int capacity,
long timeout) |
ODatabasePoolImpl(OrientDBInternal factory,
String database,
String user,
String password,
OrientDBConfig config) |
Modifier and Type | Field and Description |
---|---|
protected static ConcurrentMap<String,OrientDBInternal> |
ODatabaseDocumentTx.embedded
Deprecated.
|
protected static ConcurrentMap<String,OrientDBInternal> |
ODatabaseDocumentTx.remote
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static OrientDBInternal |
ODatabaseDocumentTxInternal.getOrCreateEmbeddedFactory(String databaseDirectory,
OrientDBConfig config) |
protected static OrientDBInternal |
ODatabaseDocumentTx.getOrCreateEmbeddedFactory(String baseUrl,
OrientDBConfig config)
Deprecated.
|
static OrientDBInternal |
ODatabaseDocumentTxInternal.getOrCreateRemoteFactory(String url) |
protected static OrientDBInternal |
ODatabaseDocumentTx.getOrCreateRemoteFactory(String baseUrl)
Deprecated.
|
Constructor and Description |
---|
ViewManager(OrientDBInternal orientDb,
String dbName) |
Modifier and Type | Method and Description |
---|---|
OScheduledEvent |
OScheduledEvent.schedule(String database,
String user,
OrientDBInternal orientDB) |
Constructor and Description |
---|
OSchedulerImpl(OrientDBInternal orientDB) |
Modifier and Type | Method and Description |
---|---|
OrientDBInternal |
OServer.getDatabases() |
Constructor and Description |
---|
OSystemDatabase(OrientDBInternal context) |
Copyright © 2009–2020 OrientDB. All rights reserved.