| Package | Description |
|---|---|
| com.orientechnologies.orient.etl | |
| com.orientechnologies.orient.etl.loader | |
| com.orientechnologies.orient.etl.transformer |
| Modifier and Type | Field and Description |
|---|---|
protected OETLPipeline |
OAbstractETLPipelineComponent.pipeline |
| Modifier and Type | Method and Description |
|---|---|
OETLPipeline |
OETLPipeline.setDocumentDatabase(ODatabaseDocument iDb) |
OETLPipeline |
OETLPipeline.setGraphDatabase(OrientBaseGraph iGraph) |
| Modifier and Type | Method and Description |
|---|---|
void |
OETLPipelineComponent.setPipeline(OETLPipeline iPipeline) |
void |
OAbstractETLPipelineComponent.setPipeline(OETLPipeline iPipeline) |
| Modifier and Type | Method and Description |
|---|---|
void |
OAbstractLoader.beginLoader(OETLPipeline pipeline) |
void |
OLoader.beginLoader(OETLPipeline pipeline) |
void |
OOrientDBLoader.beginLoader(OETLPipeline pipeline) |
void |
OAbstractLoader.endLoader(OETLPipeline pipeline) |
void |
OLoader.endLoader(OETLPipeline pipeline) |
void |
OOrientDBLoader.endLoader(OETLPipeline pipeline) |
protected OClass |
OOrientDBLoader.getOrCreateClass(OETLPipeline pipeline,
String iClassName,
String iSuperClass) |
void |
OLoader.load(OETLPipeline pipeline,
Object input,
OCommandContext context) |
void |
OOrientDBLoader.load(OETLPipeline pipeline,
Object input,
OCommandContext context) |
void |
OStreamLoader.load(OETLPipeline pipeline,
Object input,
OCommandContext context) |
void |
OOutputLoader.load(OETLPipeline pipeline,
Object input,
OCommandContext context) |
void |
OLoader.rollback(OETLPipeline pipeline) |
void |
OOrientDBLoader.rollback(OETLPipeline pipeline) |
void |
OStreamLoader.rollback(OETLPipeline pipeline) |
void |
OOutputLoader.rollback(OETLPipeline pipeline) |
| Modifier and Type | Method and Description |
|---|---|
void |
OBlockTransformer.setPipeline(OETLPipeline iPipeline) |
Copyright © 2009–2025 OrientDB. All rights reserved.