public class GetBulkInsertStateWrapper extends Object
GetImportStateResponse interface.| 构造器和说明 |
|---|
GetBulkInsertStateWrapper(@NonNull GetImportStateResponse response) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Long> |
getAutoGeneratedIDs()
Gets the long ID array for auto-id primary key, generated by bulk insert task.
|
String |
getCollectionName()
Gets target collection name of the bulk insert task.
|
long |
getCreateTimestamp()
Gets the integer timestamp when this task is created.
|
String |
getCreateTimeStr()
Gets the timestamp in string format when this task is created.
|
String |
getFailedReason()
Gets failed reason of the bulk insert task.
|
String |
getFiles()
Gets target files of the bulk insert task.
|
long |
getImportedCount()
Gets how many rows were imported by the bulk insert task.
|
String |
getPartitionName()
Gets target partition name of the bulk insert task.
|
ImportState |
getState()
Gets state of the bulk insert task.
|
long |
getTaskID()
Gets ID of the bulk insert task.
|
String |
toString()
Construct a
String by DescCollResponseWrapper instance. |
public GetBulkInsertStateWrapper(@NonNull
@NonNull GetImportStateResponse response)
public long getTaskID()
public List<Long> getAutoGeneratedIDs()
public ImportState getState()
public long getImportedCount()
public long getCreateTimestamp()
public String getCreateTimeStr()
public String getFailedReason()
public String getFiles()
public String getCollectionName()
public String getPartitionName()
public String toString()
String by DescCollResponseWrapper instance.Copyright © 2023. All rights reserved.