Package | Description |
---|---|
com.orientechnologies.orient.core.command | |
com.orientechnologies.orient.core.command.script | |
com.orientechnologies.orient.core.config | |
com.orientechnologies.orient.core.db.record.ridbag | |
com.orientechnologies.orient.core.exception | |
com.orientechnologies.orient.core.record.impl | |
com.orientechnologies.orient.core.serialization | |
com.orientechnologies.orient.core.serialization.serializer.record.binary | |
com.orientechnologies.orient.core.serialization.serializer.string | |
com.orientechnologies.orient.core.sql.query | |
com.orientechnologies.orient.core.storage |
Contains the Storage interface and the basic implementations.
|
com.orientechnologies.orient.core.storage.config | |
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 | Method and Description |
---|---|
OCommandRequestText |
OCommandRequestTextAbstract.fromStream(byte[] iStream,
ORecordSerializer serializer) |
byte[] |
OCommandRequestTextAbstract.toStream() |
Modifier and Type | Method and Description |
---|---|
OCommandRequestText |
OCommandScript.fromStream(byte[] iStream,
ORecordSerializer serializer) |
byte[] |
OCommandScript.toStream() |
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. |
OStorageConfigurationImpl |
OStorageConfigurationImpl.load(OContextConfiguration configuration)
This method load the record information by the internal cluster segment.
|
byte[] |
OStorageConfigurationImpl.toStream()
Deprecated.
because method uses native encoding use
OStorageConfigurationImpl.toStream(Charset) instead. |
byte[] |
OStorageConfigurationImpl.toStream(Charset charset) |
byte[] |
OStorageConfigurationImpl.toStream(int iNetworkVersion,
Charset charset)
Added version used for managed Network Versioning.
|
void |
OStorageConfigurationImpl.update() |
Modifier and Type | Method and Description |
---|---|
OStringBuilderSerializable |
ORidBag.fromStream(StringBuilder input) |
int |
ORidBag.toStream(BytesContainer bytesContainer) |
OStringBuilderSerializable |
ORidBag.toStream(StringBuilder output) |
Constructor and Description |
---|
OSerializationException(OSerializationException exception) |
Modifier and Type | Method and Description |
---|---|
OSerializableStream |
OVertexDelegate.fromStream(byte[] iStream) |
OSerializableStream |
OEdgeDelegate.fromStream(byte[] iStream) |
byte[] |
OVertexDelegate.toStream() |
byte[] |
OEdgeDelegate.toStream() |
Modifier and Type | Method and Description |
---|---|
OSerializableStream |
OSerializableStream.fromStream(byte[] iStream)
Unmarshalls the object.
|
byte[] |
OSerializableStream.toStream()
Marshalls the object.
|
Modifier and Type | Method and Description |
---|---|
OSerializableStream |
OSerializableWrapper.fromStream(byte[] iStream) |
byte[] |
OSerializableWrapper.toStream() |
Modifier and Type | Method and Description |
---|---|
OStringBuilderSerializable |
OStringBuilderSerializable.fromStream(StringBuilder iInput) |
OStringBuilderSerializable |
OStringBuilderSerializable.toStream(StringBuilder iOutput) |
Modifier and Type | Method and Description |
---|---|
OCommandRequestText |
OSQLQuery.fromStream(byte[] iStream,
ORecordSerializer serializer) |
byte[] |
OSQLQuery.toStream() |
Modifier and Type | Method and Description |
---|---|
OSerializableStream |
OPhysicalPosition.fromStream(byte[] iStream) |
byte[] |
OPhysicalPosition.toStream() |
Modifier and Type | Method and Description |
---|---|
void |
OClusterBasedStorageConfiguration.load(OContextConfiguration configuration) |
byte[] |
OClusterBasedStorageConfiguration.toStream(int iNetworkVersion,
Charset charset)
Added version used for managed Network Versioning.
|
Modifier and Type | Method and Description |
---|---|
OStorageConfigurationImpl |
OStorageConfigurationSegment.load(OContextConfiguration configuration) |
void |
OStorageConfigurationSegment.update() |
Modifier and Type | Method and Description |
---|---|
OStorageConfigurationImpl |
OStorageMemoryConfiguration.load(OContextConfiguration configuration) |
void |
OStorageMemoryConfiguration.update() |
Modifier and Type | Method and Description |
---|---|
OSerializableStream |
OrientElement.fromStream(byte[] stream)
(Blueprints Extension) Fills the Element from a byte[]
|
byte[] |
OrientElement.toStream()
(Blueprints Extension) Serializes the Element as byte[]
|
Copyright © 2009–2020 OrientDB. All rights reserved.