public static class ConnectorState.ScanStatus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
aborted
Was this scan aborted before completion ?
You should not set this directly, the framework handles it.
|
long |
deletedObjects |
long |
endTime
Scan end time, in ms since Epoch.
|
java.lang.Throwable |
exception
Uncaught exception thrown by the scan, if any
You should not set this directly, the framework handles it.
|
java.lang.String |
progress
If the scan is running, applicative progress message
|
long |
pushedObjects |
java.lang.String |
result
Applicative result for this scan
|
long |
scannedObjects |
java.util.Map<java.lang.String,java.lang.Number> |
specificMeasures |
long |
startTime
Scan start time, in ms since Epoch.
|
java.util.List<java.lang.String> |
warnings
Applicative warnings
|
Constructor and Description |
---|
ScanStatus() |
public boolean aborted
public java.lang.Throwable exception
public long startTime
public long endTime
public java.lang.String result
public java.util.List<java.lang.String> warnings
public java.lang.String progress
public long scannedObjects
public long pushedObjects
public long deletedObjects
public final java.util.Map<java.lang.String,java.lang.Number> specificMeasures
Copyright © 2021 Dassault Systèmes, All Rights Reserved.