|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A strategy that specifies which list elememts must be present (loaded) in a CDOID
list of a
revision
when a certain list index is accessed. Implementations of this interface can control the
exact characteristics of a certain partial collection loading strategy.
Method Summary | |
---|---|
int |
getInitialChunkSize()
Returns the maximum number of CDOIDs to be loaded for collections when the owning object is loaded initially, i.e. |
int |
getResolveChunkSize()
Returns the maximum number of CDOIDs to be loaded for collections when the owning object is already loaded but the actually accessed element is still a proxy . |
CDOSession |
getSession()
|
void |
setSession(CDOSession session)
|
Methods inherited from interface org.eclipse.emf.cdo.common.revision.CDOListResolver |
---|
resolveAllProxies, resolveProxy |
Method Detail |
---|
CDOSession getSession()
void setSession(CDOSession session)
int getInitialChunkSize()
proxys
.
int getResolveChunkSize()
proxy
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |