Uses of Interface
org.eclipse.emf.cdo.server.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
Modifier and TypeMethodDescriptionIStoreFactory.createStore
(String repositoryName, Map<String, String> repositoryProperties, Element storeConfig) IRepository.getStore()
IStoreAccessor.getStore()
Returns the store this accessor is associated with.Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionabstract IStore
CDOEmbeddedRepositoryConfig.createStore
(org.eclipse.net4j.util.container.IManagedContainer container) -
Uses of IStore in org.eclipse.emf.cdo.server.lissome
Modifier 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
-
Uses of IStore in org.eclipse.emf.cdo.server.mongodb
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...Modifier 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... -
Uses of IStore in org.eclipse.emf.cdo.workspace
Modifier 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