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