Class OMultiValueChangeTimeLine<K,V>
java.lang.Object
com.orientechnologies.orient.core.db.record.OMultiValueChangeTimeLine<K,V>
- Type Parameters:
K- Value that uniquely identifies position of element inside collection.V- Value that is hold by collection.
Container that contains information about all operations that were performed on collection
starting from the time when it was loaded from DB.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCollectionChangeEvent(OMultiValueChangeEvent<K, V> changeEvent) Add new operation that was performed on collection to collection history.
-
Constructor Details
-
OMultiValueChangeTimeLine
public OMultiValueChangeTimeLine()
-
-
Method Details
-
getMultiValueChangeEvents
- Returns:
Listof all operations that were performed on collection starting from the time when it was loaded from DB.
-
addCollectionChangeEvent
Add new operation that was performed on collection to collection history.- Parameters:
changeEvent- Description of operation that was performed on collection.
-