Package | Description |
---|---|
org.eclipse.emf.cdo.server |
Server concepts for dealing with repositories and stores.
|
org.eclipse.emf.cdo.server.db |
Server concepts for dealing with DB stores and accessors.
|
org.eclipse.emf.cdo.server.embedded |
Server concepts for dealing with Net4j-based repositories and fail-over infrastructure.
|
org.eclipse.emf.cdo.server.lissome |
Server concepts for dealing with DB stores and accessors.
|
org.eclipse.emf.cdo.server.mem |
Server concepts for dealing with in-memory stores.
|
org.eclipse.emf.cdo.server.mongodb |
Server concepts for dealing with MongoDB stores and accessors.
|
org.eclipse.emf.cdo.spi.server |
Server service provider interfaces and useful base implementations.
|
org.eclipse.emf.cdo.workspace |
Concepts to checkout, open and further operate CDO
workspaces . |
Modifier and Type | Method and Description |
---|---|
IStore |
IStoreFactory.createStore(java.lang.String repositoryName,
java.util.Map<java.lang.String,java.lang.String> repositoryProperties,
org.w3c.dom.Element storeConfig) |
IStore |
IRepository.getStore() |
IStore |
IStoreAccessor.getStore()
Returns the store this accessor is associated with.
|
Modifier and Type | Method and Description |
---|---|
static ISynchronizableRepository |
CDOServerUtil.createFailoverParticipant(java.lang.String name,
IStore store,
java.util.Map<java.lang.String,java.lang.String> props) |
static ISynchronizableRepository |
CDOServerUtil.createFailoverParticipant(java.lang.String name,
IStore store,
java.util.Map<java.lang.String,java.lang.String> props,
IRepositorySynchronizer synchronizer) |
static ISynchronizableRepository |
CDOServerUtil.createFailoverParticipant(java.lang.String name,
IStore store,
java.util.Map<java.lang.String,java.lang.String> props,
IRepositorySynchronizer synchronizer,
boolean master) |
static ISynchronizableRepository |
CDOServerUtil.createFailoverParticipant(java.lang.String name,
IStore store,
java.util.Map<java.lang.String,java.lang.String> props,
IRepositorySynchronizer synchronizer,
boolean master,
boolean allowBackupCommits) |
static ISynchronizableRepository |
CDOServerUtil.createOfflineClone(java.lang.String name,
IStore store,
java.util.Map<java.lang.String,java.lang.String> props,
IRepositorySynchronizer synchronizer) |
static IRepository |
CDOServerUtil.createRepository(java.lang.String name,
IStore store,
java.util.Map<java.lang.String,java.lang.String> props) |
Modifier and Type | Interface and Description |
---|---|
interface |
IDBStore
The main entry point to the API of CDO's proprietary object/relational mapper.
|
Modifier and Type | Method and Description |
---|---|
abstract IStore |
CDOEmbeddedRepositoryConfig.createStore(IManagedContainer container) |
Modifier and Type | Interface and Description |
---|---|
interface |
ILissomeStore
The main entry point to the API of CDO's proprietary Lissome store.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMEMStore
A simple in-memory
store . |
Modifier and Type | Interface and Description |
---|---|
interface |
IMongoDBStore
The main entry point to the API of CDO's MongoDB back-end integration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InternalStore
If the meaning of this type isn't clear, there really should be more of a description here...
|
Modifier and Type | Class and Description |
---|---|
class |
LongIDStore
If the meaning of this type isn't clear, there really should be more of a description here...
|
class |
Store
If the meaning of this type isn't clear, there really should be more of a description here...
|
Modifier and Type | Method and Description |
---|---|
protected IStore |
RepositoryConfigurator.createStore(java.lang.String repositoryName,
java.util.Map<java.lang.String,java.lang.String> repositoryProperties,
org.w3c.dom.Element storeConfig) |
IStore |
StoreAccessorPool.getStore() |
Constructor and Description |
---|
StoreAccessorPool(IStore store,
java.lang.Object context) |
Modifier and Type | Method and Description |
---|---|
IStore |
CDOWorkspaceConfiguration.getStore() |
Modifier and Type | Method and Description |
---|---|
static 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,
java.lang.String branchPath)
Deprecated.
|
static CDOWorkspace |
CDOWorkspaceUtil.checkout(IStore local,
CDOWorkspaceBase base,
CDOSessionConfigurationFactory remote,
java.lang.String branchPath,
long timeStamp)
Deprecated.
|
static CDOWorkspace |
CDOWorkspaceUtil.open(IStore local,
CDOWorkspaceBase base,
CDOSessionConfigurationFactory remote)
Deprecated.
|
void |
CDOWorkspaceConfiguration.setStore(IStore store) |
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html