public class ShowPartResponseWrapper
extends java.lang.Object
showPartitions
interface.Modifier and Type | Class | Description |
---|---|---|
static class |
ShowPartResponseWrapper.PartitionInfo |
Internal-use class to wrap response of
showPartitions interface. |
Constructor | Description |
---|---|
ShowPartResponseWrapper(@NonNull io.milvus.grpc.ShowPartitionsResponse response) |
Modifier and Type | Method | Description |
---|---|---|
ShowPartResponseWrapper.PartitionInfo |
getPartitionInfoByName(@NonNull java.lang.String partitionName) |
Get information of one partition by name.
|
java.util.List<ShowPartResponseWrapper.PartitionInfo> |
getPartitionsInfo() |
Get information of the partitions.
|
java.lang.String |
toString() |
Construct a
String by ShowPartResponseWrapper instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ShowPartResponseWrapper(@NonNull
@NonNull io.milvus.grpc.ShowPartitionsResponse response)
public java.util.List<ShowPartResponseWrapper.PartitionInfo> getPartitionsInfo()
throws IllegalResponseException
IllegalResponseException
public ShowPartResponseWrapper.PartitionInfo getPartitionInfoByName(@NonNull
@NonNull java.lang.String partitionName)
partitionName
- partition name to get informationShowPartResponseWrapper.PartitionInfo
information of the partitionpublic java.lang.String toString()
String
by ShowPartResponseWrapper
instance.toString
in class java.lang.Object
String