public class OTeleporterHandler extends Object
Constructor and Description |
---|
OTeleporterHandler() |
Modifier and Type | Method and Description |
---|---|
void |
checkConnection(com.orientechnologies.orient.core.record.impl.ODocument args,
com.orientechnologies.orient.server.OServer currentServerInstance)
Checks If the connection with given parameters is alive
|
com.orientechnologies.orient.core.record.impl.ODocument |
execute(com.orientechnologies.orient.core.record.impl.ODocument args,
com.orientechnologies.orient.server.OServer currentServerInstance)
Executes import with configuration;
|
com.orientechnologies.orient.core.record.impl.ODocument |
getTables(com.orientechnologies.orient.core.record.impl.ODocument params,
com.orientechnologies.orient.server.OServer currentServerInstance)
Retrieves all the tables contained in the specified source database.
|
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 com.orientechnologies.orient.core.record.impl.ODocument execute(com.orientechnologies.orient.core.record.impl.ODocument args, com.orientechnologies.orient.server.OServer currentServerInstance) throws Exception
args
- currentServerInstance
- Exception
public void checkConnection(com.orientechnologies.orient.core.record.impl.ODocument args, com.orientechnologies.orient.server.OServer currentServerInstance) throws Exception
args
- Exception
public com.orientechnologies.orient.core.record.impl.ODocument status()
public com.orientechnologies.orient.core.record.impl.ODocument getTables(com.orientechnologies.orient.core.record.impl.ODocument params, com.orientechnologies.orient.server.OServer currentServerInstance) throws Exception
Exception
Copyright © 2015–2022 OrientDB. All rights reserved.