Uses of Class
com.mapd.thrift.server.TFrontendView
-
Packages that use TFrontendView Package Description com.mapd.thrift.server -
-
Uses of TFrontendView in com.mapd.thrift.server
Fields in com.mapd.thrift.server declared as TFrontendView Modifier and Type Field Description TFrontendViewMapD.get_link_view_result. successMethods in com.mapd.thrift.server that return TFrontendView Modifier and Type Method Description TFrontendViewTFrontendView. deepCopy()TFrontendViewMapD.Client. get_link_view(String session, String link)TFrontendViewMapD.Iface. get_link_view(String session, String link)TFrontendViewMapD.AsyncClient.get_link_view_call. getResult()TFrontendViewMapD.get_link_view_result. getSuccess()TFrontendViewMapD.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 com.mapd.thrift.server that return types with arguments of type TFrontendView Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TFrontendView>MapD.AsyncProcessor.get_link_view. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in com.mapd.thrift.server with parameters of type TFrontendView Modifier and Type Method Description intTFrontendView. compareTo(TFrontendView other)booleanTFrontendView. equals(TFrontendView that)MapD.get_link_view_resultMapD.get_link_view_result. setSuccess(TFrontendView success)Method parameters in com.mapd.thrift.server with type arguments of type TFrontendView Modifier and Type Method Description voidMapD.AsyncClient. get_link_view(String session, String link, org.apache.thrift.async.AsyncMethodCallback<TFrontendView> resultHandler)voidMapD.AsyncIface. get_link_view(String session, String link, org.apache.thrift.async.AsyncMethodCallback<TFrontendView> resultHandler)voidMapD.AsyncProcessor.get_link_view. start(I iface, MapD.get_link_view_args args, org.apache.thrift.async.AsyncMethodCallback<TFrontendView> resultHandler)Constructors in com.mapd.thrift.server with parameters of type TFrontendView Constructor Description get_link_view_result(TFrontendView success, TMapDException e)TFrontendView(TFrontendView other)Performs a deep copy on other.Constructor parameters in com.mapd.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)
-