- OAbstract2pcTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Distributed two phase commit task.
- OAbstract2pcTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OAbstract2pcTask
-
- OAbstractReadRecordTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Abstract class for distributed reads.
- OAbstractReadRecordTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OAbstractReadRecordTask
-
- OAbstractReadRecordTask(ORecordId) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OAbstractReadRecordTask
-
- OAbstractSyncDatabaseTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Abstract task for synchronization of database from a remote node.
- OAbstractSyncDatabaseTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OAbstractSyncDatabaseTask
-
- OAbstractSyncDatabaseTask(long) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OAbstractSyncDatabaseTask
-
- OClusterHealthChecker - Class in com.orientechnologies.orient.server.distributed.impl
-
Timer task that checks periodically the cluster health status.
- OClusterHealthChecker(ODistributedServerManager) - Constructor for class com.orientechnologies.orient.server.distributed.impl.OClusterHealthChecker
-
- OClusterOwnershipAssignmentStrategy - Interface in com.orientechnologies.orient.server.distributed.impl
-
Interface to manage balancing of cluster ownership.
- OClusterRepairInfoTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Returns the range of positions for a cluster.
- OClusterRepairInfoTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OClusterRepairInfoTask
-
- OClusterRepairInfoTask(int) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OClusterRepairInfoTask
-
- OCommandExecutorSQLHARemoveServer - Class in com.orientechnologies.orient.server.distributed.sql
-
SQL HA REMOVE SERVER command: removes a server from ha configuration.
- OCommandExecutorSQLHARemoveServer() - Constructor for class com.orientechnologies.orient.server.distributed.sql.OCommandExecutorSQLHARemoveServer
-
- OCommandExecutorSQLHAStatus - Class in com.orientechnologies.orient.server.distributed.sql
-
SQL HA STATUS command: returns the high availability configuration.
- OCommandExecutorSQLHAStatus() - Constructor for class com.orientechnologies.orient.server.distributed.sql.OCommandExecutorSQLHAStatus
-
- OCommandExecutorSQLHASyncCluster - Class in com.orientechnologies.orient.server.distributed.sql
-
SQL HA SYNC CLUSTER command: synchronizes a cluster from distributed servers.
- OCommandExecutorSQLHASyncCluster() - Constructor for class com.orientechnologies.orient.server.distributed.sql.OCommandExecutorSQLHASyncCluster
-
- OCommandExecutorSQLHASyncDatabase - Class in com.orientechnologies.orient.server.distributed.sql
-
SQL HA SYNC DATABASE command: synchronizes database form distributed servers.
- OCommandExecutorSQLHASyncDatabase() - Constructor for class com.orientechnologies.orient.server.distributed.sql.OCommandExecutorSQLHASyncDatabase
-
- OCompleted2pcTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Task to manage the end of distributed transaction when no fix is needed (OFixTxTask) and all the locks must be released.
- OCompleted2pcTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OCompleted2pcTask
-
- OCompleted2pcTask(ODistributedRequestId, boolean, int[]) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OCompleted2pcTask
-
- OConflictResolverDatabaseRepairer - Class in com.orientechnologies.orient.server.distributed.impl
-
Distributed database repairer that, based on the reported records to check, executes repair of record in configurable batches.
- OConflictResolverDatabaseRepairer(ODistributedServerManager, String) - Constructor for class com.orientechnologies.orient.server.distributed.impl.OConflictResolverDatabaseRepairer
-
- OCopyDatabaseChunkTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Ask for a database chunk.
- OCopyDatabaseChunkTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OCopyDatabaseChunkTask
-
- OCopyDatabaseChunkTask(String, int, long, boolean) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OCopyDatabaseChunkTask
-
- OCreateRecordTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Distributed create record task used for synchronization.
- OCreateRecordTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OCreateRecordTask
-
- OCreateRecordTask(ORecordId, byte[], int, byte) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OCreateRecordTask
-
- OCreateRecordTask(ORecord) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OCreateRecordTask
-
- ODefaultClusterOwnershipAssignmentStrategy - Class in com.orientechnologies.orient.server.distributed.impl
-
Interface to manage balancing of cluster ownership.
- ODefaultClusterOwnershipAssignmentStrategy(ODistributedAbstractPlugin) - Constructor for class com.orientechnologies.orient.server.distributed.impl.ODefaultClusterOwnershipAssignmentStrategy
-
- ODefaultDistributedStrategy - Class in com.orientechnologies.orient.server.distributed.impl
-
Default quorum factory.
- ODefaultDistributedStrategy() - Constructor for class com.orientechnologies.orient.server.distributed.impl.ODefaultDistributedStrategy
-
- ODefaultRemoteTaskFactory - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Factory of remote tasks.
- ODefaultRemoteTaskFactory() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.ODefaultRemoteTaskFactory
-
- ODeleteRecordTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Distributed delete record task used for synchronization.
- ODeleteRecordTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.ODeleteRecordTask
-
- ODeleteRecordTask(ORecord) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.ODeleteRecordTask
-
- ODeleteRecordTask(ORecordId, int) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.ODeleteRecordTask
-
- ODistributedAbstractPlugin - Class in com.orientechnologies.orient.server.distributed.impl
-
Abstract plugin to manage the distributed environment.
- ODistributedAbstractPlugin() - Constructor for class com.orientechnologies.orient.server.distributed.impl.ODistributedAbstractPlugin
-
- ODistributedCommandExecutorSQLFactory - Class in com.orientechnologies.orient.server.distributed.sql
-
Distributed related command operator executor factory.
- ODistributedCommandExecutorSQLFactory() - Constructor for class com.orientechnologies.orient.server.distributed.sql.ODistributedCommandExecutorSQLFactory
-
- ODistributedDatabaseChunk - Class in com.orientechnologies.orient.server.distributed.impl
-
- ODistributedDatabaseChunk() - Constructor for class com.orientechnologies.orient.server.distributed.impl.ODistributedDatabaseChunk
-
- ODistributedDatabaseChunk(File, long, int, ODistributedMomentum, boolean) - Constructor for class com.orientechnologies.orient.server.distributed.impl.ODistributedDatabaseChunk
-
- ODistributedDatabaseImpl - Class in com.orientechnologies.orient.server.distributed.impl
-
Distributed database implementation.
- ODistributedDatabaseImpl(OHazelcastPlugin, ODistributedMessageServiceImpl, String, ODistributedConfiguration) - Constructor for class com.orientechnologies.orient.server.distributed.impl.ODistributedDatabaseImpl
-
- ODistributedDatabaseImpl.ODistributedLock - Class in com.orientechnologies.orient.server.distributed.impl
-
- ODistributedLockManagerExecutor - Class in com.orientechnologies.orient.server.distributed.impl
-
Distributed lock manager implementation.
- ODistributedLockManagerExecutor(ODistributedServerManager) - Constructor for class com.orientechnologies.orient.server.distributed.impl.ODistributedLockManagerExecutor
-
- ODistributedLockManagerRequester - Class in com.orientechnologies.orient.server.distributed.impl
-
Distributed lock manager requester.
- ODistributedLockManagerRequester(ODistributedServerManager) - Constructor for class com.orientechnologies.orient.server.distributed.impl.ODistributedLockManagerRequester
-
- ODistributedLockTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Task to acquire and release a distributed exclusive lock across the entire cluster.
- ODistributedLockTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.ODistributedLockTask
-
- ODistributedLockTask(String, long, boolean) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.ODistributedLockTask
-
- ODistributedMessageServiceImpl - Class in com.orientechnologies.orient.server.distributed.impl
-
Hazelcast implementation of distributed peer.
- ODistributedMessageServiceImpl(OHazelcastPlugin) - Constructor for class com.orientechnologies.orient.server.distributed.impl.ODistributedMessageServiceImpl
-
- ODistributedOutput - Class in com.orientechnologies.orient.server.distributed.impl
-
Formats information about distributed cfg.
- ODistributedOutput() - Constructor for class com.orientechnologies.orient.server.distributed.impl.ODistributedOutput
-
- ODistributedStorage - Class in com.orientechnologies.orient.server.distributed.impl
-
Distributed storage implementation that routes to the owner node the request.
- ODistributedStorage(OServer, String) - Constructor for class com.orientechnologies.orient.server.distributed.impl.ODistributedStorage
-
- ODistributedStorageEventListener - Interface in com.orientechnologies.orient.server.distributed.impl
-
Internal listener interface for distributed tests.
- ODistributedTransactionManager - Class in com.orientechnologies.orient.server.distributed.impl
-
Distributed transaction manager.
- ODistributedTransactionManager(ODistributedStorage, ODistributedServerManager, ODistributedDatabase) - Constructor for class com.orientechnologies.orient.server.distributed.impl.ODistributedTransactionManager
-
- ODistributedTxContextImpl - Class in com.orientechnologies.orient.server.distributed.impl
-
Stores a transaction request that is waiting for the "completed" message (2-phase) by the leader node.
- ODistributedTxContextImpl(ODistributedDatabase, ODistributedRequestId) - Constructor for class com.orientechnologies.orient.server.distributed.impl.ODistributedTxContextImpl
-
- ODistributedWorker - Class in com.orientechnologies.orient.server.distributed.impl
-
Hazelcast implementation of distributed peer.
- ODistributedWorker(ODistributedDatabaseImpl, String, int) - Constructor for class com.orientechnologies.orient.server.distributed.impl.ODistributedWorker
-
- ODropDatabaseTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Distributed task to drop a database on all the servers.
- ODropDatabaseTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.ODropDatabaseTask
-
- offset - Variable in class com.orientechnologies.orient.server.distributed.impl.ODistributedDatabaseChunk
-
- OFixCreateRecordTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Fix for distributed delete record task.
- OFixCreateRecordTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OFixCreateRecordTask
-
- OFixCreateRecordTask(ORecord) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OFixCreateRecordTask
-
- OFixCreateRecordTask(ORecordId, int) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OFixCreateRecordTask
-
- OFixUpdateRecordTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Fix a distributed updated.
- OFixUpdateRecordTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OFixUpdateRecordTask
-
- OFixUpdateRecordTask(ORecord, int) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OFixUpdateRecordTask
-
- OFixUpdateRecordTask(ORecordId, byte[], int, byte) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OFixUpdateRecordTask
-
- OHazelcastDistributedMap - Class in com.orientechnologies.orient.server.hazelcast
-
Optimized concurrent hash map implementation on top of Hazelcast distributed map.
- OHazelcastDistributedMap(OHazelcastPlugin, HazelcastInstance) - Constructor for class com.orientechnologies.orient.server.hazelcast.OHazelcastDistributedMap
-
- OHazelcastMergeStrategy - Class in com.orientechnologies.orient.server.hazelcast
-
Strategy used by Hazelcast after a merge of two networks.
- OHazelcastMergeStrategy() - Constructor for class com.orientechnologies.orient.server.hazelcast.OHazelcastMergeStrategy
-
- OHazelcastPlugin - Class in com.orientechnologies.orient.server.hazelcast
-
Hazelcast implementation for clustering.
- OHazelcastPlugin() - Constructor for class com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin
-
- OHeartbeatTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Task to manage the end of distributed transaction when no fix is needed (OFixTxTask) and all the locks must be released.
- OHeartbeatTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OHeartbeatTask
-
- OHotAlignmentNotPossibleException - Exception in com.orientechnologies.orient.server.distributed.impl
-
Hot Aligment is not possible, if autoDeploy:true restore of entire database
- OHotAlignmentNotPossibleException(OHotAlignmentNotPossibleException) - Constructor for exception com.orientechnologies.orient.server.distributed.impl.OHotAlignmentNotPossibleException
-
- OHotAlignmentNotPossibleException(String) - Constructor for exception com.orientechnologies.orient.server.distributed.impl.OHotAlignmentNotPossibleException
-
- OIncrementalServerSync - Class in com.orientechnologies.orient.server.distributed.impl
-
Synchronizes a database from the wire.
- OIncrementalServerSync() - Constructor for class com.orientechnologies.orient.server.distributed.impl.OIncrementalServerSync
-
- OLocalClusterWrapperStrategy - Class in com.orientechnologies.orient.server.distributed.impl
-
Distributed cluster selection strategy as wrapper for underlying strategies.
- OLocalClusterWrapperStrategy(ODistributedServerManager, String, OClass, OClusterSelectionStrategy) - Constructor for class com.orientechnologies.orient.server.distributed.impl.OLocalClusterWrapperStrategy
-
- onAfterRecordLock(ORecordId) - Method in interface com.orientechnologies.orient.server.distributed.impl.ODistributedStorageEventListener
-
- onAfterRecordUnlock(ORecordId) - Method in interface com.orientechnologies.orient.server.distributed.impl.ODistributedStorageEventListener
-
- onBeforeDatabaseOpen(String) - Method in class com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin
-
- onClose(ODatabaseInternal) - Method in class com.orientechnologies.orient.server.distributed.impl.ODistributedAbstractPlugin
-
Remove myself as hook.
- onCreate(ODatabaseInternal) - Method in class com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin
-
- onCreateClass(ODatabaseInternal, OClass) - Method in class com.orientechnologies.orient.server.distributed.impl.ODistributedAbstractPlugin
-
- onDatabaseEvent(String, String, ODistributedServerManager.DB_STATUS) - Method in class com.orientechnologies.orient.server.distributed.impl.ODistributedAbstractPlugin
-
- onDrop(ODatabaseInternal) - Method in class com.orientechnologies.orient.server.distributed.impl.ODistributedAbstractPlugin
-
- onDrop(ODatabaseInternal) - Method in class com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin
-
- onDropClass(ODatabaseInternal, OClass) - Method in class com.orientechnologies.orient.server.distributed.impl.ODistributedAbstractPlugin
-
- onLocalNodeConfigurationRequest(ODocument) - Method in class com.orientechnologies.orient.server.distributed.impl.ODistributedAbstractPlugin
-
- onMessage(String) - Method in class com.orientechnologies.orient.server.distributed.impl.ODistributedAbstractPlugin
-
- onMessage(ODistributedRequest) - Method in class com.orientechnologies.orient.server.distributed.impl.ODistributedWorker
-
Executes the remote call on the local node and send back the result
- onMessage(boolean, int, int, byte[], int) - Method in class com.orientechnologies.orient.server.distributed.impl.proxy.OProxyServer
-
- onMessage(String) - Method in class com.orientechnologies.orient.server.distributed.impl.task.OAbstractSyncDatabaseTask
-
- onOpen(ODatabaseInternal) - Method in class com.orientechnologies.orient.server.distributed.impl.ODistributedAbstractPlugin
-
Auto register myself as hook.
- open(String, String, Map<String, Object>) - Method in class com.orientechnologies.orient.server.distributed.impl.ODistributedStorage
-
- OProxyChannel - Class in com.orientechnologies.orient.server.distributed.impl.proxy
-
- OProxyChannel(OProxyServerListener, Socket, int, int) - Constructor for class com.orientechnologies.orient.server.distributed.impl.proxy.OProxyChannel
-
- OProxyServer - Class in com.orientechnologies.orient.server.distributed.impl.proxy
-
- OProxyServer() - Constructor for class com.orientechnologies.orient.server.distributed.impl.proxy.OProxyServer
-
- OProxyServerListener - Class in com.orientechnologies.orient.server.distributed.impl.proxy
-
- OProxyServerListener(OProxyServer, int, int) - Constructor for class com.orientechnologies.orient.server.distributed.impl.proxy.OProxyServerListener
-
- OReadRecordIfNotLatestTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
- OReadRecordIfNotLatestTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OReadRecordIfNotLatestTask
-
- OReadRecordIfNotLatestTask(ORecordId, int) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OReadRecordIfNotLatestTask
-
- OReadRecordTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Execute a read of a record from a distributed node.
- OReadRecordTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OReadRecordTask
-
- OReadRecordTask(ORecordId) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OReadRecordTask
-
- ORepairClusterTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Repairs a cluster through the distributed server.
- ORepairClusterTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.ORepairClusterTask
-
- ORepairClusterTask(int) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.ORepairClusterTask
-
- ORepairRecordsTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Repairs records through the distributed server.
- ORepairRecordsTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.ORepairRecordsTask
-
- ORequestDatabaseConfigurationTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Task to request last database configuration across all the servers.
- ORequestDatabaseConfigurationTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.ORequestDatabaseConfigurationTask
-
- ORequestDatabaseConfigurationTask(String) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.ORequestDatabaseConfigurationTask
-
- ORestartServerTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Distributed task to restart a node.
- ORestartServerTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.ORestartServerTask
-
- OResurrectRecordTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Distributed task to fix delete record in conflict on synchronization.
- OResurrectRecordTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OResurrectRecordTask
-
- OResurrectRecordTask(ORecord) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OResurrectRecordTask
-
- ORIENTDB_MAP - Static variable in class com.orientechnologies.orient.server.hazelcast.OHazelcastDistributedMap
-
- OScriptTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Executes a script on distributed servers.
- OScriptTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OScriptTask
-
- OScriptTask(OCommandRequestText) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OScriptTask
-
- OSQLCommandTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Distributed task used for synchronization.
- OSQLCommandTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OSQLCommandTask
-
- OSQLCommandTask(OCommandRequestText, Collection<String>) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OSQLCommandTask
-
- OStartReplicationTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Start the replication with a server.
- OStartReplicationTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OStartReplicationTask
-
- OStartReplicationTask(String, boolean) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OStartReplicationTask
-
- OStopServerTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Distributed task to stop a server.
- OStopServerTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OStopServerTask
-
- OSyncClusterTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Ask for deployment of single cluster from a remote node.
- OSyncClusterTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OSyncClusterTask
-
- OSyncClusterTask(String) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OSyncClusterTask
-
- OSyncClusterTask.MODE - Enum in com.orientechnologies.orient.server.distributed.impl.task
-
- OSyncDatabaseDeltaTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Ask for synchronization of delta of chanegs on database from a remote node.
- OSyncDatabaseDeltaTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OSyncDatabaseDeltaTask
-
- OSyncDatabaseDeltaTask(OLogSequenceNumber, long) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OSyncDatabaseDeltaTask
-
- OSyncDatabaseTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Ask for synchronization of database from a remote node.
- OSyncDatabaseTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OSyncDatabaseTask
-
- OSyncDatabaseTask(OLogSequenceNumber, long) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OSyncDatabaseTask
-
- OSynchronizedTaskWrapper - Class in com.orientechnologies.orient.server.distributed.impl
-
Task wrapper to manage synchronized operations like transactions.
- OSynchronizedTaskWrapper(CountDownLatch, String, ORemoteTask) - Constructor for class com.orientechnologies.orient.server.distributed.impl.OSynchronizedTaskWrapper
-
- OSynchronizedTaskWrapper(CountDownLatch) - Constructor for class com.orientechnologies.orient.server.distributed.impl.OSynchronizedTaskWrapper
-
- OTxTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Distributed transaction task.
- OTxTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OTxTask
-
- OTxTaskResult - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Result of distributed transaction.
- OTxTaskResult() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OTxTaskResult
-
- OUnreachableServerLocalTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Task executed when a server becomes unreachable.
- OUnreachableServerLocalTask(String) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OUnreachableServerLocalTask
-
- OUpdateDatabaseConfigurationTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Task to update the database configuration across all the servers.
- OUpdateDatabaseConfigurationTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OUpdateDatabaseConfigurationTask
-
- OUpdateDatabaseConfigurationTask(String, ODocument) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OUpdateDatabaseConfigurationTask
-
- OUpdateDatabaseStatusTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Task to update the database status across all the servers.
- OUpdateDatabaseStatusTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OUpdateDatabaseStatusTask
-
- OUpdateDatabaseStatusTask(String, String) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OUpdateDatabaseStatusTask
-
- OUpdateRecordTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Distributed updated record task used for synchronization.
- OUpdateRecordTask() - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OUpdateRecordTask
-
- OUpdateRecordTask(ORecord) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OUpdateRecordTask
-
- OUpdateRecordTask(ORecord, int) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OUpdateRecordTask
-
- OUpdateRecordTask(ORecordId, byte[], int, byte) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OUpdateRecordTask
-
- OWaitForTask - Class in com.orientechnologies.orient.server.distributed.impl.task
-
Task implementation that waits for a task to be completed.
- OWaitForTask(CountDownLatch) - Constructor for class com.orientechnologies.orient.server.distributed.impl.task.OWaitForTask
-