package-summary.html 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. <!DOCTYPE HTML>
  2. <!-- NewPage -->
  3. <html lang="en">
  4. <head>
  5. <!-- Generated by javadoc (11.0.13) on Mon Jan 24 16:25:44 CST 2022 -->
  6. <title>io.milvus.Response</title>
  7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  8. <meta name="dc.created" content="2022-01-24">
  9. <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
  10. <link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
  11. <script type="text/javascript" src="../../../script.js"></script>
  12. <script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script>
  13. <script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
  14. <!--[if IE]>
  15. <script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
  16. <![endif]-->
  17. <script type="text/javascript" src="../../../jquery/jquery-3.5.1.js"></script>
  18. <script type="text/javascript" src="../../../jquery/jquery-ui.js"></script>
  19. </head>
  20. <body>
  21. <script type="text/javascript"><!--
  22. try {
  23. if (location.href.indexOf('is-external=true') == -1) {
  24. parent.document.title="io.milvus.Response";
  25. }
  26. }
  27. catch(err) {
  28. }
  29. //-->
  30. var pathtoroot = "../../../";
  31. var useModuleDirectories = true;
  32. loadScripts(document, 'script');</script>
  33. <noscript>
  34. <div>JavaScript is disabled on your browser.</div>
  35. </noscript>
  36. <header role="banner">
  37. <nav role="navigation">
  38. <div class="fixedNav">
  39. <!-- ========= START OF TOP NAVBAR ======= -->
  40. <div class="topNav"><a id="navbar.top">
  41. <!-- -->
  42. </a>
  43. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  44. <a id="navbar.top.firstrow">
  45. <!-- -->
  46. </a>
  47. <ul class="navList" title="Navigation">
  48. <li><a href="../../../index.html">Overview</a></li>
  49. <li class="navBarCell1Rev">Package</li>
  50. <li>Class</li>
  51. <li><a href="package-tree.html">Tree</a></li>
  52. <li><a href="../../../deprecated-list.html">Deprecated</a></li>
  53. <li><a href="../../../index-files/index-1.html">Index</a></li>
  54. <li><a href="../../../help-doc.html">Help</a></li>
  55. </ul>
  56. </div>
  57. <div class="subNav">
  58. <ul class="navList" id="allclasses_navbar_top">
  59. <li><a href="../../../allclasses.html">All&nbsp;Classes</a></li>
  60. </ul>
  61. <ul class="navListSearch">
  62. <li><label for="search">SEARCH:</label>
  63. <input type="text" id="search" value="search" disabled="disabled">
  64. <input type="reset" id="reset" value="reset" disabled="disabled">
  65. </li>
  66. </ul>
  67. <div>
  68. <script type="text/javascript"><!--
  69. allClassesLink = document.getElementById("allclasses_navbar_top");
  70. if(window==top) {
  71. allClassesLink.style.display = "block";
  72. }
  73. else {
  74. allClassesLink.style.display = "none";
  75. }
  76. //-->
  77. </script>
  78. <noscript>
  79. <div>JavaScript is disabled on your browser.</div>
  80. </noscript>
  81. </div>
  82. <a id="skip.navbar.top">
  83. <!-- -->
  84. </a></div>
  85. <!-- ========= END OF TOP NAVBAR ========= -->
  86. </div>
  87. <div class="navPadding">&nbsp;</div>
  88. <script type="text/javascript"><!--
  89. $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
  90. //-->
  91. </script>
  92. </nav>
  93. </header>
  94. <main role="main">
  95. <div class="header">
  96. <h1 title="Package" class="title">Package&nbsp;io.milvus.Response</h1>
  97. </div>
  98. <div class="contentContainer">
  99. <ul class="blockList">
  100. <li class="blockList">
  101. <table class="typeSummary">
  102. <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
  103. <tr>
  104. <th class="colFirst" scope="col">Class</th>
  105. <th class="colLast" scope="col">Description</th>
  106. </tr>
  107. <tbody>
  108. <tr class="altColor">
  109. <th class="colFirst" scope="row"><a href="DescCollResponseWrapper.html" title="class in io.milvus.Response">DescCollResponseWrapper</a></th>
  110. <td class="colLast">
  111. <div class="block">Util class to wrap response of <code>describeCollection</code> interface.</div>
  112. </td>
  113. </tr>
  114. <tr class="rowColor">
  115. <th class="colFirst" scope="row"><a href="DescIndexResponseWrapper.html" title="class in io.milvus.Response">DescIndexResponseWrapper</a></th>
  116. <td class="colLast">
  117. <div class="block">Util class to wrap response of <code>describeIndex</code> interface.</div>
  118. </td>
  119. </tr>
  120. <tr class="altColor">
  121. <th class="colFirst" scope="row"><a href="DescIndexResponseWrapper.IndexDesc.html" title="class in io.milvus.Response">DescIndexResponseWrapper.IndexDesc</a></th>
  122. <td class="colLast">
  123. <div class="block">Internal-use class to wrap response of <code>describeIndex</code> interface.</div>
  124. </td>
  125. </tr>
  126. <tr class="rowColor">
  127. <th class="colFirst" scope="row"><a href="FieldDataWrapper.html" title="class in io.milvus.Response">FieldDataWrapper</a></th>
  128. <td class="colLast">
  129. <div class="block">Utility class to wrap response of <code>query/search</code> interface.</div>
  130. </td>
  131. </tr>
  132. <tr class="altColor">
  133. <th class="colFirst" scope="row"><a href="GetCollStatResponseWrapper.html" title="class in io.milvus.Response">GetCollStatResponseWrapper</a></th>
  134. <td class="colLast">
  135. <div class="block">Utility class to wrap response of <code>getCollectionStatistics</code> interface.</div>
  136. </td>
  137. </tr>
  138. <tr class="rowColor">
  139. <th class="colFirst" scope="row"><a href="GetPartStatResponseWrapper.html" title="class in io.milvus.Response">GetPartStatResponseWrapper</a></th>
  140. <td class="colLast">
  141. <div class="block">Utility class to wrap response of <code>getPartitionStatistics</code> interface.</div>
  142. </td>
  143. </tr>
  144. <tr class="altColor">
  145. <th class="colFirst" scope="row"><a href="MutationResultWrapper.html" title="class in io.milvus.Response">MutationResultWrapper</a></th>
  146. <td class="colLast">
  147. <div class="block">Utility class to wrap response of <code>insert/delete</code> interface.</div>
  148. </td>
  149. </tr>
  150. <tr class="rowColor">
  151. <th class="colFirst" scope="row"><a href="QueryResultsWrapper.html" title="class in io.milvus.Response">QueryResultsWrapper</a></th>
  152. <td class="colLast">
  153. <div class="block">Utility class to wrap response of <code>query</code> interface.</div>
  154. </td>
  155. </tr>
  156. <tr class="altColor">
  157. <th class="colFirst" scope="row"><a href="SearchResultsWrapper.html" title="class in io.milvus.Response">SearchResultsWrapper</a></th>
  158. <td class="colLast">
  159. <div class="block">Utility class to wrap response of <code>search</code> interface.</div>
  160. </td>
  161. </tr>
  162. <tr class="rowColor">
  163. <th class="colFirst" scope="row"><a href="SearchResultsWrapper.IDScore.html" title="class in io.milvus.Response">SearchResultsWrapper.IDScore</a></th>
  164. <td class="colLast">
  165. <div class="block">Internal-use class to wrap response of <code>search</code> interface.</div>
  166. </td>
  167. </tr>
  168. <tr class="altColor">
  169. <th class="colFirst" scope="row"><a href="ShowCollResponseWrapper.html" title="class in io.milvus.Response">ShowCollResponseWrapper</a></th>
  170. <td class="colLast">
  171. <div class="block">Util class to wrap response of <code>showCollections</code> interface.</div>
  172. </td>
  173. </tr>
  174. <tr class="rowColor">
  175. <th class="colFirst" scope="row"><a href="ShowCollResponseWrapper.CollectionInfo.html" title="class in io.milvus.Response">ShowCollResponseWrapper.CollectionInfo</a></th>
  176. <td class="colLast">
  177. <div class="block">Internal-use class to wrap response of <code>ShowCollections</code> interface.</div>
  178. </td>
  179. </tr>
  180. <tr class="altColor">
  181. <th class="colFirst" scope="row"><a href="ShowPartResponseWrapper.html" title="class in io.milvus.Response">ShowPartResponseWrapper</a></th>
  182. <td class="colLast">
  183. <div class="block">Util class to wrap response of <code>showPartitions</code> interface.</div>
  184. </td>
  185. </tr>
  186. <tr class="rowColor">
  187. <th class="colFirst" scope="row"><a href="ShowPartResponseWrapper.PartitionInfo.html" title="class in io.milvus.Response">ShowPartResponseWrapper.PartitionInfo</a></th>
  188. <td class="colLast">
  189. <div class="block">Internal-use class to wrap response of <code>ShowPartitions</code> interface.</div>
  190. </td>
  191. </tr>
  192. </tbody>
  193. </table>
  194. </li>
  195. </ul>
  196. </div>
  197. </main>
  198. <footer role="contentinfo">
  199. <nav role="navigation">
  200. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  201. <div class="bottomNav"><a id="navbar.bottom">
  202. <!-- -->
  203. </a>
  204. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  205. <a id="navbar.bottom.firstrow">
  206. <!-- -->
  207. </a>
  208. <ul class="navList" title="Navigation">
  209. <li><a href="../../../index.html">Overview</a></li>
  210. <li class="navBarCell1Rev">Package</li>
  211. <li>Class</li>
  212. <li><a href="package-tree.html">Tree</a></li>
  213. <li><a href="../../../deprecated-list.html">Deprecated</a></li>
  214. <li><a href="../../../index-files/index-1.html">Index</a></li>
  215. <li><a href="../../../help-doc.html">Help</a></li>
  216. </ul>
  217. </div>
  218. <div class="subNav">
  219. <ul class="navList" id="allclasses_navbar_bottom">
  220. <li><a href="../../../allclasses.html">All&nbsp;Classes</a></li>
  221. </ul>
  222. <div>
  223. <script type="text/javascript"><!--
  224. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  225. if(window==top) {
  226. allClassesLink.style.display = "block";
  227. }
  228. else {
  229. allClassesLink.style.display = "none";
  230. }
  231. //-->
  232. </script>
  233. <noscript>
  234. <div>JavaScript is disabled on your browser.</div>
  235. </noscript>
  236. </div>
  237. <a id="skip.navbar.bottom">
  238. <!-- -->
  239. </a></div>
  240. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  241. </nav>
  242. </footer>
  243. </body>
  244. </html>