public class GetBulkloadStateWrapper
extends java.lang.Object
getBulkloadState
interface.Constructor and Description |
---|
GetBulkloadStateWrapper(@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 load task.
|
java.lang.String |
getCollectionName()
Gets target collection name of the bulk load task.
|
java.lang.String |
getFailedReason()
Gets failed reason of the bulk load task.
|
java.lang.String |
getFiles()
Gets target files of the bulk load task.
|
long |
getImportedCount()
Gets how many rows were imported by the bulk load task.
|
java.lang.String |
getPartitionName()
Gets target partition name of the bulk load task.
|
io.milvus.grpc.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.
|
java.lang.String |
toString()
Construct a
String by DescCollResponseWrapper instance. |
public GetBulkloadStateWrapper(@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 java.lang.String getFailedReason()
public java.lang.String getFiles()
public java.lang.String getCollectionName()
public java.lang.String getPartitionName()
public boolean queryable()
public boolean indexed()
public java.lang.String toString()
String
by DescCollResponseWrapper
instance.toString
in class java.lang.Object
String