public class GetBulkloadStateWrapper extends Object
getBulkloadState interface.| 构造器和说明 |
|---|
GetBulkloadStateWrapper(@NonNull GetImportStateResponse response) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Long> |
getAutoGeneratedIDs()
Gets the long ID array for auto-id primary key, generated by bulk load task.
|
String |
getCollectionName()
Gets target collection name of the bulk load task.
|
String |
getFailedReason()
Gets failed reason of the bulk load task.
|
String |
getFiles()
Gets target files of the bulk load task.
|
long |
getImportedCount()
Gets how many rows were imported by the bulk load task.
|
String |
getPartitionName()
Gets target partition name of the bulk load task.
|
ImportState |
getState()
Gets state of the bulk load task.
|
long |
getTaskID()
Gets ID of the bulk load task.
|
boolean |
indexed()
A flag indicating whether import data are indexed.
|
boolean |
queryable()
A flag indicating whether import data are queryable (i.e. loaded in query nodes).
|
String |
toString()
Construct a
String by DescCollResponseWrapper instance. |
public GetBulkloadStateWrapper(@NonNull
@NonNull GetImportStateResponse response)
public long getTaskID()
public List<Long> getAutoGeneratedIDs()
public ImportState getState()
public long getImportedCount()
public String getFailedReason()
public String getFiles()
public String getCollectionName()
public String getPartitionName()
public boolean queryable()
public boolean indexed()
public String toString()
String by DescCollResponseWrapper instance.Copyright © 2022. All rights reserved.