Package org.eclipse.emf.cdo.server.mem
Schnittstelle IMEMStore
- Alle Superschnittstellen:
CDOAllRevisionsProvider
,IStore
,IStore.CanHandleClientAssignedIDs
- Alle bekannten Unterschnittstellen:
IMEMStore
public interface IMEMStore
extends IStore, CDOAllRevisionsProvider, IStore.CanHandleClientAssignedIDs
A simple in-memory
store
.- Seit:
- 4.0
- Autor:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.emf.cdo.server.IStore
IStore.CanHandleClientAssignedIDs, IStore.ChangeFormat, IStore.RevisionParallelism, IStore.RevisionTemporality
-
Feldübersicht
Felder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungint
getObjectType
(CDOID id) void
setListLimit
(int listLimit) Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.common.revision.CDOAllRevisionsProvider
getAllRevisions
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.server.IStore
createObjectID, getCreationTime, getIndicatingCommitDistributor, getLastBranchID, getLastCommitTime, getLastLocalBranchID, getLastNonLocalCommitTime, getObjectIDTypes, getPersistentProperties, getReader, getRepository, getRevisionParallelism, getRevisionTemporality, getSupportedChangeFormats, getSupportedRevisionParallelisms, getSupportedRevisionTemporalities, getType, getWriter, isFirstStart, removePersistentProperties, setPersistentProperties
-
Felddetails
-
UNLIMITED
static final int UNLIMITED- Siehe auch:
-
-
Methodendetails
-
getListLimit
int getListLimit() -
setListLimit
void setListLimit(int listLimit) Limits the number ofrevisions
perCDOID
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. -
getObjectType
- Seit:
- 3.0
-