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
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 Summary
Modifier and TypeInterfaceDescriptionstatic 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
Deprecated.As of 4.6 use IRepositoryConfig.CAPABILITY_EXTERNAL_REFS.static interface
Deprecated.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...Nested classes/interfaces inherited from interface org.eclipse.net4j.util.lifecycle.ILifecycle
org.eclipse.net4j.util.lifecycle.ILifecycle.DeferrableActivation
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier
org.eclipse.net4j.util.event.INotifier.INotifier2
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.server.IStore
IStore.CanHandleClientAssignedIDs, IStore.ChangeFormat, IStore.RevisionParallelism, IStore.RevisionTemporality
-
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
boolean
Deprecated.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) Methods inherited from interface org.eclipse.net4j.util.lifecycle.ILifecycle
activate, deactivate, getLifecycleState, isActive
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
Methods inherited from interface 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
-
Method Details
-
getRepository
InternalRepository getRepository()- Specified by:
getRepository
in interfaceIStore
-
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
Deprecated.Not used anymore. -
isDropAllDataOnActivate
boolean isDropAllDataOnActivate()- Since:
- 4.0
-
setDropAllDataOnActivate
void setDropAllDataOnActivate(boolean dropAllDataOnActivate) - Since:
- 4.0
-
setCreationTime
void setCreationTime(long creationTime) - Since:
- 4.0
-