Uses of Class
com.mapd.thrift.server.TDashboardGrantees
-
Packages that use TDashboardGrantees Package Description com.mapd.thrift.server -
-
Uses of TDashboardGrantees in com.mapd.thrift.server
Fields in com.mapd.thrift.server with type parameters of type TDashboardGrantees Modifier and Type Field Description List<TDashboardGrantees>MapD.get_dashboard_grantees_result. successMethods in com.mapd.thrift.server that return TDashboardGrantees Modifier and Type Method Description TDashboardGranteesTDashboardGrantees. deepCopy()TDashboardGranteesTDashboardGrantees. setIs_user(boolean is_user)TDashboardGranteesTDashboardGrantees. setName(String name)TDashboardGranteesTDashboardGrantees. setPermissions(TDashboardPermissions permissions)Methods in com.mapd.thrift.server that return types with arguments of type TDashboardGrantees Modifier and Type Method Description List<TDashboardGrantees>MapD.Client. get_dashboard_grantees(String session, int dashboard_id)List<TDashboardGrantees>MapD.Iface. get_dashboard_grantees(String session, int dashboard_id)List<TDashboardGrantees>MapD.AsyncClient.get_dashboard_grantees_call. getResult()org.apache.thrift.async.AsyncMethodCallback<List<TDashboardGrantees>>MapD.AsyncProcessor.get_dashboard_grantees. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)List<TDashboardGrantees>MapD.get_dashboard_grantees_result. getSuccess()Iterator<TDashboardGrantees>MapD.get_dashboard_grantees_result. getSuccessIterator()List<TDashboardGrantees>MapD.Client. recv_get_dashboard_grantees()Methods in com.mapd.thrift.server with parameters of type TDashboardGrantees Modifier and Type Method Description voidMapD.get_dashboard_grantees_result. addToSuccess(TDashboardGrantees elem)intTDashboardGrantees. compareTo(TDashboardGrantees other)booleanTDashboardGrantees. equals(TDashboardGrantees that)Method parameters in com.mapd.thrift.server with type arguments of type TDashboardGrantees Modifier and Type Method Description voidMapD.AsyncClient. get_dashboard_grantees(String session, int dashboard_id, org.apache.thrift.async.AsyncMethodCallback<List<TDashboardGrantees>> resultHandler)voidMapD.AsyncIface. get_dashboard_grantees(String session, int dashboard_id, org.apache.thrift.async.AsyncMethodCallback<List<TDashboardGrantees>> resultHandler)MapD.get_dashboard_grantees_resultMapD.get_dashboard_grantees_result. setSuccess(List<TDashboardGrantees> success)voidMapD.AsyncProcessor.get_dashboard_grantees. start(I iface, MapD.get_dashboard_grantees_args args, org.apache.thrift.async.AsyncMethodCallback<List<TDashboardGrantees>> resultHandler)Constructors in com.mapd.thrift.server with parameters of type TDashboardGrantees Constructor Description TDashboardGrantees(TDashboardGrantees other)Performs a deep copy on other.Constructor parameters in com.mapd.thrift.server with type arguments of type TDashboardGrantees Constructor Description get_dashboard_grantees_call(String session, int dashboard_id, org.apache.thrift.async.AsyncMethodCallback<List<TDashboardGrantees>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)get_dashboard_grantees_result(List<TDashboardGrantees> success, TMapDException e)
-