Uses of Interface
com.orientechnologies.orient.core.storage.ridbag.sbtree.Change
Packages that use Change
Package
Description
-
Uses of Change in com.orientechnologies.orient.client.remote.message
Methods in com.orientechnologies.orient.client.remote.message that return types with arguments of type ChangeConstructor parameters in com.orientechnologies.orient.client.remote.message with type arguments of type ChangeModifierConstructorDescriptionOSBTGetRealBagSizeRequest(OBinarySerializer<OIdentifiable> keySerializer, OBonsaiCollectionPointer collectionPointer, Map<OIdentifiable, Change> changes) -
Uses of Change in com.orientechnologies.orient.core.db.record.ridbag
Methods in com.orientechnologies.orient.core.db.record.ridbag that return types with arguments of type ChangeConstructor parameters in com.orientechnologies.orient.core.db.record.ridbag with type arguments of type ChangeModifierConstructorDescriptionORidBag(OBonsaiCollectionPointer pointer, Map<OIdentifiable, Change> changes, UUID uuid) -
Uses of Change in com.orientechnologies.orient.core.db.record.ridbag.embedded
Methods in com.orientechnologies.orient.core.db.record.ridbag.embedded that return types with arguments of type Change -
Uses of Change in com.orientechnologies.orient.core.storage.impl.local.paginated
Constructor parameters in com.orientechnologies.orient.core.storage.impl.local.paginated with type arguments of type ChangeModifierConstructorDescriptionORidBagUpdateSerializationOperation(NavigableMap<OIdentifiable, Change> changedValues, OBonsaiCollectionPointer collectionPointer) -
Uses of Change in com.orientechnologies.orient.core.storage.index.sbtreebonsai.global
Method parameters in com.orientechnologies.orient.core.storage.index.sbtreebonsai.global with type arguments of type ChangeModifier and TypeMethodDescriptionintBTreeBonsaiGlobal.getRealBagSize(Map<OIdentifiable, Change> changes) -
Uses of Change in com.orientechnologies.orient.core.storage.index.sbtreebonsai.local
Method parameters in com.orientechnologies.orient.core.storage.index.sbtreebonsai.local with type arguments of type ChangeModifier and TypeMethodDescriptionintOSBTreeBonsai.getRealBagSize(Map<K, Change> changes) Hardcoded method for Bag to avoid creation of extra layer.intOSBTreeBonsaiLocal.getRealBagSize(Map<K, Change> changes) -
Uses of Change in com.orientechnologies.orient.core.storage.ridbag
Methods in com.orientechnologies.orient.core.storage.ridbag that return types with arguments of type Change -
Uses of Change in com.orientechnologies.orient.core.storage.ridbag.sbtree
Classes in com.orientechnologies.orient.core.storage.ridbag.sbtree that implement ChangeMethods in com.orientechnologies.orient.core.storage.ridbag.sbtree that return ChangeModifier and TypeMethodDescriptionstatic ChangeChangeSerializationHelper.createChangeInstance(byte type, int value) ChangeSerializationHelper.deserializeChange(byte[] stream, int offset) Methods in com.orientechnologies.orient.core.storage.ridbag.sbtree that return types with arguments of type ChangeModifier and TypeMethodDescriptionChangeSerializationHelper.deserializeChanges(byte[] stream, int offset) OSBTreeRidBag.getChanges()Method parameters in com.orientechnologies.orient.core.storage.ridbag.sbtree with type arguments of type ChangeModifier and TypeMethodDescription<K extends OIdentifiable>
voidChangeSerializationHelper.serializeChanges(Map<K, Change> changes, OBinarySerializer<K> keySerializer, byte[] stream, int offset) Constructor parameters in com.orientechnologies.orient.core.storage.ridbag.sbtree with type arguments of type ChangeModifierConstructorDescriptionOSBTreeRidBag(OBonsaiCollectionPointer pointer, Map<OIdentifiable, Change> changes)