| Package | Description |
|---|---|
| com.orientechnologies.orient.etl |
| Modifier and Type | Field and Description |
|---|---|
protected OETLProcessor.LOG_LEVELS |
OAbstractETLComponent.logLevel |
protected OETLProcessor.LOG_LEVELS |
OETLPipeline.logLevel |
protected OETLProcessor.LOG_LEVELS |
OETLProcessor.logLevel |
| Modifier and Type | Method and Description |
|---|---|
OETLProcessor.LOG_LEVELS |
OETLProcessor.getLogLevel() |
static OETLProcessor.LOG_LEVELS |
OETLProcessor.LOG_LEVELS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OETLProcessor.LOG_LEVELS[] |
OETLProcessor.LOG_LEVELS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
OAbstractETLComponent.log(OETLProcessor.LOG_LEVELS iLevel,
String iText,
Object... iArgs) |
void |
OETLProcessor.out(OETLProcessor.LOG_LEVELS iLogLevel,
String iText,
Object... iArgs) |
| Constructor and Description |
|---|
OETLPipeline(OETLProcessor processor,
List<OTransformer> transformers,
OLoader loader,
OETLProcessor.LOG_LEVELS logLevel,
int maxRetries,
boolean haltOnError) |
Copyright © 2009–2025 OrientDB. All rights reserved.