Uses of Interface
org.eclipse.emf.cdo.common.branch.CDOBranchVersion
Package
Description
Common concepts for dealing with branches.
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.
Server concepts for dealing with repositories and stores.
Common service provider interfaces and useful base implementations for dealing with branches.
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.
-
Uses of CDOBranchVersion in org.eclipse.emf.cdo.common.branch
Modifier and TypeMethodDescriptionCDOBranch.getVersion
(int version) Returns the branch version in this branch with the given version number. -
Uses of CDOBranchVersion in org.eclipse.emf.cdo.common.protocol
Modifier and TypeMethodDescriptionvoid
CDODataOutput.writeCDOBranchVersion
(CDOBranchVersion branchVersion) -
Uses of CDOBranchVersion in org.eclipse.emf.cdo.common.revision
Modifier and TypeInterfaceDescriptioninterface
An entity that has a defined lifetime (creation plus revision) and a version in abranch
.interface
static interface
Anevent
fired from arevision cache
forrevisions
that are evicted because they are no longer strongly referenced when free memory runs low.interface
Modifier and TypeMethodDescriptionboolean
CDORevisionManager.containsRevisionByVersion
(CDOID id, CDOBranchVersion branchVersion) Returnstrue
if therevision cache
contains arevision
with the givenID
at the givenbranch version
(branch + version),false
otherwise.CDORevisionCache.getRevisionByVersion
(CDOID id, CDOBranchVersion branchVersion) CDORevisionManager.getRevisionByVersion
(CDOID id, CDOBranchVersion branchVersion, int referenceChunk, boolean loadOnDemand) Returns therevision
with the givenID
at the givenbranch version
(branch + version), optionally demand loading it if it is not already in thecache
. -
Uses of CDOBranchVersion in org.eclipse.emf.cdo.common.revision.delta
Modifier and TypeInterfaceDescriptioninterface
Represents the change delta between tworevisions
of a CDO object. -
Uses of CDOBranchVersion in org.eclipse.emf.cdo.server
Modifier and TypeMethodDescriptionIStoreAccessor.readRevisionByVersion
(CDOID id, CDOBranchVersion branchVersion, int listChunk, CDORevisionCacheAdder cache) Reads a revision with the given version in the given branch from the back-end. -
Uses of CDOBranchVersion in org.eclipse.emf.cdo.spi.common.branch
Modifier and TypeMethodDescriptionstatic CDOBranchVersion
CDOBranchUtil.copyBranchVersion
(CDOBranchVersion source) Modifier and TypeMethodDescriptionstatic CDOBranchVersion
CDOBranchUtil.copyBranchVersion
(CDOBranchVersion source) -
Uses of CDOBranchVersion in org.eclipse.emf.cdo.spi.common.protocol
Modifier and TypeMethodDescriptionvoid
CDODataOutputImpl.writeCDOBranchVersion
(CDOBranchVersion branchVersion) -
Uses of CDOBranchVersion 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.Modifier and TypeMethodDescriptionRevisionInfo.Available.getAvailableBranchVersion()
PointerCDORevision.getTarget()
RevisionInfo.Available.Pointer.getTargetBranchVersion()
Modifier and TypeMethodDescriptionboolean
DelegatingCDORevisionManager.containsRevisionByVersion
(CDOID id, CDOBranchVersion branchVersion) DelegatingCDORevisionManager.getRevisionByVersion
(CDOID id, CDOBranchVersion branchVersion, int referenceChunk, boolean loadOnDemand) InternalCDORevisionManager.getRevisionByVersion
(CDOID id, CDOBranchVersion branchVersion, int referenceChunk, boolean loadOnDemand) InternalCDORevisionManager.RevisionLoader.loadRevisionByVersion
(CDOID id, CDOBranchVersion branchVersion, int referenceChunk) InternalCDORevisionCache.removeRevision
(CDOID id, CDOBranchVersion branchVersion) void
DelegatingCDORevisionManager.reviseVersion
(CDOID id, CDOBranchVersion branchVersion, long timeStamp) void
InternalCDORevisionManager.reviseVersion
(CDOID id, CDOBranchVersion branchVersion, long timeStamp) ModifierConstructorDescriptionprotected
Available
(CDOID id, CDOBranchPoint requestedBranchPoint, CDOBranchVersion availableBranchVersion) Detached
(CDOID id, CDOBranchPoint requestedBranchPoint, CDOBranchVersion availableBranchVersion) Normal
(CDOID id, CDOBranchPoint requestedBranchPoint, CDOBranchVersion availableBranchVersion) Pointer
(CDOID id, CDOBranchPoint requestedBranchPoint, CDOBranchVersion availableBranchVersion, CDOBranchVersion targetBranchVersion) PointerCDORevision
(EClass eClass, CDOID id, CDOBranch branch, long revised, CDOBranchVersion target) -
Uses of CDOBranchVersion in org.eclipse.emf.cdo.spi.server
Modifier and TypeMethodDescriptionvoid
InternalCommitContext.setDetachedObjectVersions
(CDOBranchVersion[] detachedObjectVersions)