Package | Description |
---|---|
com.orientechnologies.orient.core.config | |
com.orientechnologies.orient.core.id | |
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.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.tinkerpop.blueprints.impls.orient |
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 | Interface and Description |
---|---|
interface |
OEdge |
interface |
OElement |
interface |
ORecord
Generic record representation.
|
interface |
OVertex |
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 |
ODocumentEmbedded |
class |
OEdgeDelegate |
class |
OEdgeDocument |
class |
ORecordBytes
The rawest representation of a record.
|
class |
ORecordBytesLazy
Deprecated.
|
class |
ORecordFlat
Deprecated.
|
class |
OVertexDelegate |
class |
OVertexDocument |
class |
OViewDocument |
Modifier and Type | Method and Description |
---|---|
OSerializableStream |
OVertexDelegate.fromStream(byte[] iStream) |
OSerializableStream |
OEdgeDelegate.fromStream(byte[] iStream) |
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 |
OPhysicalPosition |
Modifier and Type | Method and Description |
---|---|
OSerializableStream |
OPhysicalPosition.fromStream(byte[] iStream) |
Modifier and Type | Class and Description |
---|---|
class |
OStorageConfigurationSegment
Handles the database configuration in one big record.
|
Modifier and Type | Class and Description |
---|---|
class |
OStorageMemoryConfiguration |
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–2020 OrientDB. All rights reserved.