Klasse CDOChangeSetSegment
java.lang.Object
org.eclipse.emf.cdo.spi.common.commit.CDOChangeSetSegment
- Alle implementierten Schnittstellen:
CDOBranchPoint
,CDOBranchProvider
,CDOTimeProvider
If the meaning of this type isn't clear, there really should be more of a description here...
- Seit:
- 3.0
- Autor:
- Eike Stepper
- No Extend
- This class is not intended to be subclassed by clients.
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Von Schnittstelle geerbte Felder org.eclipse.emf.cdo.common.branch.CDOBranchPoint
INVALID_DATE, UNSPECIFIED_DATE
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
contains
(CDOBranchPoint branchPoint) static boolean
contains
(CDOChangeSetSegment[] segments, CDOBranchPoint branchPoint) static CDOChangeSetSegment[]
createFrom
(long startTime, CDOBranchPoint endPoint) static CDOChangeSetSegment[]
createFrom
(CDOBranchPoint startPoint, CDOBranchPoint endPoint) Returns the branch of this branch point, ornull
if this branch point is thebase
of themain branch
.long
long
Returns the time stamp of this branch point, or the fixed special time stampunspecified
if this branch point marks thehead
of a branch.static void
handleSegments
(long startTime, CDOBranchPoint endPoint, CDOChangeSetSegment.Handler handler) static void
handleSegments
(CDOBranchPoint startPoint, CDOBranchPoint endPoint, CDOChangeSetSegment.Handler handler) static void
handleSegments
(CDOBranchPoint endPoint, CDOChangeSetSegment.Handler handler) boolean
toString()
-
Konstruktordetails
-
CDOChangeSetSegment
-
-
Methodendetails
-
getBranch
Beschreibung aus Schnittstelle kopiert:CDOBranchPoint
Returns the branch of this branch point, ornull
if this branch point is thebase
of themain branch
.- Angegeben von:
getBranch
in SchnittstelleCDOBranchPoint
- Angegeben von:
getBranch
in SchnittstelleCDOBranchProvider
-
getTimeStamp
public long getTimeStamp()Beschreibung aus Schnittstelle kopiert:CDOBranchPoint
Returns the time stamp of this branch point, or the fixed special time stampunspecified
if this branch point marks thehead
of a branch.- Angegeben von:
getTimeStamp
in SchnittstelleCDOBranchPoint
- Angegeben von:
getTimeStamp
in SchnittstelleCDOTimeProvider
-
getEndTime
public long getEndTime() -
getEndPoint
-
isOpenEnded
public boolean isOpenEnded() -
contains
- Seit:
- 4.6
-
toString
-
handleSegments
Calls the givenhandler
for allsegments
from the givenendPoint
up to the repository creation point.- Seit:
- 4.6
-
handleSegments
public static void handleSegments(long startTime, CDOBranchPoint endPoint, CDOChangeSetSegment.Handler handler) - Seit:
- 4.6
-
handleSegments
public static void handleSegments(CDOBranchPoint startPoint, CDOBranchPoint endPoint, CDOChangeSetSegment.Handler handler) - Seit:
- 4.6
-
createFrom
- Seit:
- 4.6
-
createFrom
-
contains
- Seit:
- 4.6
-