Uses of Class
ai.heavy.thrift.server.TDashboard
-
Packages that use TDashboard Package Description ai.heavy.thrift.server -
-
Uses of TDashboard in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TDashboard Modifier and Type Field Description TDashboardHeavy.get_dashboard_result. successFields in ai.heavy.thrift.server with type parameters of type TDashboard Modifier and Type Field Description List<TDashboard>Heavy.get_dashboards_result. successMethods in ai.heavy.thrift.server that return TDashboard Modifier and Type Method Description TDashboardTDashboard. deepCopy()TDashboardHeavy.Client. get_dashboard(String session, int dashboard_id)TDashboardHeavy.Iface. get_dashboard(String session, int dashboard_id)TDashboardHeavy.AsyncClient.get_dashboard_call. getResult()TDashboardHeavy.get_dashboard_result. getSuccess()TDashboardHeavy.Client. recv_get_dashboard()TDashboardTDashboard. setDashboard_id(int dashboard_id)TDashboardTDashboard. setDashboard_metadata(String dashboard_metadata)TDashboardTDashboard. setDashboard_name(String dashboard_name)TDashboardTDashboard. setDashboard_owner(String dashboard_owner)TDashboardTDashboard. setDashboard_permissions(TDashboardPermissions dashboard_permissions)TDashboardTDashboard. setDashboard_state(String dashboard_state)TDashboardTDashboard. setImage_hash(String image_hash)TDashboardTDashboard. setIs_dash_shared(boolean is_dash_shared)TDashboardTDashboard. setUpdate_time(String update_time)Methods in ai.heavy.thrift.server that return types with arguments of type TDashboard Modifier and Type Method Description List<TDashboard>Heavy.Client. get_dashboards(String session)List<TDashboard>Heavy.Iface. get_dashboards(String session)List<TDashboard>Heavy.AsyncClient.get_dashboards_call. getResult()org.apache.thrift.async.AsyncMethodCallback<TDashboard>Heavy.AsyncProcessor.get_dashboard. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)org.apache.thrift.async.AsyncMethodCallback<List<TDashboard>>Heavy.AsyncProcessor.get_dashboards. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)List<TDashboard>Heavy.get_dashboards_result. getSuccess()Iterator<TDashboard>Heavy.get_dashboards_result. getSuccessIterator()List<TDashboard>Heavy.Client. recv_get_dashboards()Methods in ai.heavy.thrift.server with parameters of type TDashboard Modifier and Type Method Description voidHeavy.get_dashboards_result. addToSuccess(TDashboard elem)intTDashboard. compareTo(TDashboard other)booleanTDashboard. equals(TDashboard that)Heavy.get_dashboard_resultHeavy.get_dashboard_result. setSuccess(TDashboard success)Method parameters in ai.heavy.thrift.server with type arguments of type TDashboard Modifier and Type Method Description voidHeavy.AsyncClient. get_dashboard(String session, int dashboard_id, org.apache.thrift.async.AsyncMethodCallback<TDashboard> resultHandler)voidHeavy.AsyncIface. get_dashboard(String session, int dashboard_id, org.apache.thrift.async.AsyncMethodCallback<TDashboard> resultHandler)voidHeavy.AsyncClient. get_dashboards(String session, org.apache.thrift.async.AsyncMethodCallback<List<TDashboard>> resultHandler)voidHeavy.AsyncIface. get_dashboards(String session, org.apache.thrift.async.AsyncMethodCallback<List<TDashboard>> resultHandler)Heavy.get_dashboards_resultHeavy.get_dashboards_result. setSuccess(List<TDashboard> success)voidHeavy.AsyncProcessor.get_dashboard. start(I iface, Heavy.get_dashboard_args args, org.apache.thrift.async.AsyncMethodCallback<TDashboard> resultHandler)voidHeavy.AsyncProcessor.get_dashboards. start(I iface, Heavy.get_dashboards_args args, org.apache.thrift.async.AsyncMethodCallback<List<TDashboard>> resultHandler)Constructors in ai.heavy.thrift.server with parameters of type TDashboard Constructor Description get_dashboard_result(TDashboard success, TDBException e)TDashboard(TDashboard other)Performs a deep copy on other.Constructor parameters in ai.heavy.thrift.server with type arguments of type TDashboard Constructor Description get_dashboard_call(String session, int dashboard_id, org.apache.thrift.async.AsyncMethodCallback<TDashboard> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)get_dashboards_call(String session, org.apache.thrift.async.AsyncMethodCallback<List<TDashboard>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)get_dashboards_result(List<TDashboard> success, TDBException e)
-