| Modifier and Type | Method and Description |
|---|---|
Character |
OCharSerializer.deserializeFromByteBufferObject(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Converts binary presentation of object to object instance taking in account changes which are done inside of atomic operation
OAtomicOperation. |
Date |
ODateSerializer.deserializeFromByteBufferObject(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Converts binary presentation of object to object instance taking in account changes which are done inside of atomic operation
OAtomicOperation. |
Date |
ODateTimeSerializer.deserializeFromByteBufferObject(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Converts binary presentation of object to object instance taking in account changes which are done inside of atomic operation
OAtomicOperation. |
Double |
ODoubleSerializer.deserializeFromByteBufferObject(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Converts binary presentation of object to object instance taking in account changes which are done inside of atomic operation
OAtomicOperation. |
Float |
OFloatSerializer.deserializeFromByteBufferObject(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Converts binary presentation of object to object instance taking in account changes which are done inside of atomic operation
OAtomicOperation. |
Boolean |
OBooleanSerializer.deserializeFromByteBufferObject(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Converts binary presentation of object to object instance taking in account changes which are done inside of atomic operation
OAtomicOperation. |
BigDecimal |
ODecimalSerializer.deserializeFromByteBufferObject(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Converts binary presentation of object to object instance taking in account changes which are done inside of atomic operation
OAtomicOperation. |
UUID |
OUUIDSerializer.deserializeFromByteBufferObject(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Converts binary presentation of object to object instance taking in account changes which are done inside of atomic operation
OAtomicOperation. |
String |
OUTF8Serializer.deserializeFromByteBufferObject(ByteBuffer buffer,
OWALChanges walChanges,
int offset) |
Long |
OLongSerializer.deserializeFromByteBufferObject(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Converts binary presentation of object to object instance taking in account changes which are done inside of atomic operation
OAtomicOperation. |
T |
OBinarySerializer.deserializeFromByteBufferObject(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Converts binary presentation of object to object instance taking in account changes which are done inside of atomic operation
OAtomicOperation. |
Byte |
OByteSerializer.deserializeFromByteBufferObject(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Converts binary presentation of object to object instance taking in account changes which are done inside of atomic operation
OAtomicOperation. |
Object |
ONullSerializer.deserializeFromByteBufferObject(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Converts binary presentation of object to object instance taking in account changes which are done inside of atomic operation
OAtomicOperation. |
Integer |
OIntegerSerializer.deserializeFromByteBufferObject(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Converts binary presentation of object to object instance taking in account changes which are done inside of atomic operation
OAtomicOperation. |
String |
OStringSerializer.deserializeFromByteBufferObject(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Converts binary presentation of object to object instance taking in account changes which are done inside of atomic operation
OAtomicOperation. |
Short |
OShortSerializer.deserializeFromByteBufferObject(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Converts binary presentation of object to object instance taking in account changes which are done inside of atomic operation
OAtomicOperation. |
byte[] |
OBinaryTypeSerializer.deserializeFromByteBufferObject(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Converts binary presentation of object to object instance taking in account changes which are done inside of atomic operation
OAtomicOperation. |
int |
OCharSerializer.getObjectSizeInByteBuffer(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Returns amount of bytes which is consumed by object which is already serialized in buffer taking in account
changes which are done inside of atomic operation
OAtomicOperation. |
int |
ODateSerializer.getObjectSizeInByteBuffer(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Returns amount of bytes which is consumed by object which is already serialized in buffer taking in account
changes which are done inside of atomic operation
OAtomicOperation. |
int |
ODateTimeSerializer.getObjectSizeInByteBuffer(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Returns amount of bytes which is consumed by object which is already serialized in buffer taking in account
changes which are done inside of atomic operation
OAtomicOperation. |
int |
ODoubleSerializer.getObjectSizeInByteBuffer(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Returns amount of bytes which is consumed by object which is already serialized in buffer taking in account
changes which are done inside of atomic operation
OAtomicOperation. |
int |
OFloatSerializer.getObjectSizeInByteBuffer(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Returns amount of bytes which is consumed by object which is already serialized in buffer taking in account
changes which are done inside of atomic operation
OAtomicOperation. |
int |
OBooleanSerializer.getObjectSizeInByteBuffer(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Returns amount of bytes which is consumed by object which is already serialized in buffer taking in account
changes which are done inside of atomic operation
OAtomicOperation. |
int |
ODecimalSerializer.getObjectSizeInByteBuffer(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Returns amount of bytes which is consumed by object which is already serialized in buffer taking in account
changes which are done inside of atomic operation
OAtomicOperation. |
int |
OUUIDSerializer.getObjectSizeInByteBuffer(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Returns amount of bytes which is consumed by object which is already serialized in buffer taking in account
changes which are done inside of atomic operation
OAtomicOperation. |
int |
OUTF8Serializer.getObjectSizeInByteBuffer(ByteBuffer buffer,
OWALChanges walChanges,
int offset) |
int |
OLongSerializer.getObjectSizeInByteBuffer(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Returns amount of bytes which is consumed by object which is already serialized in buffer taking in account
changes which are done inside of atomic operation
OAtomicOperation. |
int |
OBinarySerializer.getObjectSizeInByteBuffer(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Returns amount of bytes which is consumed by object which is already serialized in buffer taking in account
changes which are done inside of atomic operation
OAtomicOperation. |
int |
OByteSerializer.getObjectSizeInByteBuffer(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Returns amount of bytes which is consumed by object which is already serialized in buffer taking in account
changes which are done inside of atomic operation
OAtomicOperation. |
int |
ONullSerializer.getObjectSizeInByteBuffer(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Returns amount of bytes which is consumed by object which is already serialized in buffer taking in account
changes which are done inside of atomic operation
OAtomicOperation. |
int |
OIntegerSerializer.getObjectSizeInByteBuffer(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Returns amount of bytes which is consumed by object which is already serialized in buffer taking in account
changes which are done inside of atomic operation
OAtomicOperation. |
int |
OStringSerializer.getObjectSizeInByteBuffer(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Returns amount of bytes which is consumed by object which is already serialized in buffer taking in account
changes which are done inside of atomic operation
OAtomicOperation. |
int |
OShortSerializer.getObjectSizeInByteBuffer(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Returns amount of bytes which is consumed by object which is already serialized in buffer taking in account
changes which are done inside of atomic operation
OAtomicOperation. |
int |
OBinaryTypeSerializer.getObjectSizeInByteBuffer(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Returns amount of bytes which is consumed by object which is already serialized in buffer taking in account
changes which are done inside of atomic operation
OAtomicOperation. |
| Modifier and Type | Method and Description |
|---|---|
OIdentifiable |
OCompactedLinkSerializer.deserializeFromByteBufferObject(ByteBuffer buffer,
OWALChanges walChanges,
int offset) |
OIdentifiable |
OLinkSerializer.deserializeFromByteBufferObject(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Converts binary presentation of object to object instance taking in account changes which are done inside of atomic operation
OAtomicOperation. |
int |
OCompactedLinkSerializer.getObjectSizeInByteBuffer(ByteBuffer buffer,
OWALChanges walChanges,
int offset) |
int |
OLinkSerializer.getObjectSizeInByteBuffer(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Returns amount of bytes which is consumed by object which is already serialized in buffer taking in account
changes which are done inside of atomic operation
OAtomicOperation. |
| Modifier and Type | Method and Description |
|---|---|
T |
OSimpleKeySerializer.deserializeFromByteBufferObject(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Converts binary presentation of object to object instance taking in account changes which are done inside of atomic operation
OAtomicOperation. |
OCompositeKey |
OCompositeKeySerializer.deserializeFromByteBufferObject(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Converts binary presentation of object to object instance taking in account changes which are done inside of atomic operation
OAtomicOperation. |
int |
OSimpleKeySerializer.getObjectSizeInByteBuffer(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Returns amount of bytes which is consumed by object which is already serialized in buffer taking in account
changes which are done inside of atomic operation
OAtomicOperation. |
int |
OCompositeKeySerializer.getObjectSizeInByteBuffer(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Returns amount of bytes which is consumed by object which is already serialized in buffer taking in account
changes which are done inside of atomic operation
OAtomicOperation. |
| Modifier and Type | Method and Description |
|---|---|
OIndexRIDContainer |
OStreamSerializerSBTreeIndexRIDContainer.deserializeFromByteBufferObject(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Converts binary presentation of object to object instance taking in account changes which are done inside of atomic operation
OAtomicOperation. |
OMixedIndexRIDContainer |
OMixedIndexRIDContainerSerializer.deserializeFromByteBufferObject(ByteBuffer buffer,
OWALChanges walChanges,
int offset) |
OIdentifiable |
OStreamSerializerRID.deserializeFromByteBufferObject(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Converts binary presentation of object to object instance taking in account changes which are done inside of atomic operation
OAtomicOperation. |
int |
OStreamSerializerSBTreeIndexRIDContainer.getObjectSizeInByteBuffer(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Returns amount of bytes which is consumed by object which is already serialized in buffer taking in account
changes which are done inside of atomic operation
OAtomicOperation. |
int |
OMixedIndexRIDContainerSerializer.getObjectSizeInByteBuffer(ByteBuffer buffer,
OWALChanges walChanges,
int offset) |
int |
OStreamSerializerRID.getObjectSizeInByteBuffer(ByteBuffer buffer,
OWALChanges walChanges,
int offset)
Returns amount of bytes which is consumed by object which is already serialized in buffer taking in account
changes which are done inside of atomic operation
OAtomicOperation. |
| Modifier and Type | Method and Description |
|---|---|
OWALChanges |
OCacheEntry.getChanges() |
OWALChanges |
OCacheEntryImpl.getChanges() |
| Modifier and Type | Method and Description |
|---|---|
OWALChanges |
OCacheEntryChanges.getChanges() |
| Modifier and Type | Method and Description |
|---|---|
OWALChanges |
ODurablePage.getChanges() |
| Modifier and Type | Method and Description |
|---|---|
void |
ODurablePage.restoreChanges(OWALChanges changes) |
| Modifier and Type | Class and Description |
|---|---|
class |
OWALChangesTree |
class |
OWALPageChangesPortion |
| Modifier and Type | Method and Description |
|---|---|
OWALChanges |
OUpdatePageRecord.getChanges() |
| Constructor and Description |
|---|
OUpdatePageRecord(long pageIndex,
long fileId,
T operationUnitId,
OWALChanges changes) |
OUpdatePageRecordV1(long pageIndex,
long fileId,
OOperationUnitId operationUnitId,
OWALChanges changes) |
OUpdatePageRecordV2(long pageIndex,
long fileId,
Long operationUnitId,
OWALChanges changes) |
| Modifier and Type | Method and Description |
|---|---|
com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v2.MultiValueEntry |
MultiValueEntrySerializer.deserializeFromByteBufferObject(ByteBuffer buffer,
OWALChanges walChanges,
int offset) |
int |
MultiValueEntrySerializer.getObjectSizeInByteBuffer(ByteBuffer buffer,
OWALChanges walChanges,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
ODocument |
OLuceneMockSpatialSerializer.deserializeFromByteBufferObject(ByteBuffer buffer,
OWALChanges walChanges,
int offset) |
int |
OLuceneMockSpatialSerializer.getObjectSizeInByteBuffer(ByteBuffer buffer,
OWALChanges walChanges,
int offset) |
Copyright © 2009–2025 OrientDB. All rights reserved.