Uses of Class
org.eclipse.emf.cdo.spi.common.commit.CDOChangeSetSegment
Packages that use CDOChangeSetSegment
Package
Description
Server concepts for dealing with repositories and stores.
Server concepts for dealing with mapping strategies and mappings for classes, lists and types.
Common service provider interfaces and useful base implementations for dealing with commits and change sets.
-
Uses of CDOChangeSetSegment in org.eclipse.emf.cdo.server
Methods in org.eclipse.emf.cdo.server with parameters of type CDOChangeSetSegmentModifier and TypeMethodDescriptionIStoreAccessor.readChangeSet
(org.eclipse.net4j.util.om.monitor.OMMonitor monitor, CDOChangeSetSegment... segments) Returns a set of CDOIDs that have at least one revision in any of the passed branches and time ranges. -
Uses of CDOChangeSetSegment in org.eclipse.emf.cdo.server.db.mapping
Methods in org.eclipse.emf.cdo.server.db.mapping with parameters of type CDOChangeSetSegmentModifier and TypeMethodDescriptionIClassMapping.readChangeSet
(IDBStoreAccessor accessor, CDOChangeSetSegment[] segments) Returns a set of CDOIDs that have at least one revision in any of the passed branches and time ranges.IMappingStrategy.readChangeSet
(IDBStoreAccessor accessor, org.eclipse.net4j.util.om.monitor.OMMonitor monitor, CDOChangeSetSegment[] segments) Returns a set of CDOIDs that have at least one revision in any of the passed branches and time ranges. -
Uses of CDOChangeSetSegment in org.eclipse.emf.cdo.spi.common.commit
Methods in org.eclipse.emf.cdo.spi.common.commit that return CDOChangeSetSegmentModifier and TypeMethodDescriptionstatic CDOChangeSetSegment[]
CDOChangeSetSegment.createFrom
(long startTime, CDOBranchPoint endPoint) static CDOChangeSetSegment[]
CDOChangeSetSegment.createFrom
(CDOBranchPoint startPoint, CDOBranchPoint endPoint) Methods in org.eclipse.emf.cdo.spi.common.commit with parameters of type CDOChangeSetSegmentModifier and TypeMethodDescriptionstatic boolean
CDOChangeSetSegment.contains
(CDOChangeSetSegment[] segments, CDOBranchPoint branchPoint) boolean
CDOChangeSetSegment.Handler.handleSegment
(CDOChangeSetSegment segment)