public class GetBulkInsertStateWrapper
extends java.lang.Object
GetImportStateResponse
interface.Constructor and Description |
---|
GetBulkInsertStateWrapper(@NonNull io.milvus.grpc.GetImportStateResponse response) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Long> |
getAutoGeneratedIDs()
Gets the long ID array for auto-id primary key, generated by bulk insert task.
|
java.lang.String |
getCollectionName()
Gets target collection name of the bulk insert task.
|
long |
getCreateTimestamp()
Gets the integer timestamp when this task is created.
|
java.lang.String |
getCreateTimeStr()
Gets the timestamp in string format when this task is created.
|
java.lang.String |
getFailedReason()
Gets failed reason of the bulk insert task.
|
java.lang.String |
getFiles()
Gets target files of the bulk insert task.
|
long |
getImportedCount()
Gets how many rows were imported by the bulk insert task.
|
java.lang.String |
getPartitionName()
Gets target partition name of the bulk insert task.
|
int |
getProgress()
Gets working progress percent value of the bulk insert task.
|
io.milvus.grpc.ImportState |
getState()
Gets state of the bulk insert task.
|
long |
getTaskID()
Gets ID of the bulk insert task.
|
java.lang.String |
toString()
Construct a
String by DescCollResponseWrapper instance. |
public GetBulkInsertStateWrapper(@NonNull @NonNull io.milvus.grpc.GetImportStateResponse response)
public long getTaskID()
public java.util.List<java.lang.Long> getAutoGeneratedIDs()
public io.milvus.grpc.ImportState getState()
public long getImportedCount()
public long getCreateTimestamp()
public java.lang.String getCreateTimeStr()
public java.lang.String getFailedReason()
public java.lang.String getFiles()
public java.lang.String getCollectionName()
public java.lang.String getPartitionName()
public int getProgress()
public java.lang.String toString()
String
by DescCollResponseWrapper
instance.toString
in class java.lang.Object
String