Class CDOCommitInfoUtil
java.lang.Object
org.eclipse.emf.cdo.spi.common.commit.CDOCommitInfoUtil
If the meaning of this type isn't clear, there really should be more of a description here...
- Since:
- 3.0
- Author:
- Eike Stepper
-
Method Summary
Modifier and TypeMethodDescriptionstatic CDOCommitData
createCommitData
(List<CDOPackageUnit> newPackageUnits, List<CDOIDAndVersion> newObjects, List<CDORevisionKey> changedObjects, List<CDOIDAndVersion> detachedObjects) static InternalCDOCommitInfoManager
static InternalCDOCommitInfoManager
createCommitInfoManager
(boolean caching) static int
decodeCount
(long timeStamp) static void
dump
(PrintStream out, CDOChangeSetData changeSetData) static long
encodeCount
(int count)
-
Method Details
-
createCommitInfoManager
- Since:
- 4.2
-
createCommitInfoManager
-
createCommitData
public static CDOCommitData createCommitData(List<CDOPackageUnit> newPackageUnits, List<CDOIDAndVersion> newObjects, List<CDORevisionKey> changedObjects, List<CDOIDAndVersion> detachedObjects) - Since:
- 4.2
-
encodeCount
public static long encodeCount(int count) - Since:
- 4.2
-
decodeCount
public static int decodeCount(long timeStamp) - Since:
- 4.2
-
dump
- Since:
- 4.0
-