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 interfaceIf the meaning of this type isn't clear, there really should be more of a description here...static interfaceIf the meaning of this type isn't clear, there really should be more of a description here...static interfaceIf the meaning of this type isn't clear, there really should be more of a description here...static interfaceVeraltet.As of 4.6 use IRepositoryConfig.CAPABILITY_EXTERNAL_REFS.static interfaceVeraltet.As of 4.5feature mapsare no longer supported.static interfaceIf the meaning of this type isn't clear, there really should be more of a description here...static interfaceIf the meaning of this type isn't clear, there really should be more of a description here...static interfaceIf the meaning of this type isn't clear, there really should be more of a description here...static interfaceIf 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.DeferrableActivationVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.net4j.util.event.INotifier
org.eclipse.net4j.util.event.INotifier.INotifier2Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.emf.cdo.server.IStore
IStore.CanHandleClientAssignedIDs, IStore.ChangeFormat, IStore.RevisionParallelism, IStore.RevisionTemporality -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintintbooleanbooleanVeraltet.Not used anymore.voidsetCreationTime(long creationTime) voidsetDropAllDataOnActivate(boolean dropAllDataOnActivate) voidsetLastBranchID(int lastBranchID) voidsetLastCommitTime(long lastCommitTime) voidsetLastLocalBranchID(int lastLocalBranchID) voidsetLastNonLocalCommitTime(long lastNonLocalCommitTime) voidsetRepository(IRepository repository) voidsetRevisionParallelism(IStore.RevisionParallelism revisionParallelism) voidsetRevisionTemporality(IStore.RevisionTemporality revisionTemporality) Von Schnittstelle geerbte Methoden org.eclipse.net4j.util.lifecycle.ILifecycle
activate, deactivate, getLifecycleState, isActiveVon Schnittstelle geerbte Methoden org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListenerVon 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:
getRepositoryin 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
-