| Modifier and Type | Method and Description |
|---|---|
ORemoteTaskFactory |
ORemoteTaskFactoryManager.getFactoryByServerId(int serverId) |
ORemoteTaskFactory |
ORemoteTaskFactoryManager.getFactoryByServerName(String serverName) |
ORemoteTaskFactory |
ORemoteTaskFactoryManager.getFactoryByServerNames(Collection<String> serverNames) |
ORemoteTaskFactory |
ORemoteTaskFactoryManager.getFactoryByVersion(int version) |
| Modifier and Type | Class and Description |
|---|---|
class |
ODefaultRemoteTaskFactoryV0
Factory of remote tasks.
|
class |
ODefaultRemoteTaskFactoryV1
Factory of remote tasks.
|
class |
ODefaultRemoteTaskFactoryV2
Factory of remote tasks.
|
| Modifier and Type | Method and Description |
|---|---|
ORemoteTaskFactory |
ORemoteTaskFactoryManagerImpl.getFactoryByServerId(int serverId) |
ORemoteTaskFactory |
ORemoteTaskFactoryManagerImpl.getFactoryByServerName(String serverName) |
ORemoteTaskFactory |
ORemoteTaskFactoryManagerImpl.getFactoryByServerNames(Collection<String> serverNames) |
ORemoteTaskFactory |
ORemoteTaskFactoryManagerImpl.getFactoryByVersion(int version) |
| Modifier and Type | Method and Description |
|---|---|
void |
OSQLCommandTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
OCopyDatabaseChunkTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
OCompleted2pcTaskV1.fromStream(DataInput in,
ORemoteTaskFactory taskFactory) |
void |
OSyncDatabaseDeltaTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
OUpdateDatabaseStatusTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
OCompleted2pcTask.fromStream(DataInput in,
ORemoteTaskFactory taskFactory) |
void |
OGossipTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
OStartReplicationTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
ORestartServerTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
OUpdateRecordTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
OUpdateDatabaseConfigurationTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
OSyncClusterTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
OAbstract2pcTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
OReadRecordIfNotLatestTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
ODistributedLockTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
OCreateRecordTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
OScriptTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
ORepairClusterTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
OClusterRepairInfoTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
ORequestDatabaseConfigurationTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
OSyncDatabaseTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
OAbstractReadRecordTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
OAbstractRecordReplicatedTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
OAbstractRemoteTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
ORemoteTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
Copyright © 2009–2025 OrientDB. All rights reserved.