|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
SynchronizationAction<T extends SynchronizationActionContext> | Encapsulates a single action needed to help synchronize the contents of one node's repository with the rest of the cluster. |
SynchronizationInitiationAction<T extends SynchronizationActionContext> | Marker interface for a SynchronizationAction that initiates a
process that subsequent actions will drive to comletion. |
SynchronizationPolicy | Policy to decide how to handle content updates from nodes attempting to join the cluster or from cluster merges. |
SynchronizationReadAction<T extends SynchronizationActionContext> | A that involves reading content from an item. |
SynchronizationRemoteAction<T extends SynchronizationActionContext> | Marker interface for a SynchronizationAction that a
node should handle by telling the other nodes in the cluster to execute the
modification . |
SynchronizationWriteAction<T extends SynchronizationActionContext> | A SynchronizationAction that involves writing content to an item. |
TwoPhaseCommitAction<T extends SynchronizationActionContext> | View of a SynchronizationAction used by an
implementation of LocalContentManager , allowing the content manager
to take the action through a two phase commit process. |
Enum Summary | |
---|---|
AbstractSynchronizationAction.State | |
ContentModification.Type |
Exception Summary | |
---|---|
InconsistentRepositoryStructureException | Exception indicating that
the list of repository roots
is inconsistent between two RepositoryContentMetadata objects. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |