Uses of Class
ai.heavy.thrift.server.TFrontendView
-
Packages that use TFrontendView Package Description ai.heavy.thrift.server -
-
Uses of TFrontendView in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TFrontendView Modifier and Type Field Description TFrontendViewHeavy.get_link_view_result. successMethods in ai.heavy.thrift.server that return TFrontendView Modifier and Type Method Description TFrontendViewTFrontendView. deepCopy()TFrontendViewHeavy.Client. get_link_view(String session, String link)TFrontendViewHeavy.Iface. get_link_view(String session, String link)TFrontendViewHeavy.AsyncClient.get_link_view_call. getResult()TFrontendViewHeavy.get_link_view_result. getSuccess()TFrontendViewHeavy.Client. recv_get_link_view()TFrontendViewTFrontendView. setImage_hash(String image_hash)TFrontendViewTFrontendView. setUpdate_time(String update_time)TFrontendViewTFrontendView. setView_metadata(String view_metadata)TFrontendViewTFrontendView. setView_name(String view_name)TFrontendViewTFrontendView. setView_state(String view_state)Methods in ai.heavy.thrift.server that return types with arguments of type TFrontendView Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TFrontendView>Heavy.AsyncProcessor.get_link_view. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in ai.heavy.thrift.server with parameters of type TFrontendView Modifier and Type Method Description intTFrontendView. compareTo(TFrontendView other)booleanTFrontendView. equals(TFrontendView that)Heavy.get_link_view_resultHeavy.get_link_view_result. setSuccess(TFrontendView success)Method parameters in ai.heavy.thrift.server with type arguments of type TFrontendView Modifier and Type Method Description voidHeavy.AsyncClient. get_link_view(String session, String link, org.apache.thrift.async.AsyncMethodCallback<TFrontendView> resultHandler)voidHeavy.AsyncIface. get_link_view(String session, String link, org.apache.thrift.async.AsyncMethodCallback<TFrontendView> resultHandler)voidHeavy.AsyncProcessor.get_link_view. start(I iface, Heavy.get_link_view_args args, org.apache.thrift.async.AsyncMethodCallback<TFrontendView> resultHandler)Constructors in ai.heavy.thrift.server with parameters of type TFrontendView Constructor Description get_link_view_result(TFrontendView success, TDBException e)TFrontendView(TFrontendView other)Performs a deep copy on other.Constructor parameters in ai.heavy.thrift.server with type arguments of type TFrontendView Constructor Description get_link_view_call(String session, String link, org.apache.thrift.async.AsyncMethodCallback<TFrontendView> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-