| Package | Description |
|---|---|
| com.orientechnologies.orient.client.remote | |
| com.orientechnologies.orient.core.command | |
| com.orientechnologies.orient.core.command.script | |
| com.orientechnologies.orient.core.config | |
| com.orientechnologies.orient.core.id | |
| com.orientechnologies.orient.core.query | |
| com.orientechnologies.orient.core.record | |
| com.orientechnologies.orient.core.record.impl | |
| com.orientechnologies.orient.core.serialization | |
| com.orientechnologies.orient.core.serialization.serializer.record.binary | |
| com.orientechnologies.orient.core.sql | |
| com.orientechnologies.orient.core.sql.query | |
| com.orientechnologies.orient.core.storage |
Contains the Storage interface and the basic implementations.
|
| 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.graph.gremlin | |
| com.tinkerpop.blueprints.impls.orient |
| Modifier and Type | Class and Description |
|---|---|
class |
OStorageRemoteConfiguration |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OCommandRequestInternal
Internal specialization of generic OCommand interface.
|
interface |
OCommandRequestText
Internal specialization of generic OCommand interface based on a text command.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OCommandRequestAbstract
Text based Command Request abstract class.
|
class |
OCommandRequestTextAbstract
Text based Command Request abstract class.
|
| Modifier and Type | Method and Description |
|---|---|
OSerializableStream |
OCommandRequestTextAbstract.fromStream(byte[] iStream) |
| Modifier and Type | Class and Description |
|---|---|
class |
OCommandFunction
Execute a configured function.
|
class |
OCommandScript
Script command request implementation.
|
| Modifier and Type | Method and Description |
|---|---|
OSerializableStream |
OCommandScript.fromStream(byte[] iStream) |
| Modifier and Type | Class and Description |
|---|---|
class |
OStorageConfigurationImpl
Versions:
3 = introduced file directory in physical segments and data-segment id in clusters
4 = ??
5 = ??
6 = ??
7 = ??
8 = introduced cluster selection strategy as string
9 = introduced minimumclusters as string
12 = introduced record conflict strategy as string in both storage and paginated clusters
13 = introduced cluster status to manage cluster as "offline" with the new command "alter cluster status offline".
|
| Modifier and Type | Method and Description |
|---|---|
OSerializableStream |
OStorageConfigurationImpl.fromStream(byte[] iStream)
Deprecated.
because method uses native encoding use
OStorageConfigurationImpl.fromStream(byte[], int, int, Charset) instead. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ORID
RecordID interface that represents a recordid in database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OContextualRecordId |
class |
OImmutableRecordId
Immutable ORID implementation.
|
class |
ORecordId |
| Modifier and Type | Class and Description |
|---|---|
class |
OQueryAbstract<T> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ORecord
Generic record representation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ORecordAbstract |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OBlob
Created by tglman on 05/01/16.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ODocument
Document representation to handle values dynamically.
|
class |
ORecordBytes
The rawest representation of a record.
|
class |
ORecordBytesLazy
Deprecated.
|
class |
ORecordFlat
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
OSerializableStream |
ORecordBytesLazy.getSerializableContent()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ORecordBytesLazy.recycle(OSerializableStream iSerializableContent)
Deprecated.
|
| Constructor and Description |
|---|
ORecordBytesLazy(OSerializableStream iSerializable)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
OSerializableStream |
OSerializableStream.fromStream(byte[] iStream)
Unmarshalls the object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OSerializableWrapper |
| Modifier and Type | Method and Description |
|---|---|
OSerializableStream |
OSerializableWrapper.fromStream(byte[] iStream) |
| Modifier and Type | Class and Description |
|---|---|
class |
OCommandSQL
SQL command request implementation.
|
class |
OCommandSQLResultset
Iterable SQL command request implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OLiveQuery<T>
SQL live query.
|
class |
OSQLAsynchQuery<T>
SQL asynchronous query.
|
class |
OSQLNonBlockingQuery<T>
SQL asynchronous query.
|
class |
OSQLQuery<T>
SQL query implementation.
|
class |
OSQLSynchQuery<T>
SQL synchronous query.
|
| Modifier and Type | Method and Description |
|---|---|
OSerializableStream |
OSQLQuery.fromStream(byte[] iStream) |
| Modifier and Type | Class and Description |
|---|---|
class |
OPhysicalPosition |
| Modifier and Type | Method and Description |
|---|---|
OSerializableStream |
OPhysicalPosition.fromStream(byte[] iStream) |
| Modifier and Type | Class and Description |
|---|---|
class |
OStorageConfigurationSegment
Handles the database configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OStorageMemoryConfiguration |
| Modifier and Type | Class and Description |
|---|---|
class |
OCommandGremlin
Executes a GREMLIN command
|
| Modifier and Type | Class and Description |
|---|---|
class |
OrientEdge
OrientDB Edge implementation of TinkerPop Blueprints standard.
|
class |
OrientElement
Base Graph Element where OrientVertex and OrientEdge classes extends from.
|
class |
OrientVertex
OrientDB Vertex implementation of TinkerPop Blueprints standard.
|
| Modifier and Type | Method and Description |
|---|---|
OSerializableStream |
OrientElement.fromStream(byte[] stream)
(Blueprints Extension) Fills the Element from a byte[]
|
Copyright © 2009–2025 OrientDB. All rights reserved.