Class ClientUtils


  • public class ClientUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ClientUtils()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void checkDatabaseExist​(io.milvus.grpc.MilvusServiceGrpc.MilvusServiceBlockingStub blockingStub, java.lang.String dbName)  
      io.grpc.ManagedChannel getChannel​(ConnectConfig connectConfig)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClientUtils

        public ClientUtils()
    • Method Detail

      • getChannel

        public io.grpc.ManagedChannel getChannel​(ConnectConfig connectConfig)
      • checkDatabaseExist

        public void checkDatabaseExist​(io.milvus.grpc.MilvusServiceGrpc.MilvusServiceBlockingStub blockingStub,
                                       java.lang.String dbName)