| Modifier and Type | Class and Description |
|---|---|
class |
OSynchronizedTaskWrapper
Task wrapper to manage synchronized operations like transactions.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<OAbstractRemoteTask> |
ODistributedTransactionManager.createUndoTasksFromTx(OTransaction iTx)
Create undo content for distributed 2-phase rollback.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ODistributedTransactionManager.updateUndoTaskWithCreatedRecords(List<ORecordOperation> uResult,
List<OAbstractRemoteTask> undoTasks) |
| Modifier and Type | Class and Description |
|---|---|
class |
OCompletedTxTask
Task to manage the end of distributed transaction when no fix is needed (OFixTxTask) and all the locks must be released.
|
class |
OCopyDatabaseChunkTask
Ask for a database chunk.
|
class |
OCreateRecordTask
Distributed create record task used for synchronization.
|
class |
ODeleteRecordTask
Distributed delete record task used for synchronization.
|
class |
OReadRecordIfNotLatestTask |
class |
OReadRecordTask
Execute a read of a record from a distributed node.
|
class |
ORestartServerTask
Distributed task to restart a node.
|
class |
OResurrectRecordTask
Distributed task to fix delete record in conflict on synchronization.
|
class |
OScriptTask
Executes a script on distributed servers.
|
class |
OSQLCommandTask
Distributed task used for synchronization.
|
class |
OStopServerTask
Distributed task to stop a server.
|
class |
OSyncClusterTask
Ask for deployment of single cluster from a remote node.
|
class |
OSyncDatabaseDeltaTask
Ask for synchronization of delta of chanegs on database from a remote node.
|
class |
OSyncDatabaseTask
Ask for synchronization of database from a remote node.
|
class |
OTxTask
Distributed transaction task.
|
class |
OUpdateRecordTask
Distributed updated record task used for synchronization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OTxTask.setLocalUndoTasks(List<OAbstractRemoteTask> undoTasks) |
| Modifier and Type | Class and Description |
|---|---|
class |
OAbstractCommandTask
Base class for Replicated command tasks.
|
class |
OAbstractRecordReplicatedTask
Distributed create record task used for synchronization.
|
class |
OAbstractReplicatedTask
Base class for Replicated tasks.
|
Copyright © 2009–2016 Orient Technologies. All rights reserved.