|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A simple in-memory store
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.server.IStore |
---|
IStore.CanHandleClientAssignedIDs, IStore.ChangeFormat, IStore.RevisionParallelism, IStore.RevisionTemporality |
Field Summary | |
---|---|
static int |
UNLIMITED
|
Method Summary | |
---|---|
int |
getListLimit()
Returns the number of revisions per CDOID that are stored. |
EClass |
getObjectType(CDOID id)
|
void |
setListLimit(int listLimit)
Limits the number of revisions per CDOID to the given value. |
Methods inherited from interface org.eclipse.emf.cdo.common.revision.CDOAllRevisionsProvider |
---|
getAllRevisions |
Field Detail |
---|
static final int UNLIMITED
Method Detail |
---|
int getListLimit()
revisions
per CDOID
that are stored.
void setListLimit(int listLimit)
revisions
per CDOID
to the given value.
A value of 2, for example, stores the current and the immediately preceding revisions whereas older revisions are
dropped from thids store. A value of 1 only stores the current revisions. A value of UNLIMITED
does not
limit the number of revisions to be stored for any id.
The list limit can be set and enforced at any time before or after the activation
of this store.
EClass getObjectType(CDOID id)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |