
public class OETLHandler extends Object
| Constructor and Description |
|---|
OETLHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkConnection(com.orientechnologies.orient.core.record.impl.ODocument args)
Checks If the connection with given parameters is alive
|
void |
executeImport(com.orientechnologies.orient.core.record.impl.ODocument cfg,
com.orientechnologies.orient.server.OServer server)
Executes import with configuration;
|
com.orientechnologies.orient.core.record.impl.ODocument |
listConfigurations(com.orientechnologies.orient.server.OServer server) |
void |
saveConfiguration(com.orientechnologies.orient.core.record.impl.ODocument args,
com.orientechnologies.orient.server.OServer server) |
com.orientechnologies.orient.core.record.impl.ODocument |
status()
Status of the Running Jobs
|
public void executeImport(com.orientechnologies.orient.core.record.impl.ODocument cfg,
com.orientechnologies.orient.server.OServer server)
public void checkConnection(com.orientechnologies.orient.core.record.impl.ODocument args)
throws Exception
Exceptionpublic com.orientechnologies.orient.core.record.impl.ODocument status()
public void saveConfiguration(com.orientechnologies.orient.core.record.impl.ODocument args,
com.orientechnologies.orient.server.OServer server)
throws Exception
ExceptionCopyright © 2009–2018 OrientDB. All rights reserved.