Package org.eclipse.emf.cdo.spi.server
Schnittstelle InternalStore
- Alle Superschnittstellen:
org.eclipse.net4j.util.lifecycle.IDeactivateable
,org.eclipse.net4j.util.lifecycle.ILifecycle
,org.eclipse.net4j.util.event.INotifier
,IStore
- Alle bekannten Implementierungsklassen:
LongIDStore
,Store
If the meaning of this type isn't clear, there really should be more of a description here...
- Seit:
- 3.0
- Autor:
- Eike Stepper
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypSchnittstelleBeschreibungstatic interface
If the meaning of this type isn't clear, there really should be more of a description here...static interface
If the meaning of this type isn't clear, there really should be more of a description here...static interface
If the meaning of this type isn't clear, there really should be more of a description here...static interface
Veraltet.As of 4.6 use IRepositoryConfig.CAPABILITY_EXTERNAL_REFS.static interface
Veraltet.As of 4.5feature maps
are no longer supported.static interface
If the meaning of this type isn't clear, there really should be more of a description here...static interface
If the meaning of this type isn't clear, there really should be more of a description here...static interface
If the meaning of this type isn't clear, there really should be more of a description here...static interface
If the meaning of this type isn't clear, there really should be more of a description here...Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.net4j.util.lifecycle.ILifecycle
org.eclipse.net4j.util.lifecycle.ILifecycle.DeferrableActivation
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.net4j.util.event.INotifier
org.eclipse.net4j.util.event.INotifier.INotifier2
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.emf.cdo.server.IStore
IStore.CanHandleClientAssignedIDs, IStore.ChangeFormat, IStore.RevisionParallelism, IStore.RevisionTemporality
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungint
int
boolean
boolean
Veraltet.Not used anymore.void
setCreationTime
(long creationTime) void
setDropAllDataOnActivate
(boolean dropAllDataOnActivate) void
setLastBranchID
(int lastBranchID) void
setLastCommitTime
(long lastCommitTime) void
setLastLocalBranchID
(int lastLocalBranchID) void
setLastNonLocalCommitTime
(long lastNonLocalCommitTime) void
setRepository
(IRepository repository) void
setRevisionParallelism
(IStore.RevisionParallelism revisionParallelism) void
setRevisionTemporality
(IStore.RevisionTemporality revisionTemporality) Von Schnittstelle geerbte Methoden org.eclipse.net4j.util.lifecycle.ILifecycle
activate, deactivate, getLifecycleState, isActive
Von Schnittstelle geerbte Methoden org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.server.IStore
createObjectID, getCreationTime, getIndicatingCommitDistributor, getLastBranchID, getLastCommitTime, getLastLocalBranchID, getLastNonLocalCommitTime, getObjectIDTypes, getPersistentProperties, getReader, getRevisionParallelism, getRevisionTemporality, getSupportedChangeFormats, getSupportedRevisionParallelisms, getSupportedRevisionTemporalities, getType, getWriter, isFirstStart, removePersistentProperties, setPersistentProperties
-
Methodendetails
-
getRepository
InternalRepository getRepository()- Angegeben von:
getRepository
in SchnittstelleIStore
-
setRepository
-
setRevisionTemporality
-
setRevisionParallelism
-
getNextBranchID
int getNextBranchID() -
getNextLocalBranchID
int getNextLocalBranchID() -
setLastBranchID
void setLastBranchID(int lastBranchID) -
setLastLocalBranchID
void setLastLocalBranchID(int lastLocalBranchID) -
setLastCommitTime
void setLastCommitTime(long lastCommitTime) -
setLastNonLocalCommitTime
void setLastNonLocalCommitTime(long lastNonLocalCommitTime) -
isLocal
Veraltet.Not used anymore. -
isDropAllDataOnActivate
boolean isDropAllDataOnActivate()- Seit:
- 4.0
-
setDropAllDataOnActivate
void setDropAllDataOnActivate(boolean dropAllDataOnActivate) - Seit:
- 4.0
-
setCreationTime
void setCreationTime(long creationTime) - Seit:
- 4.0
-