Class MockMilvusServer


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

      Constructors 
      Constructor Description
      MockMilvusServer​(int port, io.milvus.grpc.MilvusServiceGrpc.MilvusServiceImplBase impl)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void start()  
      void stop()  
      • Methods inherited from class java.lang.Object

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

      • MockMilvusServer

        public MockMilvusServer​(int port,
                                io.milvus.grpc.MilvusServiceGrpc.MilvusServiceImplBase impl)
    • Method Detail

      • start

        public void start()
      • stop

        public void stop()