Package | Description |
---|---|
com.orientechnologies.orient.client.remote | |
com.orientechnologies.orient.core.db | |
com.orientechnologies.orient.core.db.document | |
com.orientechnologies.orient.core.db.object | |
com.orientechnologies.orient.core.storage |
Contains the Storage interface and the basic implementations.
|
com.orientechnologies.orient.core.storage.disk | |
com.orientechnologies.orient.core.storage.impl.local |
Contains all the class involved on the "local" implementation of the OStorage interface.
|
com.orientechnologies.orient.core.storage.memory | |
com.orientechnologies.orient.object.db | |
com.orientechnologies.orient.server.distributed.impl |
Modifier and Type | Class and Description |
---|---|
class |
OStorageRemote
This object is bound to each remote ODatabase instances.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ODatabase<T>
Generic Database interface.
|
interface |
ODatabaseDocumentInternal |
interface |
ODatabaseInternal<T> |
interface |
ODatabaseSession
Session for database operations with a specific user.
|
Modifier and Type | Class and Description |
---|---|
class |
ODatabaseDocumentEmbeddedPooled
Created by tglman on 07/07/16.
|
class |
ODatabaseDocumentRemotePooled
Created by tglman on 07/07/16.
|
class |
ODatabaseWrapperAbstract<DB extends ODatabaseInternal,T> |
Modifier and Type | Interface and Description |
---|---|
interface |
ODatabaseDocument
Generic interface for document based Database implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
ODatabaseDocumentAbstract
Document API entrypoint.
|
class |
ODatabaseDocumentEmbedded
Created by tglman on 27/06/16.
|
class |
ODatabaseDocumentRemote
Created by tglman on 30/06/16.
|
class |
ODatabaseDocumentTx
Deprecated.
|
class |
ODatabaseDocumentTxPooled
Pooled wrapper to the ODatabaseDocumentTx class.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ODatabaseObject
Generic interface for object based Database implementations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OIdentifiableStorage |
interface |
OStorage
This is the gateway interface between the Database side and the storage.
|
interface |
OStorageProxy
Tagged interface for proxy storage implementation
|
Modifier and Type | Class and Description |
---|---|
class |
OStorageAbstract |
Modifier and Type | Class and Description |
---|---|
class |
OLocalPaginatedStorage |
Modifier and Type | Class and Description |
---|---|
class |
OAbstractPaginatedStorage |
Modifier and Type | Class and Description |
---|---|
class |
ODirectMemoryStorage |
Modifier and Type | Class and Description |
---|---|
class |
OObjectDatabaseTx
Object Database instance.
|
class |
OObjectDatabaseTxPooled
Pooled wrapper to the OObjectDatabaseTx class.
|
Modifier and Type | Class and Description |
---|---|
class |
ODatabaseDocumentDistributed
Created by tglman on 30/03/17.
|
class |
ODatabaseDocumentDistributedPooled
Created by tglman on 30/03/17.
|
class |
ODistributedStorage
Distributed storage implementation that routes to the owner node the request.
|
Copyright © 2009–2020 OrientDB. All rights reserved.