Package org.eclipse.emf.cdo.server.ocl
Class CDOExtentCreator.Lazy
java.lang.Object
org.eclipse.emf.cdo.server.ocl.CDOExtentCreator
org.eclipse.emf.cdo.server.ocl.CDOExtentCreator.Lazy
- All Implemented Interfaces:
OCLExtentCreator
- Enclosing class:
- CDOExtentCreator
An
extent creator
that creates extent sets which support a lazy populating iterator.- Author:
- Eike Stepper
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.emf.cdo.server.ocl.CDOExtentCreator
CDOExtentCreator.Lazy
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateExtent
(EClass eClass, IStoreAccessor accessor, CDOBranch branch, long timeStamp, AtomicBoolean canceled) Methods inherited from class org.eclipse.emf.cdo.server.ocl.CDOExtentCreator
createExtent, createExtent, getChangeSetData, getEObject, getRevisionCacheAdder, getRevisionInterner, getView, handleRevisions, isDetached, setChangeSetData, setRevisionCacheAdder, setRevisionInterner
-
Constructor Details
-
Lazy
-
-
Method Details
-
createExtent
protected Set<EObject> createExtent(EClass eClass, IStoreAccessor accessor, CDOBranch branch, long timeStamp, AtomicBoolean canceled) - Overrides:
createExtent
in classCDOExtentCreator
-