Package | Description |
---|---|
com.orientechnologies.teleporter.factory | |
com.orientechnologies.teleporter.main |
Modifier and Type | Method and Description |
---|---|
OWorkflowStrategy |
OStrategyFactory.buildStrategy(String chosenStrategy,
String protocol,
String serverInitUrl,
String dbName) |
Modifier and Type | Method and Description |
---|---|
static com.orientechnologies.orient.core.record.impl.ODocument |
OTeleporter.execute(String driver,
String jurl,
String username,
String password,
String outDbUrl,
String chosenStrategy,
String chosenMapper,
String xmlPath,
String nameResolver,
String outputLevel,
List<String> includedTables,
List<String> excludedTables,
com.orientechnologies.orient.output.OPluginMessageHandler messageHandler) |
static void |
OTeleporter.execute(String driver,
String jurl,
String username,
String password,
String outDbUrl,
String chosenStrategy,
String chosenMapper,
String xmlPath,
String nameResolver,
String outputLevel,
List<String> includedTables,
List<String> excludedTables,
String configurationPath,
com.orientechnologies.orient.output.OPluginMessageHandler messageHandler)
Executes the import of the source DB in a OrientDB Graph through different parameters.
|
static com.orientechnologies.orient.core.record.impl.ODocument |
OTeleporter.executeJob(String driver,
String jurl,
String username,
String password,
String outDbUrl,
String chosenStrategy,
String chosenMapper,
String xmlPath,
String nameResolver,
String outputLevel,
List<String> includedTables,
List<String> excludedTables,
String jsonMigrationConfig,
com.orientechnologies.orient.output.OPluginMessageHandler messageHandler,
com.orientechnologies.orient.core.db.OrientDB orientDBInstance)
Executes the import of the source DB in a OrientDB Graph through different parameters.
|
Copyright © 2015–2023 OrientDB. All rights reserved.