Package io.milvus.response
Class GetPartStatResponseWrapper
- java.lang.Object
-
- io.milvus.response.GetPartStatResponseWrapper
-
public class GetPartStatResponseWrapper extends java.lang.Object
Utility class to wrap response ofgetPartitionStatistics
interface.
-
-
Constructor Summary
Constructors Constructor Description GetPartStatResponseWrapper(@NonNull io.milvus.grpc.GetPartitionStatisticsResponse stat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getRowCount()
Gets the row count of a field.
-