public class OETLProcessor.OETLProcessorStats extends Object
Modifier and Type | Field and Description |
---|---|
AtomicLong |
errors |
long |
lastExtractorProgress |
long |
lastLap |
long |
lastLoaderProgress |
AtomicLong |
warnings |
Constructor and Description |
---|
OETLProcessorStats() |
Modifier and Type | Method and Description |
---|---|
long |
incrementErrors() |
long |
incrementWarnings() |
public long lastExtractorProgress
public long lastLoaderProgress
public long lastLap
public AtomicLong warnings
public AtomicLong errors
Copyright © 2009–2020 OrientDB. All rights reserved.