Uses of Interface
org.eclipse.emf.cdo.common.revision.CDORevisionKey
Package
Description
Common concepts for dealing with commits and change sets.
Common concepts for dealing with protocols and CDO-specific I/O.
Common concepts for dealing with revisions and revision lists.
Common concepts for dealing with revision deltas and feature deltas.
Common service provider interfaces and useful base implementations for dealing with commits and change sets.
Common base implementations for dealing with I/O of CDO data structures.
Common service provider interfaces and useful base implementations for dealing with revisions and deltas.
Server service provider interfaces and useful base implementations.
Client utility classes, some common interfaces and exceptions.
Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets.
Client service provider interfaces and useful base implementations.
-
Uses of CDORevisionKey in org.eclipse.emf.cdo.common.commit
Modifier and TypeMethodDescriptionCDOChangeSetData.getChangedObjects()
Returns a list of revision keys denoting which (original) revisions have been changed in the context of a commit operation. -
Uses of CDORevisionKey in org.eclipse.emf.cdo.common.protocol
Modifier and TypeMethodDescriptionvoid
CDODataOutput.writeCDORevisionKey
(CDORevisionKey revisionKey) -
Uses of CDORevisionKey in org.eclipse.emf.cdo.common.revision
Modifier and TypeInterfaceDescriptioninterface
static interface
Anevent
fired from arevision cache
forrevisions
that are evicted because they are no longer strongly referenced when free memory runs low.Modifier and TypeMethodDescriptionstatic CDORevisionKey
CDORevisionUtil.copyRevisionKey
(CDORevisionKey source) static CDORevisionKey
CDORevisionUtil.createRevisionKey
(CDOID id, CDOBranch branch, int version) static CDORevisionKey
CDORevisionUtil.parseRevisionKey
(String source, CDOBranchManager branchManager) Modifier and TypeMethodDescriptionint
CDORevisionUtil.CDORevisionComparator.compare
(CDORevisionKey rev1, CDORevisionKey rev2) static CDORevisionKey
CDORevisionUtil.copyRevisionKey
(CDORevisionKey source) static String
CDORevisionUtil.formatRevisionKey
(CDORevisionKey key) -
Uses of CDORevisionKey in org.eclipse.emf.cdo.common.revision.delta
Modifier and TypeInterfaceDescriptioninterface
Represents the change delta between tworevisions
of a CDO object. -
Uses of CDORevisionKey in org.eclipse.emf.cdo.spi.common.commit
Modifier and TypeMethodDescriptionvoid
CDORevisionAvailabilityInfo.addRevision
(CDORevisionKey key) -
Uses of CDORevisionKey in org.eclipse.emf.cdo.spi.common.protocol
Modifier and TypeMethodDescriptionvoid
CDODataOutputImpl.writeCDORevisionKey
(CDORevisionKey revisionKey) -
Uses of CDORevisionKey in org.eclipse.emf.cdo.spi.common.revision
Modifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...interface
If the meaning of this type isn't clear, there really should be more of a description here...Modifier and TypeClassDescriptionclass
If the meaning of this type isn't clear, there really should be more of a description here...class
If the meaning of this type isn't clear, there really should be more of a description here...class
If the meaning of this type isn't clear, there really should be more of a description here...class
If the meaning of this type isn't clear, there really should be more of a description here...class
class
If the meaning of this type isn't clear, there really should be more of a description here...class
A synthetic revision that represents the initial period of an object in abranch
when the object is still associated with a revision from one of the baseline branches. -
Uses of CDORevisionKey in org.eclipse.emf.cdo.spi.server
Modifier and TypeMethodDescriptionInternalRepository.lock
(InternalView view, org.eclipse.net4j.util.concurrent.IRWLockManager.LockType type, List<CDORevisionKey> keys, boolean recursive, long timeout) -
Uses of CDORevisionKey in org.eclipse.emf.cdo.util
-
Uses of CDORevisionKey in org.eclipse.emf.cdo.view
Modifier and TypeMethodDescriptionvoid
CDOInvalidationPolicy.handleInvalidation
(CDOObject object, CDORevisionKey key) -
Uses of CDORevisionKey in org.eclipse.emf.spi.cdo
Modifier and TypeMethodDescriptionvoid
CDOSessionProtocol.RefreshSessionResult.addDetachedObject
(CDORevisionKey revision) Modifier and TypeMethodDescriptionCDOSessionProtocol.delegateLockObjects
(String lockAreaID, List<CDORevisionKey> revisionKeys, CDOBranch viewedBranch, org.eclipse.net4j.util.concurrent.IRWLockManager.LockType lockType, boolean recursive, long timeout) void
InternalCDOView.invalidate
(CDOBranch branch, long lastUpdateTime, List<CDORevisionKey> allChangedObjects, List<CDOIDAndVersion> allDetachedObjects, Map<CDOID, InternalCDORevision> oldRevisions, boolean async) Deprecated.As of 4.2.void
InternalCDOView.invalidate
(CDOBranch branch, long lastUpdateTime, List<CDORevisionKey> allChangedObjects, List<CDOIDAndVersion> allDetachedObjects, Map<CDOID, InternalCDORevision> oldRevisions, boolean async, boolean clearResourcePathCache) Deprecated.As of 4.6.CDOSessionProtocol.lockObjects2
(List<CDORevisionKey> revisionKeys, int viewID, CDOBranch viewedBranch, org.eclipse.net4j.util.concurrent.IRWLockManager.LockType lockType, boolean recursive, long timeout) void
InternalCDOView.ViewInvalidationData.setAllChangedObjects
(List<CDORevisionKey> allChangedObjects) ModifierConstructorDescriptionLockObjectsResult
(boolean successful, boolean timedOut, boolean waitForUpdate, long requiredTimestamp, CDORevisionKey[] staleRevisions) Deprecated.LockObjectsResult
(boolean successful, boolean timedOut, boolean waitForUpdate, long requiredTimestamp, CDORevisionKey[] staleRevisions, List<CDOLockDelta> lockDeltas, List<CDOLockState> lockStates, long timestamp) LockObjectsResult
(boolean successful, boolean timedOut, boolean waitForUpdate, long requiredTimestamp, CDORevisionKey[] staleRevisions, CDOLockState[] newLockStates, long timestamp) Deprecated.