Uses of Interface
org.eclipse.emf.cdo.server.IStore
Packages that use IStore
Package
Description
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
.-
Uses of IStore in org.eclipse.emf.cdo.server
Subinterfaces of IStore in org.eclipse.emf.cdo.serverMethods in org.eclipse.emf.cdo.server that return IStoreModifier and TypeMethodDescriptionIStoreFactory.createStore
(String repositoryName, Map<String, String> repositoryProperties, Element storeConfig) IRepository.getStore()
IStoreAccessor.getStore()
Returns the store this accessor is associated with.Methods in org.eclipse.emf.cdo.server with parameters of type IStoreModifier and TypeMethodDescriptionstatic 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
-
Uses of IStore in org.eclipse.emf.cdo.server.db
Subinterfaces of IStore in org.eclipse.emf.cdo.server.dbModifier and TypeInterfaceDescriptioninterface
The main entry point to the API of CDO's proprietary object/relational mapper. -
Uses of IStore in org.eclipse.emf.cdo.server.embedded
Methods in org.eclipse.emf.cdo.server.embedded that return IStoreModifier and TypeMethodDescriptionabstract IStore
CDOEmbeddedRepositoryConfig.createStore
(org.eclipse.net4j.util.container.IManagedContainer container) -
Uses of IStore in org.eclipse.emf.cdo.server.lissome
Subinterfaces of IStore in org.eclipse.emf.cdo.server.lissomeModifier and TypeInterfaceDescriptioninterface
The main entry point to the API of CDO's proprietary Lissome store. -
Uses of IStore in org.eclipse.emf.cdo.server.mem
Subinterfaces of IStore in org.eclipse.emf.cdo.server.mem -
Uses of IStore in org.eclipse.emf.cdo.server.mongodb
Subinterfaces of IStore in org.eclipse.emf.cdo.server.mongodbModifier and TypeInterfaceDescriptioninterface
The main entry point to the API of CDO's MongoDB back-end integration. -
Uses of IStore in org.eclipse.emf.cdo.spi.server
Subinterfaces of IStore in org.eclipse.emf.cdo.spi.serverModifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...Classes in org.eclipse.emf.cdo.spi.server that implement IStoreModifier and TypeClassDescriptionclass
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...Methods in org.eclipse.emf.cdo.spi.server that return IStoreModifier and TypeMethodDescriptionprotected IStore
RepositoryConfigurator.createStore
(String repositoryName, Map<String, String> repositoryProperties, Element storeConfig) StoreAccessorPool.getStore()
Constructors in org.eclipse.emf.cdo.spi.server with parameters of type IStore -
Uses of IStore in org.eclipse.emf.cdo.workspace
Methods in org.eclipse.emf.cdo.workspace that return IStoreMethods in org.eclipse.emf.cdo.workspace with parameters of type IStoreModifier and TypeMethodDescriptionstatic CDOWorkspace
CDOWorkspaceUtil.checkout
(IStore local, CDOWorkspaceBase base, CDOSessionConfigurationFactory remote) Deprecated.static CDOWorkspace
CDOWorkspaceUtil.checkout
(IStore local, CDOWorkspaceBase base, CDOSessionConfigurationFactory remote, long timeStamp) Deprecated.static CDOWorkspace
CDOWorkspaceUtil.checkout
(IStore local, CDOWorkspaceBase base, CDOSessionConfigurationFactory remote, String branchPath) Deprecated.static CDOWorkspace
CDOWorkspaceUtil.checkout
(IStore local, CDOWorkspaceBase base, CDOSessionConfigurationFactory remote, String branchPath, long timeStamp) Deprecated.static CDOWorkspace
CDOWorkspaceUtil.open
(IStore local, CDOWorkspaceBase base, CDOSessionConfigurationFactory remote) Deprecated.void
IMEMStore