
public class ONeo4jImporterPlugin
extends com.orientechnologies.orient.server.plugin.OServerPluginAbstract
| Constructor and Description |
|---|
ONeo4jImporterPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
config(com.orientechnologies.orient.server.OServer oServer,
com.orientechnologies.orient.server.config.OServerParameterConfiguration[] iParams) |
void |
executeJob(ONeo4jImporterSettings settings,
com.orientechnologies.orient.output.OPluginMessageHandler messageHandler,
String orientdbDatabasesAbsolutePath,
com.orientechnologies.orient.core.db.OrientDB orientDBInstance) |
String |
getName() |
void |
shutdown() |
void |
startup() |
getContent, onAfterClientRequest, onBeforeClientRequest, onClientConnection, onClientDisconnection, onClientError, sendShutdownpublic void executeJob(ONeo4jImporterSettings settings, com.orientechnologies.orient.output.OPluginMessageHandler messageHandler, String orientdbDatabasesAbsolutePath, com.orientechnologies.orient.core.db.OrientDB orientDBInstance) throws Exception
Exceptionpublic String getName()
public void startup()
startup in interface com.orientechnologies.common.util.OServicestartup in class com.orientechnologies.orient.server.plugin.OServerPluginAbstractpublic void config(com.orientechnologies.orient.server.OServer oServer,
com.orientechnologies.orient.server.config.OServerParameterConfiguration[] iParams)
config in interface com.orientechnologies.orient.server.plugin.OServerPluginconfig in class com.orientechnologies.orient.server.plugin.OServerPluginAbstractpublic void shutdown()
shutdown in interface com.orientechnologies.common.util.OServiceshutdown in class com.orientechnologies.orient.server.plugin.OServerPluginAbstractCopyright © 2009–2021 OrientDB. All rights reserved.