|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IStore
| Nested Class Summary | |
|---|---|
static class |
IStore.ChangeFormat
|
static class |
IStore.RevisionParallelism
|
static class |
IStore.RevisionTemporality
|
| Method Detail |
|---|
IRepository getRepository()
void setRepository(IRepository repository)
java.lang.String getType()
CDOIDObjectFactory getCDOIDObjectFactory()
CDOIDLibraryDescriptor getCDOIDLibraryDescriptor()
CDOIDLibraryProvider getCDOIDLibraryProvider()
java.util.Set<IStore.ChangeFormat> getSupportedChangeFormats()
java.util.Set<IStore.RevisionTemporality> getSupportedRevisionTemporalities()
java.util.Set<IStore.RevisionParallelism> getSupportedRevisionParallelisms()
IStore.RevisionTemporality getRevisionTemporality()
void setRevisionTemporality(IStore.RevisionTemporality revisionTemporality)
IStore.RevisionParallelism getRevisionParallelism()
void setRevisionParallelism(IStore.RevisionParallelism revisionParallelism)
CDOIDMetaRange getNextMetaIDRange(int count)
long getCreationTime()
boolean isFirstTime()
trueif this store was activated for the first time, false otherwise.
IStoreAccessor getReader(ISession session)
session - The session that should be used as a context for read access or null. The store implementor
is free to interpret and use the session in a manner suitable for him or ignore it at all. It is meant
only as a hint. Implementor can use it as a key into a cache and/or register a
LifecycleEventAdapter with it to intercept
cleanup on session close. Note however that the session can be null, for example during
startup of the server while the repositories are initialized but before any user session has been opened.
null.IStoreAccessor getWriter(ITransaction transaction)
transaction - The view that must be used as a context for write access. The store implementor is free to interpret and
use the view in a manner suitable for him or ignore it at all. It is meant only as a hint. Implementor can
use it as a key into a cache and/or register a
LifecycleEventAdapter with it to intercept
cleanup on view close.
null.org.eclipse.net4j.util.om.monitor.ProgressDistributor getIndicatingCommitDistributor()
|
Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||