| Package | Description |
|---|---|
| com.orientechnologies.common.concur.resource | |
| com.orientechnologies.common.directmemory | |
| com.orientechnologies.lucene.engine | |
| com.orientechnologies.lucene.index | |
| com.orientechnologies.orient.client.remote | |
| com.orientechnologies.orient.core |
Core package.
|
| com.orientechnologies.orient.core.db | |
| com.orientechnologies.orient.core.db.record.ridbag.sbtree | |
| com.orientechnologies.orient.core.index | |
| com.orientechnologies.orient.core.metadata.schema | |
| 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.impl.local.paginated | |
| com.orientechnologies.orient.core.storage.impl.memory |
| Modifier and Type | Class and Description |
|---|---|
class |
OPartitionedObjectPool<T>
This is internal API, do not use it.
|
class |
OPartitionedObjectPoolFactory<K,T>
This is internal API, do not use it.
|
class |
OReentrantResourcePool<K,V>
Reentrant implementation of Resource Pool.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OByteBufferPool
Object of this class works at the same time as factory for
DirectByteBuffer objects and pool for
DirectByteBuffer objects which were used and now are free to be reused by other parts of the code. |
| Modifier and Type | Class and Description |
|---|---|
class |
OLuceneStorage |
| Modifier and Type | Class and Description |
|---|---|
class |
OLuceneFullTextIndex |
class |
OLuceneIndexNotUnique |
| Modifier and Type | Class and Description |
|---|---|
class |
OSBTreeCollectionManagerRemote |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OOrientListener
Listener Interface for basic Orient events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OOrientListenerAbstract
Abstract implementation of OOrientListener interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Orient.registerWeakOrientShutdownListener(OOrientShutdownListener listener) |
void |
Orient.unregisterWeakOrientShutdownListener(OOrientShutdownListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
ODatabasePoolAbstract<DB extends ODatabaseInternal> |
class |
OPartitionedDatabasePool
Database pool which has good multicore scalability characteristics because of creation of several partitions for each logical
thread group which drastically decrease thread contention when we acquire new connection to database.
|
class |
OPartitionedDatabasePoolFactory
Factory for
OPartitionedDatabasePool pool, which also works as LRU cache with good mutlicore architecture support. |
| Modifier and Type | Class and Description |
|---|---|
class |
OSBTreeCollectionManagerAbstract |
class |
OSBTreeCollectionManagerShared |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassIndexManagerRemote
Created by tglman on 29/04/16.
|
class |
OClassIndexManager
Handles indexing when records change.
|
class |
OIndexAbstract<T>
Handles indexing when records change.
|
class |
OIndexDictionary
Dictionary index similar to unique index but does not check for updates, just executes changes.
|
class |
OIndexFullText
Fast index for full-text searches.
|
class |
OIndexMultiValues
Abstract index implementation that supports multi-values for the same key.
|
class |
OIndexNotUnique
Index implementation that allows multiple values for the same key.
|
class |
OIndexOneValue
Abstract Index implementation that allows only one value for a key.
|
class |
OIndexUnique
Index implementation that allows only one value for a key.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OSchemaShared
Shared schema class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OAbstractPaginatedStorage |
| Modifier and Type | Class and Description |
|---|---|
class |
OLocalPaginatedStorage |
| Modifier and Type | Class and Description |
|---|---|
class |
ODirectMemoryStorage |
Copyright © 2009–2025 OrientDB. All rights reserved.