Package io.milvus.connection
Class ServerMonitor
- java.lang.Object
-
- io.milvus.connection.ServerMonitor
-
public class ServerMonitor extends java.lang.Object
Monitor with scheduling to check server healthy state.
-
-
Constructor Summary
Constructors Constructor Description ServerMonitor(ClusterFactory clusterFactory, QueryNodeSingleSearch queryNodeSingleSearch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
start()
-
-
-
Constructor Detail
-
ServerMonitor
public ServerMonitor(ClusterFactory clusterFactory, QueryNodeSingleSearch queryNodeSingleSearch)
-
-