Package org.eclipse.emf.cdo.spi.server
Interface InternalStore
- 
- All Superinterfaces:
- org.eclipse.net4j.util.lifecycle.IDeactivateable,- org.eclipse.net4j.util.lifecycle.ILifecycle,- org.eclipse.net4j.util.event.INotifier,- IStore
 - All Known Implementing Classes:
- LongIDStore,- Store
 
 public interface InternalStore extends IStore, org.eclipse.net4j.util.lifecycle.ILifecycle If the meaning of this type isn't clear, there really should be more of a description here...- Since:
- 3.0
- Author:
- Eike Stepper
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static interfaceInternalStore.NoChangeSetsIf the meaning of this type isn't clear, there really should be more of a description here...static interfaceInternalStore.NoCommitInfosIf the meaning of this type isn't clear, there really should be more of a description here...static interfaceInternalStore.NoDurableLockingIf the meaning of this type isn't clear, there really should be more of a description here...static interfaceInternalStore.NoExternalReferencesDeprecated.As of 4.6 use IRepositoryConfig.CAPABILITY_EXTERNAL_REFS.static interfaceInternalStore.NoFeatureMapsDeprecated.As of 4.5feature mapsare no longer supported.static interfaceInternalStore.NoHandleRevisionsIf the meaning of this type isn't clear, there really should be more of a description here...static interfaceInternalStore.NoLargeObjectsIf the meaning of this type isn't clear, there really should be more of a description here...static interfaceInternalStore.NoQueryXRefsIf the meaning of this type isn't clear, there really should be more of a description here...static interfaceInternalStore.NoRawAccessIf the meaning of this type isn't clear, there really should be more of a description here...- 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.lifecycle.ILifecycleorg.eclipse.net4j.util.lifecycle.ILifecycle.DeferrableActivation
 - 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifierorg.eclipse.net4j.util.event.INotifier.INotifier2
 - 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.server.IStoreIStore.CanHandleClientAssignedIDs, IStore.ChangeFormat, IStore.RevisionParallelism, IStore.RevisionTemporality
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description intgetNextBranchID()intgetNextLocalBranchID()InternalRepositorygetRepository()booleanisDropAllDataOnActivate()booleanisLocal(CDOID id)Deprecated.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)- 
Methods inherited from interface org.eclipse.net4j.util.lifecycle.ILifecycleactivate, deactivate, getLifecycleState, isActive
 - 
Methods inherited from interface org.eclipse.net4j.util.event.INotifieraddListener, getListeners, hasListeners, removeListener
 - 
Methods inherited from interface org.eclipse.emf.cdo.server.IStorecreateObjectID, getCreationTime, getIndicatingCommitDistributor, getLastBranchID, getLastCommitTime, getLastLocalBranchID, getLastNonLocalCommitTime, getObjectIDTypes, getPersistentProperties, getReader, getRevisionParallelism, getRevisionTemporality, getSupportedChangeFormats, getSupportedRevisionParallelisms, getSupportedRevisionTemporalities, getType, getWriter, isFirstStart, removePersistentProperties, setPersistentProperties
 
- 
 
- 
- 
- 
Method Detail- 
getRepositoryInternalRepository getRepository() - Specified by:
- getRepositoryin interface- IStore
 
 - 
setRepositoryvoid setRepository(IRepository repository) 
 - 
setRevisionTemporalityvoid setRevisionTemporality(IStore.RevisionTemporality revisionTemporality) 
 - 
setRevisionParallelismvoid setRevisionParallelism(IStore.RevisionParallelism revisionParallelism) 
 - 
getNextBranchIDint getNextBranchID() 
 - 
getNextLocalBranchIDint getNextLocalBranchID() 
 - 
setLastBranchIDvoid setLastBranchID(int lastBranchID) 
 - 
setLastLocalBranchIDvoid setLastLocalBranchID(int lastLocalBranchID) 
 - 
setLastCommitTimevoid setLastCommitTime(long lastCommitTime) 
 - 
setLastNonLocalCommitTimevoid setLastNonLocalCommitTime(long lastNonLocalCommitTime) 
 - 
isLocal@Deprecated boolean isLocal(CDOID id) Deprecated.Not used anymore.
 - 
isDropAllDataOnActivateboolean isDropAllDataOnActivate() - Since:
- 4.0
 
 - 
setDropAllDataOnActivatevoid setDropAllDataOnActivate(boolean dropAllDataOnActivate) - Since:
- 4.0
 
 - 
setCreationTimevoid setCreationTime(long creationTime) - Since:
- 4.0
 
 
- 
 
-