Package | Description |
---|---|
org.eclipse.emf.cdo.common.protocol |
Common concepts for dealing with protocols and CDO-specific I/O.
|
org.eclipse.emf.cdo.common.revision |
Common concepts for dealing with revisions and revision lists.
|
org.eclipse.emf.cdo.server |
Server concepts for dealing with repositories and stores.
|
org.eclipse.emf.cdo.server.db.mapping |
Server concepts for dealing with mapping strategies and mappings for classes, lists and types.
|
org.eclipse.emf.cdo.spi.common.revision |
Common service provider interfaces and useful base implementations for dealing with revisions and deltas.
|
org.eclipse.emf.cdo.spi.server |
Server service provider interfaces and useful base implementations.
|
Modifier and Type | Method and Description |
---|---|
InternalCDORevisionDelta[] |
CDOProtocol.CommitData.getDirtyObjectDeltas() |
Constructor and Description |
---|
CommitData(InternalCDORevision[] newObjects,
InternalCDORevisionDelta[] dirtyObjectDeltas,
CDOID[] detachedObjects) |
Modifier and Type | Method and Description |
---|---|
static boolean |
CDORevisionUtil.isTreeRestructuring(InternalCDORevisionDelta[] deltas) |
Modifier and Type | Method and Description |
---|---|
InternalCDORevisionDelta[] |
IStoreAccessor.CommitContext.getDirtyObjectDeltas()
Returns an array of the dirty object deltas that are part of the commit operation represented by this
CommitContext . |
Modifier and Type | Method and Description |
---|---|
void |
IClassMappingDeltaSupport.writeRevisionDelta(IDBStoreAccessor accessor,
InternalCDORevisionDelta delta,
long created,
OMMonitor monitor)
Write a revision delta.
|
Modifier and Type | Method and Description |
---|---|
InternalCDORevisionDelta |
BaseCDORevision.compare(CDORevision origin) |
InternalCDORevisionDelta |
DelegatingCDORevision.compare(CDORevision origin) |
InternalCDORevisionDelta |
InternalCDORevision.compare(CDORevision origin) |
InternalCDORevisionDelta |
StubCDORevision.compare(CDORevision origin) |
Modifier and Type | Method and Description |
---|---|
java.util.List<InternalCDORevisionDelta> |
InternalUnitManager.getUnitMoves(InternalCDORevisionDelta[] deltas,
CDORevisionProvider before,
CDORevisionProvider after) |
Modifier and Type | Method and Description |
---|---|
java.util.List<InternalCDORevisionDelta> |
InternalUnitManager.getUnitMoves(InternalCDORevisionDelta[] deltas,
CDORevisionProvider before,
CDORevisionProvider after) |
void |
InternalCommitContext.setDirtyObjectDeltas(InternalCDORevisionDelta[] dirtyObjectDeltas) |
protected abstract void |
StoreAccessor.writeRevisionDeltas(InternalCDORevisionDelta[] revisionDeltas,
CDOBranch branch,
long created,
OMMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
CDOChangeSetData |
ICommitConflictResolver.resolveConflicts(IStoreAccessor.CommitContext commitContext,
java.util.List<InternalCDORevisionDelta> conflicts)
When this method is called, the
IStoreAccessor.CommitContext.getOldRevisions() map is filled with the latest valid revisions, chunks ensured. |
CDOChangeSetData |
ICommitConflictResolver.Merging.resolveConflicts(IStoreAccessor.CommitContext commitContext,
java.util.List<InternalCDORevisionDelta> conflicts) |
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