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 |
ODefaultRemoteTaskFactoryV3
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 |
OTransactionPhase1Task.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
ORestartServerTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
OSyncDatabaseTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
OGossipTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
OUpdateDatabaseSequenceStatusTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
OSQLCommandTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
OUpdateDatabaseConfigurationTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
OCopyDatabaseChunkTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
ORunQueryExecutionPlanTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
OCloseQueryTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
OSyncClusterTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
OUpdateDatabaseStatusTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
ONewSQLCommandTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
OSyncDatabaseNewDeltaTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
OTransactionPhase2Task.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
OFetchQueryPageTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
OScriptTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
ORequestDatabaseConfigurationTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
NodeOperationTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
OAbstractRemoteTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
void |
ORemoteTask.fromStream(DataInput in,
ORemoteTaskFactory factory) |
Copyright © 2009–2020 OrientDB. All rights reserved.