
public interface InternalStore extends IStore, ILifecycle
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InternalStore.NoChangeSets
If the meaning of this type isn't clear, there really should be more of a description here...
|
static interface |
InternalStore.NoCommitInfos
If the meaning of this type isn't clear, there really should be more of a description here...
|
static interface |
InternalStore.NoDurableLocking
If the meaning of this type isn't clear, there really should be more of a description here...
|
static interface |
InternalStore.NoExternalReferences
If the meaning of this type isn't clear, there really should be more of a description here...
|
static interface |
InternalStore.NoFeatureMaps
If the meaning of this type isn't clear, there really should be more of a description here...
|
static interface |
InternalStore.NoHandleRevisions
If the meaning of this type isn't clear, there really should be more of a description here...
|
static interface |
InternalStore.NoLargeObjects
If the meaning of this type isn't clear, there really should be more of a description here...
|
static interface |
InternalStore.NoQueryXRefs
If the meaning of this type isn't clear, there really should be more of a description here...
|
static interface |
InternalStore.NoRawAccess
If the meaning of this type isn't clear, there really should be more of a description here...
|
IStore.CanHandleClientAssignedIDs, IStore.ChangeFormat, IStore.RevisionParallelism, IStore.RevisionTemporalityILifecycle.DeferrableActivation| Modifier and Type | Method and Description |
|---|---|
int |
getNextBranchID() |
int |
getNextLocalBranchID() |
InternalRepository |
getRepository() |
boolean |
isDropAllDataOnActivate() |
boolean |
isLocal(CDOID id)
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) |
createObjectID, getCreationTime, getIndicatingCommitDistributor, getLastBranchID, getLastCommitTime, getLastLocalBranchID, getLastNonLocalCommitTime, getObjectIDTypes, getPersistentProperties, getReader, getRevisionParallelism, getRevisionTemporality, getSupportedChangeFormats, getSupportedRevisionParallelisms, getSupportedRevisionTemporalities, getType, getWriter, isFirstStart, removePersistentProperties, setPersistentPropertiesactivate, deactivate, getLifecycleState, isActiveaddListener, getListeners, hasListeners, removeListenerInternalRepository getRepository()
getRepository in interface IStorevoid setRepository(IRepository repository)
void setRevisionTemporality(IStore.RevisionTemporality revisionTemporality)
void setRevisionParallelism(IStore.RevisionParallelism revisionParallelism)
int getNextBranchID()
int getNextLocalBranchID()
void setLastBranchID(int lastBranchID)
void setLastLocalBranchID(int lastLocalBranchID)
void setLastCommitTime(long lastCommitTime)
void setLastNonLocalCommitTime(long lastNonLocalCommitTime)
@Deprecated boolean isLocal(CDOID id)
boolean isDropAllDataOnActivate()
void setDropAllDataOnActivate(boolean dropAllDataOnActivate)
void setCreationTime(long creationTime)
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.