public class ShowCollResponseWrapper
extends java.lang.Object
showCollections
interface.限定符和类型 | 类和说明 |
---|---|
static class |
ShowCollResponseWrapper.CollectionInfo
Internal-use class to wrap response of
showCollections interface. |
构造器和说明 |
---|
ShowCollResponseWrapper(@NonNull io.milvus.grpc.ShowCollectionsResponse response) |
限定符和类型 | 方法和说明 |
---|---|
ShowCollResponseWrapper.CollectionInfo |
getCollectionInfoByName(@NonNull java.lang.String collectionName)
Get information of one collection by name.
|
java.util.List<ShowCollResponseWrapper.CollectionInfo> |
getCollectionsInfo()
Get information of the collections.
|
java.lang.String |
toString()
Construct a
String by ShowCollResponseWrapper instance. |
public ShowCollResponseWrapper(@NonNull @NonNull io.milvus.grpc.ShowCollectionsResponse response)
public java.util.List<ShowCollResponseWrapper.CollectionInfo> getCollectionsInfo() throws IllegalResponseException
IllegalResponseException
public ShowCollResponseWrapper.CollectionInfo getCollectionInfoByName(@NonNull @NonNull java.lang.String collectionName)
collectionName
- collection name to get informationShowCollResponseWrapper.CollectionInfo
information of the collectionpublic java.lang.String toString()
String
by ShowCollResponseWrapper
instance.toString
在类中 java.lang.Object
String