123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <!-- NewPage -->
- <html lang="en">
- <head>
- <!-- Generated by javadoc (1.8.0_251) on Sat Feb 11 00:14:27 CST 2023 -->
- <title>R-Index</title>
- <meta name="date" content="2023-02-11">
- <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
- <script type="text/javascript" src="../script.js"></script>
- </head>
- <body>
- <script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="R-Index";
- }
- }
- catch(err) {
- }
- //-->
- </script>
- <noscript>
- <div>JavaScript is disabled on your browser.</div>
- </noscript>
- <!-- ========= START OF TOP NAVBAR ======= -->
- <div class="topNav"><a name="navbar.top">
- <!-- -->
- </a>
- <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
- <a name="navbar.top.firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../overview-summary.html">Overview</a></li>
- <li>Package</li>
- <li>Class</li>
- <li><a href="../overview-tree.html">Tree</a></li>
- <li><a href="../deprecated-list.html">Deprecated</a></li>
- <li class="navBarCell1Rev">Index</li>
- <li><a href="../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li><a href="index-17.html">Prev Letter</a></li>
- <li><a href="index-19.html">Next Letter</a></li>
- </ul>
- <ul class="navList">
- <li><a href="../index.html?index-files/index-18.html" target="_top">Frames</a></li>
- <li><a href="index-18.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_top">
- <li><a href="../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <a name="skip.navbar.top">
- <!-- -->
- </a></div>
- <!-- ========= END OF TOP NAVBAR ========= -->
- <div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">K</a> <a href="index-12.html">L</a> <a href="index-13.html">M</a> <a href="index-14.html">N</a> <a href="index-15.html">O</a> <a href="index-16.html">P</a> <a href="index-17.html">Q</a> <a href="index-18.html">R</a> <a href="index-19.html">S</a> <a href="index-20.html">T</a> <a href="index-21.html">U</a> <a href="index-22.html">V</a> <a href="index-23.html">W</a> <a name="I:R">
- <!-- -->
- </a>
- <h2 class="title">R</h2>
- <dl>
- <dt><a href="../io/milvus/param/R.html" title="class in io.milvus.param"><span class="typeNameLink">R</span></a><<a href="../io/milvus/param/R.html" title="type parameter in R">T</a>> - Class in <a href="../io/milvus/param/package-summary.html">io.milvus.param</a></dt>
- <dd>
- <div class="block">Utility class to wrap gpc response and exceptions.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../io/milvus/param/R.html#R--">R()</a></span> - Constructor for class io.milvus.param.<a href="../io/milvus/param/R.html" title="class in io.milvus.param">R</a></dt>
- <dd> </dd>
- <dt><a href="../io/milvus/param/R.Status.html" title="enum in io.milvus.param"><span class="typeNameLink">R.Status</span></a> - Enum in <a href="../io/milvus/param/package-summary.html">io.milvus.param</a></dt>
- <dd>
- <div class="block">Represents server and client side status code</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../io/milvus/client/AbstractMilvusGrpcClient.html#releaseCollection-io.milvus.param.collection.ReleaseCollectionParam-">releaseCollection(ReleaseCollectionParam)</a></span> - Method in class io.milvus.client.<a href="../io/milvus/client/AbstractMilvusGrpcClient.html" title="class in io.milvus.client">AbstractMilvusGrpcClient</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../io/milvus/client/MilvusClient.html#releaseCollection-io.milvus.param.collection.ReleaseCollectionParam-">releaseCollection(ReleaseCollectionParam)</a></span> - Method in interface io.milvus.client.<a href="../io/milvus/client/MilvusClient.html" title="interface in io.milvus.client">MilvusClient</a></dt>
- <dd>
- <div class="block">Releases a collection from memory to reduce memory usage.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../io/milvus/client/MilvusMultiServiceClient.html#releaseCollection-io.milvus.param.collection.ReleaseCollectionParam-">releaseCollection(ReleaseCollectionParam)</a></span> - Method in class io.milvus.client.<a href="../io/milvus/client/MilvusMultiServiceClient.html" title="class in io.milvus.client">MilvusMultiServiceClient</a></dt>
- <dd> </dd>
- <dt><a href="../io/milvus/param/collection/ReleaseCollectionParam.html" title="class in io.milvus.param.collection"><span class="typeNameLink">ReleaseCollectionParam</span></a> - Class in <a href="../io/milvus/param/collection/package-summary.html">io.milvus.param.collection</a></dt>
- <dd>
- <div class="block">Parameters for <code>releaseCollection</code> interface.</div>
- </dd>
- <dt><a href="../io/milvus/param/collection/ReleaseCollectionParam.Builder.html" title="class in io.milvus.param.collection"><span class="typeNameLink">ReleaseCollectionParam.Builder</span></a> - Class in <a href="../io/milvus/param/collection/package-summary.html">io.milvus.param.collection</a></dt>
- <dd>
- <div class="block">Builder for <a href="../io/milvus/param/collection/ReleaseCollectionParam.html" title="class in io.milvus.param.collection"><code>ReleaseCollectionParam</code></a> class.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../io/milvus/client/AbstractMilvusGrpcClient.html#releasePartitions-io.milvus.param.partition.ReleasePartitionsParam-">releasePartitions(ReleasePartitionsParam)</a></span> - Method in class io.milvus.client.<a href="../io/milvus/client/AbstractMilvusGrpcClient.html" title="class in io.milvus.client">AbstractMilvusGrpcClient</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../io/milvus/client/MilvusClient.html#releasePartitions-io.milvus.param.partition.ReleasePartitionsParam-">releasePartitions(ReleasePartitionsParam)</a></span> - Method in interface io.milvus.client.<a href="../io/milvus/client/MilvusClient.html" title="interface in io.milvus.client">MilvusClient</a></dt>
- <dd>
- <div class="block">Releases a partition from memory.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../io/milvus/client/MilvusMultiServiceClient.html#releasePartitions-io.milvus.param.partition.ReleasePartitionsParam-">releasePartitions(ReleasePartitionsParam)</a></span> - Method in class io.milvus.client.<a href="../io/milvus/client/MilvusMultiServiceClient.html" title="class in io.milvus.client">MilvusMultiServiceClient</a></dt>
- <dd> </dd>
- <dt><a href="../io/milvus/param/partition/ReleasePartitionsParam.html" title="class in io.milvus.param.partition"><span class="typeNameLink">ReleasePartitionsParam</span></a> - Class in <a href="../io/milvus/param/partition/package-summary.html">io.milvus.param.partition</a></dt>
- <dd>
- <div class="block">Parameters for <code>releasePartition</code> interface.</div>
- </dd>
- <dt><a href="../io/milvus/param/partition/ReleasePartitionsParam.Builder.html" title="class in io.milvus.param.partition"><span class="typeNameLink">ReleasePartitionsParam.Builder</span></a> - Class in <a href="../io/milvus/param/partition/package-summary.html">io.milvus.param.partition</a></dt>
- <dd>
- <div class="block">Builder for <a href="../io/milvus/param/partition/ReleasePartitionsParam.html" title="class in io.milvus.param.partition"><code>ReleasePartitionsParam</code></a> class.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../io/milvus/client/AbstractMilvusGrpcClient.html#removeUserFromRole-io.milvus.param.role.RemoveUserFromRoleParam-">removeUserFromRole(RemoveUserFromRoleParam)</a></span> - Method in class io.milvus.client.<a href="../io/milvus/client/AbstractMilvusGrpcClient.html" title="class in io.milvus.client">AbstractMilvusGrpcClient</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../io/milvus/client/MilvusClient.html#removeUserFromRole-io.milvus.param.role.RemoveUserFromRoleParam-">removeUserFromRole(RemoveUserFromRoleParam)</a></span> - Method in interface io.milvus.client.<a href="../io/milvus/client/MilvusClient.html" title="interface in io.milvus.client">MilvusClient</a></dt>
- <dd>
- <div class="block">The user will remove permissions that the role are allowed to perform operations.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../io/milvus/client/MilvusMultiServiceClient.html#removeUserFromRole-io.milvus.param.role.RemoveUserFromRoleParam-">removeUserFromRole(RemoveUserFromRoleParam)</a></span> - Method in class io.milvus.client.<a href="../io/milvus/client/MilvusMultiServiceClient.html" title="class in io.milvus.client">MilvusMultiServiceClient</a></dt>
- <dd> </dd>
- <dt><a href="../io/milvus/param/role/RemoveUserFromRoleParam.html" title="class in io.milvus.param.role"><span class="typeNameLink">RemoveUserFromRoleParam</span></a> - Class in <a href="../io/milvus/param/role/package-summary.html">io.milvus.param.role</a></dt>
- <dd> </dd>
- <dt><a href="../io/milvus/param/role/RemoveUserFromRoleParam.Builder.html" title="class in io.milvus.param.role"><span class="typeNameLink">RemoveUserFromRoleParam.Builder</span></a> - Class in <a href="../io/milvus/param/role/package-summary.html">io.milvus.param.role</a></dt>
- <dd>
- <div class="block">Builder for <a href="../io/milvus/param/role/RemoveUserFromRoleParam.html" title="class in io.milvus.param.role"><code>RemoveUserFromRoleParam</code></a> class.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../io/milvus/client/AbstractMilvusGrpcClient.html#revokeRolePrivilege-io.milvus.param.role.RevokeRolePrivilegeParam-">revokeRolePrivilege(RevokeRolePrivilegeParam)</a></span> - Method in class io.milvus.client.<a href="../io/milvus/client/AbstractMilvusGrpcClient.html" title="class in io.milvus.client">AbstractMilvusGrpcClient</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../io/milvus/client/MilvusClient.html#revokeRolePrivilege-io.milvus.param.role.RevokeRolePrivilegeParam-">revokeRolePrivilege(RevokeRolePrivilegeParam)</a></span> - Method in interface io.milvus.client.<a href="../io/milvus/client/MilvusClient.html" title="interface in io.milvus.client">MilvusClient</a></dt>
- <dd>
- <div class="block">Revoke Role Privilege.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../io/milvus/client/MilvusMultiServiceClient.html#revokeRolePrivilege-io.milvus.param.role.RevokeRolePrivilegeParam-">revokeRolePrivilege(RevokeRolePrivilegeParam)</a></span> - Method in class io.milvus.client.<a href="../io/milvus/client/MilvusMultiServiceClient.html" title="class in io.milvus.client">MilvusMultiServiceClient</a></dt>
- <dd> </dd>
- <dt><a href="../io/milvus/param/role/RevokeRolePrivilegeParam.html" title="class in io.milvus.param.role"><span class="typeNameLink">RevokeRolePrivilegeParam</span></a> - Class in <a href="../io/milvus/param/role/package-summary.html">io.milvus.param.role</a></dt>
- <dd> </dd>
- <dt><a href="../io/milvus/param/role/RevokeRolePrivilegeParam.Builder.html" title="class in io.milvus.param.role"><span class="typeNameLink">RevokeRolePrivilegeParam.Builder</span></a> - Class in <a href="../io/milvus/param/role/package-summary.html">io.milvus.param.role</a></dt>
- <dd>
- <div class="block">Builder for <a href="../io/milvus/param/role/RevokeRolePrivilegeParam.html" title="class in io.milvus.param.role"><code>RevokeRolePrivilegeParam</code></a> class.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../io/milvus/param/Constant.html#ROUND_DECIMAL">ROUND_DECIMAL</a></span> - Static variable in class io.milvus.param.<a href="../io/milvus/param/Constant.html" title="class in io.milvus.param">Constant</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../io/milvus/param/Constant.html#ROW_COUNT">ROW_COUNT</a></span> - Static variable in class io.milvus.param.<a href="../io/milvus/param/Constant.html" title="class in io.milvus.param">Constant</a></dt>
- <dd> </dd>
- <dt><a href="../io/milvus/param/RpcStatus.html" title="class in io.milvus.param"><span class="typeNameLink">RpcStatus</span></a> - Class in <a href="../io/milvus/param/package-summary.html">io.milvus.param</a></dt>
- <dd>
- <div class="block">Utility class to wrap a message.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../io/milvus/param/RpcStatus.html#RpcStatus-java.lang.String-">RpcStatus(String)</a></span> - Constructor for class io.milvus.param.<a href="../io/milvus/param/RpcStatus.html" title="class in io.milvus.param">RpcStatus</a></dt>
- <dd> </dd>
- </dl>
- <a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">K</a> <a href="index-12.html">L</a> <a href="index-13.html">M</a> <a href="index-14.html">N</a> <a href="index-15.html">O</a> <a href="index-16.html">P</a> <a href="index-17.html">Q</a> <a href="index-18.html">R</a> <a href="index-19.html">S</a> <a href="index-20.html">T</a> <a href="index-21.html">U</a> <a href="index-22.html">V</a> <a href="index-23.html">W</a> </div>
- <!-- ======= START OF BOTTOM NAVBAR ====== -->
- <div class="bottomNav"><a name="navbar.bottom">
- <!-- -->
- </a>
- <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
- <a name="navbar.bottom.firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../overview-summary.html">Overview</a></li>
- <li>Package</li>
- <li>Class</li>
- <li><a href="../overview-tree.html">Tree</a></li>
- <li><a href="../deprecated-list.html">Deprecated</a></li>
- <li class="navBarCell1Rev">Index</li>
- <li><a href="../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li><a href="index-17.html">Prev Letter</a></li>
- <li><a href="index-19.html">Next Letter</a></li>
- </ul>
- <ul class="navList">
- <li><a href="../index.html?index-files/index-18.html" target="_top">Frames</a></li>
- <li><a href="index-18.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_bottom">
- <li><a href="../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <a name="skip.navbar.bottom">
- <!-- -->
- </a></div>
- <!-- ======== END OF BOTTOM NAVBAR ======= -->
- </body>
- </html>
|