| Modifier and Type | Method and Description |
|---|---|
int |
OSBTreeBonsaiRemote.getRealBagSize(Map<K,Change> changes) |
| Modifier and Type | Method and Description |
|---|---|
Map<OIdentifiable,Change> |
OSBTGetRealBagSizeRequest.getChanges() |
| Constructor and Description |
|---|
OSBTGetRealBagSizeRequest(OBinarySerializer<OIdentifiable> keySerializer,
OBonsaiCollectionPointer collectionPointer,
Map<OIdentifiable,Change> changes) |
| Modifier and Type | Method and Description |
|---|---|
NavigableMap<OIdentifiable,Change> |
ORidBagDelegate.getChanges() |
NavigableMap<OIdentifiable,Change> |
ORidBag.getChanges() |
| Constructor and Description |
|---|
ORidBag(OBonsaiCollectionPointer pointer,
Map<OIdentifiable,Change> changes,
UUID uuid) |
| Modifier and Type | Method and Description |
|---|---|
NavigableMap<OIdentifiable,Change> |
OEmbeddedRidBag.getChanges() |
| Constructor and Description |
|---|
ORidBagUpdateSerializationOperation(NavigableMap<OIdentifiable,Change> changedValues,
OBonsaiCollectionPointer collectionPointer) |
| Modifier and Type | Method and Description |
|---|---|
int |
OSBTreeBonsai.getRealBagSize(Map<K,Change> changes)
Hardcoded method for Bag to avoid creation of extra layer.
|
int |
OSBTreeBonsaiLocal.getRealBagSize(Map<K,Change> changes) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbsoluteChange |
class |
DiffChange |
| Modifier and Type | Method and Description |
|---|---|
static Change |
ChangeSerializationHelper.createChangeInstance(byte type,
int value) |
Change |
ChangeSerializationHelper.deserializeChange(byte[] stream,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
Map<OIdentifiable,Change> |
ChangeSerializationHelper.deserializeChanges(byte[] stream,
int offset) |
NavigableMap<OIdentifiable,Change> |
OSBTreeRidBag.getChanges() |
| Modifier and Type | Method and Description |
|---|---|
<K extends OIdentifiable> |
ChangeSerializationHelper.serializeChanges(Map<K,Change> changes,
OBinarySerializer<K> keySerializer,
byte[] stream,
int offset) |
| Constructor and Description |
|---|
OSBTreeRidBag(OBonsaiCollectionPointer pointer,
Map<OIdentifiable,Change> changes) |
Copyright © 2009–2025 OrientDB. All rights reserved.