Class OETLConsoleBlock
java.lang.Object
com.orientechnologies.orient.etl.OETLAbstractComponent
com.orientechnologies.orient.etl.block.OETLAbstractBlock
com.orientechnologies.orient.etl.block.OETLConsoleBlock
- All Implemented Interfaces:
OETLBlock,OETLComponent
Executes the OrientDB console. Useful to execute batches.
-
Field Summary
FieldsFields inherited from class com.orientechnologies.orient.etl.OETLAbstractComponent
configuration, context, ifExpression, output, processor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(ODocument iConfiguration, OCommandContext iContext) Called by the @OETLProcessorgetName()Return the symbolic name of the componentMethods inherited from class com.orientechnologies.orient.etl.block.OETLAbstractBlock
execute, setContextMethods inherited from class com.orientechnologies.orient.etl.OETLAbstractComponent
begin, debug, end, error, error, format, getCommonConfigurationParameters, getContext, getIfFilter, getProcessor, info, resolve, setProcessor, skip, stringArray2Json, toString, warnMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.etl.OETLComponent
begin, end, getContext, getProcessor, setProcessor
-
Field Details
-
file
-
commands
-
console
-
-
Constructor Details
-
OETLConsoleBlock
public OETLConsoleBlock()
-
-
Method Details
-
getConfiguration
- Specified by:
getConfigurationin interfaceOETLComponent- Overrides:
getConfigurationin classOETLAbstractComponent- Returns:
-
configure
Description copied from interface:OETLComponentCalled by the @OETLProcessor- Specified by:
configurein interfaceOETLComponent- Overrides:
configurein classOETLAbstractComponent
-
getName
Description copied from interface:OETLComponentReturn the symbolic name of the component- Returns:
- the name of the component
-
executeBlock
- Specified by:
executeBlockin classOETLAbstractBlock
-