| Modifier and Type | Class and Description |
|---|---|
class |
OSynchronizedTaskWrapper
Task wrapper to manage synchronized operations like transactions.
|
class |
OWaitPartitionsReadyTask |
| Modifier and Type | Class and Description |
|---|---|
class |
OAbstract2pcTask
Distributed two phase commit task.
|
class |
OAbstractReadRecordTask
Abstract class for distributed reads.
|
class |
OAbstractSyncDatabaseTask
Abstract task for synchronization of database from a remote node.
|
class |
OCloseQueryTask
Created by luigidellaquila on 28/06/17.
|
class |
OClusterRepairInfoTask
Returns the range of positions for a cluster.
|
class |
OCompleted2pcTask
Task to manage the end of distributed transaction when no fix is needed (OFixTxTask) and all the locks must be released.
|
class |
OCompleted2pcTaskV1
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 |
ODistributedLockTask
Task to acquire and release a distributed exclusive lock across the entire cluster.
|
class |
ODropDatabaseTask
Distributed task to drop a database on all the servers.
|
class |
OEnterpriseStatsTask
Distributed message between server to exchange stats.
|
class |
OFetchQueryPageTask
Created by luigidellaquila on 28/06/17.
|
class |
OFixCreateRecordTask
Fix for distributed delete record task.
|
class |
OFixUpdateRecordTask
Fix a distributed updated.
|
class |
OGossipTask
Task to manage the end of distributed transaction when no fix is needed (OFixTxTask) and all the locks must be released.
|
class |
OReadRecordIfNotLatestTask |
class |
OReadRecordTask
Execute a read of a record from a distributed node.
|
class |
ORepairClusterTask
Repairs a cluster through the distributed server.
|
class |
ORepairRecordsTask
Repairs records through the distributed server.
|
class |
ORequestDatabaseConfigurationTask
Task to request last database configuration across all the servers.
|
class |
ORestartServerTask
Distributed task to restart a node.
|
class |
OResurrectRecordTask
Distributed task to fix delete record in conflict on synchronization.
|
class |
ORunQueryExecutionPlanTask
Created by luigidellaquila on 23/06/17.
|
class |
OScriptTask
Executes a script on distributed servers.
|
class |
OSQLCommandTask
Distributed task used for synchronization.
|
class |
OStartReplicationTask
Start the replication with a server.
|
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 |
OTransactionPhase1Task |
class |
OTransactionPhase2Task |
class |
OTxTask
Distributed transaction task.
|
class |
OUnreachableServerLocalTask
Task executed when a server becomes unreachable.
|
class |
OUpdateDatabaseConfigurationTask
Task to update the database configuration across all the servers.
|
class |
OUpdateDatabaseStatusTask
Task to update the database status across all the servers.
|
class |
OUpdateRecordTask
Distributed updated record task used for synchronization.
|
class |
OWaitForTask
Task implementation that waits for a task to be completed.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<OAbstractRemoteTask> |
OAbstract2pcTask.localUndoTasks |
| Modifier and Type | Method and Description |
|---|---|
void |
OAbstract2pcTask.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–2025 OrientDB. All rights reserved.