index-17.html 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="en">
  4. <head>
  5. <!-- Generated by javadoc (1.8.0_251) on Fri Jul 22 10:32:50 CST 2022 -->
  6. <title>S-Index</title>
  7. <meta name="date" content="2022-07-22">
  8. <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
  9. <script type="text/javascript" src="../script.js"></script>
  10. </head>
  11. <body>
  12. <script type="text/javascript"><!--
  13. try {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="S-Index";
  16. }
  17. }
  18. catch(err) {
  19. }
  20. //-->
  21. </script>
  22. <noscript>
  23. <div>JavaScript is disabled on your browser.</div>
  24. </noscript>
  25. <!-- ========= START OF TOP NAVBAR ======= -->
  26. <div class="topNav"><a name="navbar.top">
  27. <!-- -->
  28. </a>
  29. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  30. <a name="navbar.top.firstrow">
  31. <!-- -->
  32. </a>
  33. <ul class="navList" title="Navigation">
  34. <li><a href="../overview-summary.html">Overview</a></li>
  35. <li>Package</li>
  36. <li>Class</li>
  37. <li><a href="../overview-tree.html">Tree</a></li>
  38. <li><a href="../deprecated-list.html">Deprecated</a></li>
  39. <li class="navBarCell1Rev">Index</li>
  40. <li><a href="../help-doc.html">Help</a></li>
  41. </ul>
  42. </div>
  43. <div class="subNav">
  44. <ul class="navList">
  45. <li><a href="index-16.html">Prev Letter</a></li>
  46. <li><a href="index-18.html">Next Letter</a></li>
  47. </ul>
  48. <ul class="navList">
  49. <li><a href="../index.html?index-files/index-17.html" target="_top">Frames</a></li>
  50. <li><a href="index-17.html" target="_top">No&nbsp;Frames</a></li>
  51. </ul>
  52. <ul class="navList" id="allclasses_navbar_top">
  53. <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
  54. </ul>
  55. <div>
  56. <script type="text/javascript"><!--
  57. allClassesLink = document.getElementById("allclasses_navbar_top");
  58. if(window==top) {
  59. allClassesLink.style.display = "block";
  60. }
  61. else {
  62. allClassesLink.style.display = "none";
  63. }
  64. //-->
  65. </script>
  66. </div>
  67. <a name="skip.navbar.top">
  68. <!-- -->
  69. </a></div>
  70. <!-- ========= END OF TOP NAVBAR ========= -->
  71. <div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">K</a>&nbsp;<a href="index-11.html">L</a>&nbsp;<a href="index-12.html">M</a>&nbsp;<a href="index-13.html">N</a>&nbsp;<a href="index-14.html">P</a>&nbsp;<a href="index-15.html">Q</a>&nbsp;<a href="index-16.html">R</a>&nbsp;<a href="index-17.html">S</a>&nbsp;<a href="index-18.html">T</a>&nbsp;<a href="index-19.html">U</a>&nbsp;<a href="index-20.html">V</a>&nbsp;<a href="index-21.html">W</a>&nbsp;<a name="I:S">
  72. <!-- -->
  73. </a>
  74. <h2 class="title">S</h2>
  75. <dl>
  76. <dt><span class="memberNameLink"><a href="../io/milvus/client/AbstractMilvusGrpcClient.html#search-io.milvus.param.dml.SearchParam-">search(SearchParam)</a></span> - Method in class io.milvus.client.<a href="../io/milvus/client/AbstractMilvusGrpcClient.html" title="class in io.milvus.client">AbstractMilvusGrpcClient</a></dt>
  77. <dd>&nbsp;</dd>
  78. <dt><span class="memberNameLink"><a href="../io/milvus/client/MilvusClient.html#search-io.milvus.param.dml.SearchParam-">search(SearchParam)</a></span> - Method in interface io.milvus.client.<a href="../io/milvus/client/MilvusClient.html" title="interface in io.milvus.client">MilvusClient</a></dt>
  79. <dd>
  80. <div class="block">Conducts ANN search on a vector field.</div>
  81. </dd>
  82. <dt><span class="memberNameLink"><a href="../io/milvus/client/MilvusMultiServiceClient.html#search-io.milvus.param.dml.SearchParam-">search(SearchParam)</a></span> - Method in class io.milvus.client.<a href="../io/milvus/client/MilvusMultiServiceClient.html" title="class in io.milvus.client">MilvusMultiServiceClient</a></dt>
  83. <dd>&nbsp;</dd>
  84. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#search-io.milvus.grpc.SearchRequest-io.grpc.stub.StreamObserver-">search(SearchRequest, StreamObserver&lt;SearchResults&gt;)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  85. <dd>&nbsp;</dd>
  86. <dt><span class="memberNameLink"><a href="../io/milvus/client/AbstractMilvusGrpcClient.html#searchAsync-io.milvus.param.dml.SearchParam-">searchAsync(SearchParam)</a></span> - Method in class io.milvus.client.<a href="../io/milvus/client/AbstractMilvusGrpcClient.html" title="class in io.milvus.client">AbstractMilvusGrpcClient</a></dt>
  87. <dd>&nbsp;</dd>
  88. <dt><span class="memberNameLink"><a href="../io/milvus/client/MilvusClient.html#searchAsync-io.milvus.param.dml.SearchParam-">searchAsync(SearchParam)</a></span> - Method in interface io.milvus.client.<a href="../io/milvus/client/MilvusClient.html" title="interface in io.milvus.client">MilvusClient</a></dt>
  89. <dd>
  90. <div class="block">Conducts ANN search on a vector field asynchronously.</div>
  91. </dd>
  92. <dt><span class="memberNameLink"><a href="../io/milvus/client/MilvusMultiServiceClient.html#searchAsync-io.milvus.param.dml.SearchParam-">searchAsync(SearchParam)</a></span> - Method in class io.milvus.client.<a href="../io/milvus/client/MilvusMultiServiceClient.html" title="class in io.milvus.client">MilvusMultiServiceClient</a></dt>
  93. <dd>&nbsp;</dd>
  94. <dt><a href="../io/milvus/param/dml/SearchParam.html" title="class in io.milvus.param.dml"><span class="typeNameLink">SearchParam</span></a> - Class in <a href="../io/milvus/param/dml/package-summary.html">io.milvus.param.dml</a></dt>
  95. <dd>
  96. <div class="block">Parameters for <code>search</code> interface.</div>
  97. </dd>
  98. <dt><a href="../io/milvus/param/dml/SearchParam.Builder.html" title="class in io.milvus.param.dml"><span class="typeNameLink">SearchParam.Builder</span></a> - Class in <a href="../io/milvus/param/dml/package-summary.html">io.milvus.param.dml</a></dt>
  99. <dd>
  100. <div class="block">Builder for <a href="../io/milvus/param/dml/SearchParam.html" title="class in io.milvus.param.dml"><code>SearchParam</code></a> class.</div>
  101. </dd>
  102. <dt><a href="../io/milvus/response/SearchResultsWrapper.html" title="class in io.milvus.response"><span class="typeNameLink">SearchResultsWrapper</span></a> - Class in <a href="../io/milvus/response/package-summary.html">io.milvus.response</a></dt>
  103. <dd>
  104. <div class="block">Utility class to wrap response of <code>search</code> interface.</div>
  105. </dd>
  106. <dt><span class="memberNameLink"><a href="../io/milvus/response/SearchResultsWrapper.html#SearchResultsWrapper-io.milvus.grpc.SearchResultData-">SearchResultsWrapper(SearchResultData)</a></span> - Constructor for class io.milvus.response.<a href="../io/milvus/response/SearchResultsWrapper.html" title="class in io.milvus.response">SearchResultsWrapper</a></dt>
  107. <dd>&nbsp;</dd>
  108. <dt><a href="../io/milvus/response/SearchResultsWrapper.IDScore.html" title="class in io.milvus.response"><span class="typeNameLink">SearchResultsWrapper.IDScore</span></a> - Class in <a href="../io/milvus/response/package-summary.html">io.milvus.response</a></dt>
  109. <dd>
  110. <div class="block">Internal-use class to wrap response of <code>search</code> interface.</div>
  111. </dd>
  112. <dt><span class="memberNameLink"><a href="../io/milvus/param/ConnectParam.Builder.html#secure-boolean-">secure(boolean)</a></span> - Method in class io.milvus.param.<a href="../io/milvus/param/ConnectParam.Builder.html" title="class in io.milvus.param">ConnectParam.Builder</a></dt>
  113. <dd>
  114. <div class="block">Enables the secure for client channel.</div>
  115. </dd>
  116. <dt><span class="memberNameLink"><a href="../io/milvus/param/MultiConnectParam.Builder.html#secure-boolean-">secure(boolean)</a></span> - Method in class io.milvus.param.<a href="../io/milvus/param/MultiConnectParam.Builder.html" title="class in io.milvus.param">MultiConnectParam.Builder</a></dt>
  117. <dd>
  118. <div class="block">Enables the secure for client channel.</div>
  119. </dd>
  120. <dt><a href="../io/milvus/param/ServerAddress.html" title="class in io.milvus.param"><span class="typeNameLink">ServerAddress</span></a> - Class in <a href="../io/milvus/param/package-summary.html">io.milvus.param</a></dt>
  121. <dd>&nbsp;</dd>
  122. <dt><a href="../io/milvus/param/ServerAddress.Builder.html" title="class in io.milvus.param"><span class="typeNameLink">ServerAddress.Builder</span></a> - Class in <a href="../io/milvus/param/package-summary.html">io.milvus.param</a></dt>
  123. <dd>&nbsp;</dd>
  124. <dt><a href="../io/milvus/connection/ServerMonitor.html" title="class in io.milvus.connection"><span class="typeNameLink">ServerMonitor</span></a> - Class in <a href="../io/milvus/connection/package-summary.html">io.milvus.connection</a></dt>
  125. <dd>
  126. <div class="block">Monitor with scheduling to check server healthy state.</div>
  127. </dd>
  128. <dt><span class="memberNameLink"><a href="../io/milvus/connection/ServerMonitor.html#ServerMonitor-io.milvus.connection.ClusterFactory-io.milvus.param.QueryNodeSingleSearch-">ServerMonitor(ClusterFactory, QueryNodeSingleSearch)</a></span> - Constructor for class io.milvus.connection.<a href="../io/milvus/connection/ServerMonitor.html" title="class in io.milvus.connection">ServerMonitor</a></dt>
  129. <dd>&nbsp;</dd>
  130. <dt><a href="../io/milvus/connection/ServerSetting.html" title="class in io.milvus.connection"><span class="typeNameLink">ServerSetting</span></a> - Class in <a href="../io/milvus/connection/package-summary.html">io.milvus.connection</a></dt>
  131. <dd>
  132. <div class="block">Defined address and Milvus clients for each server.</div>
  133. </dd>
  134. <dt><span class="memberNameLink"><a href="../io/milvus/connection/ServerSetting.html#ServerSetting-io.milvus.connection.ServerSetting.Builder-">ServerSetting(ServerSetting.Builder)</a></span> - Constructor for class io.milvus.connection.<a href="../io/milvus/connection/ServerSetting.html" title="class in io.milvus.connection">ServerSetting</a></dt>
  135. <dd>&nbsp;</dd>
  136. <dt><a href="../io/milvus/connection/ServerSetting.Builder.html" title="class in io.milvus.connection"><span class="typeNameLink">ServerSetting.Builder</span></a> - Class in <a href="../io/milvus/connection/package-summary.html">io.milvus.connection</a></dt>
  137. <dd>&nbsp;</dd>
  138. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setAlterAliasResponse-io.milvus.grpc.Status-">setAlterAliasResponse(Status)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  139. <dd>&nbsp;</dd>
  140. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setCreateAliasResponse-io.milvus.grpc.Status-">setCreateAliasResponse(Status)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  141. <dd>&nbsp;</dd>
  142. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setCreateCollectionResponse-io.milvus.grpc.Status-">setCreateCollectionResponse(Status)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  143. <dd>&nbsp;</dd>
  144. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setCreateIndexResponse-io.milvus.grpc.Status-">setCreateIndexResponse(Status)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  145. <dd>&nbsp;</dd>
  146. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setCreatePartitionResponse-io.milvus.grpc.Status-">setCreatePartitionResponse(Status)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  147. <dd>&nbsp;</dd>
  148. <dt><span class="memberNameLink"><a href="../io/milvus/param/R.html#setData-T-">setData(T)</a></span> - Method in class io.milvus.param.<a href="../io/milvus/param/R.html" title="class in io.milvus.param">R</a></dt>
  149. <dd>&nbsp;</dd>
  150. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setDeleteResponse-io.milvus.grpc.MutationResult-">setDeleteResponse(MutationResult)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  151. <dd>&nbsp;</dd>
  152. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setDescribeCollectionResponse-io.milvus.grpc.DescribeCollectionResponse-">setDescribeCollectionResponse(DescribeCollectionResponse)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  153. <dd>&nbsp;</dd>
  154. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setDescribeIndexResponse-io.milvus.grpc.DescribeIndexResponse-">setDescribeIndexResponse(DescribeIndexResponse)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  155. <dd>&nbsp;</dd>
  156. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setDropAliasResponse-io.milvus.grpc.Status-">setDropAliasResponse(Status)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  157. <dd>&nbsp;</dd>
  158. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setDropCollectionResponse-io.milvus.grpc.Status-">setDropCollectionResponse(Status)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  159. <dd>&nbsp;</dd>
  160. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setDropIndexResponse-io.milvus.grpc.Status-">setDropIndexResponse(Status)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  161. <dd>&nbsp;</dd>
  162. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setDropPartitionResponse-io.milvus.grpc.Status-">setDropPartitionResponse(Status)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  163. <dd>&nbsp;</dd>
  164. <dt><span class="memberNameLink"><a href="../io/milvus/param/R.html#setException-java.lang.Exception-">setException(Exception)</a></span> - Method in class io.milvus.param.<a href="../io/milvus/param/R.html" title="class in io.milvus.param">R</a></dt>
  165. <dd>&nbsp;</dd>
  166. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setFlushResponse-io.milvus.grpc.FlushResponse-">setFlushResponse(FlushResponse)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  167. <dd>&nbsp;</dd>
  168. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setGetCollectionStatisticsResponse-io.milvus.grpc.GetCollectionStatisticsResponse-">setGetCollectionStatisticsResponse(GetCollectionStatisticsResponse)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  169. <dd>&nbsp;</dd>
  170. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setGetCompactionPlansResponse-io.milvus.grpc.GetCompactionPlansResponse-">setGetCompactionPlansResponse(GetCompactionPlansResponse)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  171. <dd>&nbsp;</dd>
  172. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setGetCompactionStateResponse-io.milvus.grpc.GetCompactionStateResponse-">setGetCompactionStateResponse(GetCompactionStateResponse)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  173. <dd>&nbsp;</dd>
  174. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setGetFlushStateResponse-io.milvus.grpc.GetFlushStateResponse-">setGetFlushStateResponse(GetFlushStateResponse)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  175. <dd>&nbsp;</dd>
  176. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setGetIndexBuildProgressResponse-io.milvus.grpc.GetIndexBuildProgressResponse-">setGetIndexBuildProgressResponse(GetIndexBuildProgressResponse)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  177. <dd>&nbsp;</dd>
  178. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setGetIndexStateResponse-io.milvus.grpc.GetIndexStateResponse-">setGetIndexStateResponse(GetIndexStateResponse)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  179. <dd>&nbsp;</dd>
  180. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setGetMetricsResponse-io.milvus.grpc.GetMetricsResponse-">setGetMetricsResponse(GetMetricsResponse)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  181. <dd>&nbsp;</dd>
  182. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setGetPartitionStatisticsResponse-io.milvus.grpc.GetPartitionStatisticsResponse-">setGetPartitionStatisticsResponse(GetPartitionStatisticsResponse)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  183. <dd>&nbsp;</dd>
  184. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setGetPersistentSegmentInfoResponse-io.milvus.grpc.GetPersistentSegmentInfoResponse-">setGetPersistentSegmentInfoResponse(GetPersistentSegmentInfoResponse)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  185. <dd>&nbsp;</dd>
  186. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setGetQuerySegmentInfoResponse-io.milvus.grpc.GetQuerySegmentInfoResponse-">setGetQuerySegmentInfoResponse(GetQuerySegmentInfoResponse)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  187. <dd>&nbsp;</dd>
  188. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setGetReplicasResponse-io.milvus.grpc.GetReplicasResponse-">setGetReplicasResponse(GetReplicasResponse)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  189. <dd>&nbsp;</dd>
  190. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setHasCollectionResponse-io.milvus.grpc.BoolResponse-">setHasCollectionResponse(BoolResponse)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  191. <dd>&nbsp;</dd>
  192. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setHasPartitionResponse-io.milvus.grpc.BoolResponse-">setHasPartitionResponse(BoolResponse)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  193. <dd>&nbsp;</dd>
  194. <dt><span class="memberNameLink"><a href="../io/milvus/response/ShowCollResponseWrapper.CollectionInfo.html#SetInMemoryPercentage-long-">SetInMemoryPercentage(long)</a></span> - Method in class io.milvus.response.<a href="../io/milvus/response/ShowCollResponseWrapper.CollectionInfo.html" title="class in io.milvus.response">ShowCollResponseWrapper.CollectionInfo</a></dt>
  195. <dd>&nbsp;</dd>
  196. <dt><span class="memberNameLink"><a href="../io/milvus/response/ShowPartResponseWrapper.PartitionInfo.html#setInMemoryPercentage-long-">setInMemoryPercentage(long)</a></span> - Method in class io.milvus.response.<a href="../io/milvus/response/ShowPartResponseWrapper.PartitionInfo.html" title="class in io.milvus.response">ShowPartResponseWrapper.PartitionInfo</a></dt>
  197. <dd>&nbsp;</dd>
  198. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setInsertResponse-io.milvus.grpc.MutationResult-">setInsertResponse(MutationResult)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  199. <dd>&nbsp;</dd>
  200. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setLoadBalanceResponse-io.milvus.grpc.Status-">setLoadBalanceResponse(Status)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  201. <dd>&nbsp;</dd>
  202. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setLoadCollectionResponse-io.milvus.grpc.Status-">setLoadCollectionResponse(Status)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  203. <dd>&nbsp;</dd>
  204. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setLoadPartitionsResponse-io.milvus.grpc.Status-">setLoadPartitionsResponse(Status)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  205. <dd>&nbsp;</dd>
  206. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setManualCompactionResponse-io.milvus.grpc.ManualCompactionResponse-">setManualCompactionResponse(ManualCompactionResponse)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  207. <dd>&nbsp;</dd>
  208. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setQueryResponse-io.milvus.grpc.QueryResults-">setQueryResponse(QueryResults)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  209. <dd>&nbsp;</dd>
  210. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setReleaseCollectionResponse-io.milvus.grpc.Status-">setReleaseCollectionResponse(Status)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  211. <dd>&nbsp;</dd>
  212. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setReleasePartitionsResponse-io.milvus.grpc.Status-">setReleasePartitionsResponse(Status)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  213. <dd>&nbsp;</dd>
  214. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setRespCreateCredential-io.milvus.grpc.Status-">setRespCreateCredential(Status)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  215. <dd>&nbsp;</dd>
  216. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setRespDeleteCredential-io.milvus.grpc.Status-">setRespDeleteCredential(Status)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  217. <dd>&nbsp;</dd>
  218. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setRespListCredUsers-io.milvus.grpc.ListCredUsersResponse-">setRespListCredUsers(ListCredUsersResponse)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  219. <dd>&nbsp;</dd>
  220. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setRespUpdateCredential-io.milvus.grpc.Status-">setRespUpdateCredential(Status)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  221. <dd>&nbsp;</dd>
  222. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setSearchResponse-io.milvus.grpc.SearchResults-">setSearchResponse(SearchResults)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  223. <dd>&nbsp;</dd>
  224. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setShowCollectionsResponse-io.milvus.grpc.ShowCollectionsResponse-">setShowCollectionsResponse(ShowCollectionsResponse)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  225. <dd>&nbsp;</dd>
  226. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#setShowPartitionsResponse-io.milvus.grpc.ShowPartitionsResponse-">setShowPartitionsResponse(ShowPartitionsResponse)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  227. <dd>&nbsp;</dd>
  228. <dt><span class="memberNameLink"><a href="../io/milvus/exception/MilvusException.html#setStatus-java.lang.Integer-">setStatus(Integer)</a></span> - Method in exception io.milvus.exception.<a href="../io/milvus/exception/MilvusException.html" title="class in io.milvus.exception">MilvusException</a></dt>
  229. <dd>&nbsp;</dd>
  230. <dt><span class="memberNameLink"><a href="../io/milvus/param/R.html#setStatus-java.lang.Integer-">setStatus(Integer)</a></span> - Method in class io.milvus.param.<a href="../io/milvus/param/R.html" title="class in io.milvus.param">R</a></dt>
  231. <dd>&nbsp;</dd>
  232. <dt><span class="memberNameLink"><a href="../io/milvus/client/AbstractMilvusGrpcClient.html#showCollections-io.milvus.param.collection.ShowCollectionsParam-">showCollections(ShowCollectionsParam)</a></span> - Method in class io.milvus.client.<a href="../io/milvus/client/AbstractMilvusGrpcClient.html" title="class in io.milvus.client">AbstractMilvusGrpcClient</a></dt>
  233. <dd>&nbsp;</dd>
  234. <dt><span class="memberNameLink"><a href="../io/milvus/client/MilvusClient.html#showCollections-io.milvus.param.collection.ShowCollectionsParam-">showCollections(ShowCollectionsParam)</a></span> - Method in interface io.milvus.client.<a href="../io/milvus/client/MilvusClient.html" title="interface in io.milvus.client">MilvusClient</a></dt>
  235. <dd>
  236. <div class="block">Lists all collections or gets collection loading status.</div>
  237. </dd>
  238. <dt><span class="memberNameLink"><a href="../io/milvus/client/MilvusMultiServiceClient.html#showCollections-io.milvus.param.collection.ShowCollectionsParam-">showCollections(ShowCollectionsParam)</a></span> - Method in class io.milvus.client.<a href="../io/milvus/client/MilvusMultiServiceClient.html" title="class in io.milvus.client">MilvusMultiServiceClient</a></dt>
  239. <dd>&nbsp;</dd>
  240. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#showCollections-io.milvus.grpc.ShowCollectionsRequest-io.grpc.stub.StreamObserver-">showCollections(ShowCollectionsRequest, StreamObserver&lt;ShowCollectionsResponse&gt;)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  241. <dd>&nbsp;</dd>
  242. <dt><a href="../io/milvus/param/collection/ShowCollectionsParam.html" title="class in io.milvus.param.collection"><span class="typeNameLink">ShowCollectionsParam</span></a> - Class in <a href="../io/milvus/param/collection/package-summary.html">io.milvus.param.collection</a></dt>
  243. <dd>
  244. <div class="block">Parameters for <code>showCollections</code> interface.</div>
  245. </dd>
  246. <dt><a href="../io/milvus/param/collection/ShowCollectionsParam.Builder.html" title="class in io.milvus.param.collection"><span class="typeNameLink">ShowCollectionsParam.Builder</span></a> - Class in <a href="../io/milvus/param/collection/package-summary.html">io.milvus.param.collection</a></dt>
  247. <dd>
  248. <div class="block">Builder for <a href="../io/milvus/param/collection/ShowCollectionsParam.html" title="class in io.milvus.param.collection"><code>ShowCollectionsParam</code></a> class.</div>
  249. </dd>
  250. <dt><a href="../io/milvus/response/ShowCollResponseWrapper.html" title="class in io.milvus.response"><span class="typeNameLink">ShowCollResponseWrapper</span></a> - Class in <a href="../io/milvus/response/package-summary.html">io.milvus.response</a></dt>
  251. <dd>
  252. <div class="block">Util class to wrap response of <code>showCollections</code> interface.</div>
  253. </dd>
  254. <dt><span class="memberNameLink"><a href="../io/milvus/response/ShowCollResponseWrapper.html#ShowCollResponseWrapper-io.milvus.grpc.ShowCollectionsResponse-">ShowCollResponseWrapper(ShowCollectionsResponse)</a></span> - Constructor for class io.milvus.response.<a href="../io/milvus/response/ShowCollResponseWrapper.html" title="class in io.milvus.response">ShowCollResponseWrapper</a></dt>
  255. <dd>&nbsp;</dd>
  256. <dt><a href="../io/milvus/response/ShowCollResponseWrapper.CollectionInfo.html" title="class in io.milvus.response"><span class="typeNameLink">ShowCollResponseWrapper.CollectionInfo</span></a> - Class in <a href="../io/milvus/response/package-summary.html">io.milvus.response</a></dt>
  257. <dd>
  258. <div class="block">Internal-use class to wrap response of <code>showCollections</code> interface.</div>
  259. </dd>
  260. <dt><span class="memberNameLink"><a href="../io/milvus/client/AbstractMilvusGrpcClient.html#showPartitions-io.milvus.param.partition.ShowPartitionsParam-">showPartitions(ShowPartitionsParam)</a></span> - Method in class io.milvus.client.<a href="../io/milvus/client/AbstractMilvusGrpcClient.html" title="class in io.milvus.client">AbstractMilvusGrpcClient</a></dt>
  261. <dd>&nbsp;</dd>
  262. <dt><span class="memberNameLink"><a href="../io/milvus/client/MilvusClient.html#showPartitions-io.milvus.param.partition.ShowPartitionsParam-">showPartitions(ShowPartitionsParam)</a></span> - Method in interface io.milvus.client.<a href="../io/milvus/client/MilvusClient.html" title="interface in io.milvus.client">MilvusClient</a></dt>
  263. <dd>
  264. <div class="block">Shows all partitions in the specified collection.</div>
  265. </dd>
  266. <dt><span class="memberNameLink"><a href="../io/milvus/client/MilvusMultiServiceClient.html#showPartitions-io.milvus.param.partition.ShowPartitionsParam-">showPartitions(ShowPartitionsParam)</a></span> - Method in class io.milvus.client.<a href="../io/milvus/client/MilvusMultiServiceClient.html" title="class in io.milvus.client">MilvusMultiServiceClient</a></dt>
  267. <dd>&nbsp;</dd>
  268. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServerImpl.html#showPartitions-io.milvus.grpc.ShowPartitionsRequest-io.grpc.stub.StreamObserver-">showPartitions(ShowPartitionsRequest, StreamObserver&lt;ShowPartitionsResponse&gt;)</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServerImpl.html" title="class in io.milvus.server">MockMilvusServerImpl</a></dt>
  269. <dd>&nbsp;</dd>
  270. <dt><a href="../io/milvus/param/partition/ShowPartitionsParam.html" title="class in io.milvus.param.partition"><span class="typeNameLink">ShowPartitionsParam</span></a> - Class in <a href="../io/milvus/param/partition/package-summary.html">io.milvus.param.partition</a></dt>
  271. <dd>
  272. <div class="block">Parameters for <code>showPartition</code> interface.</div>
  273. </dd>
  274. <dt><a href="../io/milvus/param/partition/ShowPartitionsParam.Builder.html" title="class in io.milvus.param.partition"><span class="typeNameLink">ShowPartitionsParam.Builder</span></a> - Class in <a href="../io/milvus/param/partition/package-summary.html">io.milvus.param.partition</a></dt>
  275. <dd>
  276. <div class="block">Builder for <a href="../io/milvus/param/partition/ShowPartitionsParam.html" title="class in io.milvus.param.partition"><code>ShowPartitionsParam</code></a> class.</div>
  277. </dd>
  278. <dt><a href="../io/milvus/response/ShowPartResponseWrapper.html" title="class in io.milvus.response"><span class="typeNameLink">ShowPartResponseWrapper</span></a> - Class in <a href="../io/milvus/response/package-summary.html">io.milvus.response</a></dt>
  279. <dd>
  280. <div class="block">Util class to wrap response of <code>showPartitions</code> interface.</div>
  281. </dd>
  282. <dt><span class="memberNameLink"><a href="../io/milvus/response/ShowPartResponseWrapper.html#ShowPartResponseWrapper-io.milvus.grpc.ShowPartitionsResponse-">ShowPartResponseWrapper(ShowPartitionsResponse)</a></span> - Constructor for class io.milvus.response.<a href="../io/milvus/response/ShowPartResponseWrapper.html" title="class in io.milvus.response">ShowPartResponseWrapper</a></dt>
  283. <dd>&nbsp;</dd>
  284. <dt><a href="../io/milvus/response/ShowPartResponseWrapper.PartitionInfo.html" title="class in io.milvus.response"><span class="typeNameLink">ShowPartResponseWrapper.PartitionInfo</span></a> - Class in <a href="../io/milvus/response/package-summary.html">io.milvus.response</a></dt>
  285. <dd>
  286. <div class="block">Internal-use class to wrap response of <code>showPartitions</code> interface.</div>
  287. </dd>
  288. <dt><span class="memberNameLink"><a href="../io/milvus/connection/ServerMonitor.html#start--">start()</a></span> - Method in class io.milvus.connection.<a href="../io/milvus/connection/ServerMonitor.html" title="class in io.milvus.connection">ServerMonitor</a></dt>
  289. <dd>&nbsp;</dd>
  290. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServer.html#start--">start()</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServer.html" title="class in io.milvus.server">MockMilvusServer</a></dt>
  291. <dd>&nbsp;</dd>
  292. <dt><span class="memberNameLink"><a href="../io/milvus/exception/MilvusException.html#status">status</a></span> - Variable in exception io.milvus.exception.<a href="../io/milvus/exception/MilvusException.html" title="class in io.milvus.exception">MilvusException</a></dt>
  293. <dd>&nbsp;</dd>
  294. <dt><span class="memberNameLink"><a href="../io/milvus/server/MockMilvusServer.html#stop--">stop()</a></span> - Method in class io.milvus.server.<a href="../io/milvus/server/MockMilvusServer.html" title="class in io.milvus.server">MockMilvusServer</a></dt>
  295. <dd>&nbsp;</dd>
  296. <dt><span class="memberNameLink"><a href="../io/milvus/param/R.html#success--">success()</a></span> - Static method in class io.milvus.param.<a href="../io/milvus/param/R.html" title="class in io.milvus.param">R</a></dt>
  297. <dd>
  298. <div class="block">Returns a succeed status.</div>
  299. </dd>
  300. <dt><span class="memberNameLink"><a href="../io/milvus/param/R.html#success-T-">success(T)</a></span> - Static method in class io.milvus.param.<a href="../io/milvus/param/R.html" title="class in io.milvus.param">R</a></dt>
  301. <dd>
  302. <div class="block">Wraps a succeed rpc response object.</div>
  303. </dd>
  304. <dt><span class="memberNameLink"><a href="../io/milvus/param/RpcStatus.html#SUCCESS_MSG">SUCCESS_MSG</a></span> - Static variable in class io.milvus.param.<a href="../io/milvus/param/RpcStatus.html" title="class in io.milvus.param">RpcStatus</a></dt>
  305. <dd>&nbsp;</dd>
  306. </dl>
  307. <a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">K</a>&nbsp;<a href="index-11.html">L</a>&nbsp;<a href="index-12.html">M</a>&nbsp;<a href="index-13.html">N</a>&nbsp;<a href="index-14.html">P</a>&nbsp;<a href="index-15.html">Q</a>&nbsp;<a href="index-16.html">R</a>&nbsp;<a href="index-17.html">S</a>&nbsp;<a href="index-18.html">T</a>&nbsp;<a href="index-19.html">U</a>&nbsp;<a href="index-20.html">V</a>&nbsp;<a href="index-21.html">W</a>&nbsp;</div>
  308. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  309. <div class="bottomNav"><a name="navbar.bottom">
  310. <!-- -->
  311. </a>
  312. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  313. <a name="navbar.bottom.firstrow">
  314. <!-- -->
  315. </a>
  316. <ul class="navList" title="Navigation">
  317. <li><a href="../overview-summary.html">Overview</a></li>
  318. <li>Package</li>
  319. <li>Class</li>
  320. <li><a href="../overview-tree.html">Tree</a></li>
  321. <li><a href="../deprecated-list.html">Deprecated</a></li>
  322. <li class="navBarCell1Rev">Index</li>
  323. <li><a href="../help-doc.html">Help</a></li>
  324. </ul>
  325. </div>
  326. <div class="subNav">
  327. <ul class="navList">
  328. <li><a href="index-16.html">Prev Letter</a></li>
  329. <li><a href="index-18.html">Next Letter</a></li>
  330. </ul>
  331. <ul class="navList">
  332. <li><a href="../index.html?index-files/index-17.html" target="_top">Frames</a></li>
  333. <li><a href="index-17.html" target="_top">No&nbsp;Frames</a></li>
  334. </ul>
  335. <ul class="navList" id="allclasses_navbar_bottom">
  336. <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
  337. </ul>
  338. <div>
  339. <script type="text/javascript"><!--
  340. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  341. if(window==top) {
  342. allClassesLink.style.display = "block";
  343. }
  344. else {
  345. allClassesLink.style.display = "none";
  346. }
  347. //-->
  348. </script>
  349. </div>
  350. <a name="skip.navbar.bottom">
  351. <!-- -->
  352. </a></div>
  353. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  354. </body>
  355. </html>