Package com.orientechnologies.orient.etl
Class OETLPlugin
java.lang.Object
com.orientechnologies.orient.server.plugin.OServerPluginAbstract
com.orientechnologies.orient.etl.OETLPlugin
- All Implemented Interfaces:
OService,OServerPlugin
OETLPlugin.
- Author:
- Gabriele Ponzi
-
Field Summary
Fields inherited from class com.orientechnologies.orient.server.plugin.OServerPluginAbstract
enabled -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfig(OServer oServer, OServerParameterConfiguration[] iParams) Configures the handler.voidexecuteJob(String jsonConfig, String outDBConfigPath, OPluginMessageHandler messageHandler) getName()voidshutdown()voidstartup()Methods inherited from class com.orientechnologies.orient.server.plugin.OServerPluginAbstract
getContent, onAfterClientRequest, onBeforeClientRequest, onClientConnection, onClientDisconnection, onClientError, sendShutdownMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.server.plugin.OServerPlugin
onSocketAccepted, onSocketDestroyed
-
Constructor Details
-
OETLPlugin
public OETLPlugin() -
OETLPlugin
-
-
Method Details
-
executeJob
public void executeJob(String jsonConfig, String outDBConfigPath, OPluginMessageHandler messageHandler) -
getName
-
startup
public void startup()- Specified by:
startupin interfaceOService- Overrides:
startupin classOServerPluginAbstract
-
config
Description copied from interface:OServerPluginConfigures the handler. Called at startup.- Specified by:
configin interfaceOServerPlugin- Overrides:
configin classOServerPluginAbstract
-
shutdown
public void shutdown()- Specified by:
shutdownin interfaceOService- Overrides:
shutdownin classOServerPluginAbstract
-