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 ISynchronizableRepositorystatic ISynchronizableRepositoryCDOServerUtil.createFailoverParticipant(String name, IStore store, Map<String, String> props, IRepositorySynchronizer synchronizer) static ISynchronizableRepositoryCDOServerUtil.createFailoverParticipant(String name, IStore store, Map<String, String> props, IRepositorySynchronizer synchronizer, boolean master) static ISynchronizableRepositoryCDOServerUtil.createFailoverParticipant(String name, IStore store, Map<String, String> props, IRepositorySynchronizer synchronizer, boolean master, boolean allowBackupCommits) static ISynchronizableRepositoryCDOServerUtil.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 TypSchnittstelleBeschreibunginterfaceThe 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 IStoreCDOEmbeddedRepositoryConfig.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 TypSchnittstelleBeschreibunginterfaceThe 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 TypSchnittstelleBeschreibunginterfaceThe 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 TypSchnittstelleBeschreibunginterfaceIf 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 TypKlasseBeschreibungclassIf the meaning of this type isn't clear, there really should be more of a description here...classIf 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 IStoreRepositoryConfigurator.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 CDOWorkspaceCDOWorkspaceUtil.checkout(IStore local, CDOWorkspaceBase base, CDOSessionConfigurationFactory remote) static CDOWorkspaceCDOWorkspaceUtil.checkout(IStore local, CDOWorkspaceBase base, CDOSessionConfigurationFactory remote, long timeStamp) static CDOWorkspaceCDOWorkspaceUtil.checkout(IStore local, CDOWorkspaceBase base, CDOSessionConfigurationFactory remote, String branchPath) static CDOWorkspaceCDOWorkspaceUtil.checkout(IStore local, CDOWorkspaceBase base, CDOSessionConfigurationFactory remote, String branchPath, long timeStamp) static CDOWorkspaceCDOWorkspaceUtil.open(IStore local, CDOWorkspaceBase base, CDOSessionConfigurationFactory remote) void
IMEMStore