Verwendungen von Schnittstelle
org.eclipse.emf.cdo.server.IStore
Packages, die IStore verwenden
Package
Beschreibung
Server concepts for dealing with repositories and stores.
Server concepts for dealing with DB stores and accessors.
Server concepts for dealing with Net4j-based repositories and fail-over infrastructure.
Server concepts for dealing with DB stores and accessors.
Server concepts for dealing with in-memory stores.
Server concepts for dealing with MongoDB stores and accessors.
Server service provider interfaces and useful base implementations.
Concepts to checkout, open and further operate CDO
workspaces
.-
Verwendungen von IStore in org.eclipse.emf.cdo.server
Unterschnittstellen von IStore in org.eclipse.emf.cdo.serverMethoden in org.eclipse.emf.cdo.server, die IStore zurückgebenModifizierer und TypMethodeBeschreibungIStoreFactory.createStore
(String repositoryName, Map<String, String> repositoryProperties, Element storeConfig) IRepository.getStore()
IStoreAccessor.getStore()
Returns the store this accessor is associated with.Methoden in org.eclipse.emf.cdo.server mit Parametern vom Typ IStoreModifizierer und TypMethodeBeschreibungstatic ISynchronizableRepository
static ISynchronizableRepository
CDOServerUtil.createFailoverParticipant
(String name, IStore store, Map<String, String> props, IRepositorySynchronizer synchronizer) static ISynchronizableRepository
CDOServerUtil.createFailoverParticipant
(String name, IStore store, Map<String, String> props, IRepositorySynchronizer synchronizer, boolean master) static ISynchronizableRepository
CDOServerUtil.createFailoverParticipant
(String name, IStore store, Map<String, String> props, IRepositorySynchronizer synchronizer, boolean master, boolean allowBackupCommits) static ISynchronizableRepository
CDOServerUtil.createOfflineClone
(String name, IStore store, Map<String, String> props, IRepositorySynchronizer synchronizer) static IRepository
-
Verwendungen von IStore in org.eclipse.emf.cdo.server.db
Unterschnittstellen von IStore in org.eclipse.emf.cdo.server.dbModifizierer und TypSchnittstelleBeschreibunginterface
The main entry point to the API of CDO's proprietary object/relational mapper. -
Verwendungen von IStore in org.eclipse.emf.cdo.server.embedded
Methoden in org.eclipse.emf.cdo.server.embedded, die IStore zurückgebenModifizierer und TypMethodeBeschreibungabstract IStore
CDOEmbeddedRepositoryConfig.createStore
(org.eclipse.net4j.util.container.IManagedContainer container) -
Verwendungen von IStore in org.eclipse.emf.cdo.server.lissome
Unterschnittstellen von IStore in org.eclipse.emf.cdo.server.lissomeModifizierer und TypSchnittstelleBeschreibunginterface
The main entry point to the API of CDO's proprietary Lissome store. -
Verwendungen von IStore in org.eclipse.emf.cdo.server.mem
Unterschnittstellen von IStore in org.eclipse.emf.cdo.server.mem -
Verwendungen von IStore in org.eclipse.emf.cdo.server.mongodb
Unterschnittstellen von IStore in org.eclipse.emf.cdo.server.mongodbModifizierer und TypSchnittstelleBeschreibunginterface
The main entry point to the API of CDO's MongoDB back-end integration. -
Verwendungen von IStore in org.eclipse.emf.cdo.spi.server
Unterschnittstellen von IStore in org.eclipse.emf.cdo.spi.serverModifizierer und TypSchnittstelleBeschreibunginterface
If the meaning of this type isn't clear, there really should be more of a description here...Klassen in org.eclipse.emf.cdo.spi.server, die IStore implementierenModifizierer und TypKlasseBeschreibungclass
If the meaning of this type isn't clear, there really should be more of a description here...class
If the meaning of this type isn't clear, there really should be more of a description here...Methoden in org.eclipse.emf.cdo.spi.server, die IStore zurückgebenModifizierer und TypMethodeBeschreibungprotected IStore
RepositoryConfigurator.createStore
(String repositoryName, Map<String, String> repositoryProperties, Element storeConfig) StoreAccessorPool.getStore()
Konstruktoren in org.eclipse.emf.cdo.spi.server mit Parametern vom Typ IStore -
Verwendungen von IStore in org.eclipse.emf.cdo.workspace
Methoden in org.eclipse.emf.cdo.workspace, die IStore zurückgebenMethoden in org.eclipse.emf.cdo.workspace mit Parametern vom Typ IStoreModifizierer und TypMethodeBeschreibungstatic CDOWorkspace
CDOWorkspaceUtil.checkout
(IStore local, CDOWorkspaceBase base, CDOSessionConfigurationFactory remote) static CDOWorkspace
CDOWorkspaceUtil.checkout
(IStore local, CDOWorkspaceBase base, CDOSessionConfigurationFactory remote, long timeStamp) static CDOWorkspace
CDOWorkspaceUtil.checkout
(IStore local, CDOWorkspaceBase base, CDOSessionConfigurationFactory remote, String branchPath) static CDOWorkspace
CDOWorkspaceUtil.checkout
(IStore local, CDOWorkspaceBase base, CDOSessionConfigurationFactory remote, String branchPath, long timeStamp) static CDOWorkspace
CDOWorkspaceUtil.open
(IStore local, CDOWorkspaceBase base, CDOSessionConfigurationFactory remote) void
IMEMStore