public static class MultithreadedTableWriter.Status extends ErrorCodeInfo
ErrorCodeInfo.Code| Modifier and Type | Field and Description |
|---|---|
boolean |
isExiting |
long |
sendFailedRows |
long |
sentRows |
List<MultithreadedTableWriter.ThreadStatus> |
threadStatusList |
long |
unsentRows |
errorCode, errorInfo| Constructor and Description |
|---|
Status() |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
clearError, formatApiCode, hasError, set, set, set, set, succeedpublic boolean isExiting
public long sentRows
public long unsentRows
public long sendFailedRows
public List<MultithreadedTableWriter.ThreadStatus> threadStatusList
public String toString()
toString in class ErrorCodeInfoCopyright © 2023 DolphinDB. All rights reserved.