Class ORecordSaveThreadLocal
java.lang.Object
java.lang.ThreadLocal<ORecord>
com.orientechnologies.orient.core.serialization.serializer.record.ORecordSaveThreadLocal
Thread local to store last document to save. This is used by Auto Merge Conflict Strategy o get
he pending record (not visible at storage level).
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.ThreadLocal
get, initialValue, remove, set, withInitial
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ORecordSaveThreadLocal
public ORecordSaveThreadLocal()
-
-
Method Details
-
getLast
-
setLast
-
removeLast
public static void removeLast()
-