Uses of Class
ai.heavy.thrift.server.TPixelTableRowResult
-
Packages that use TPixelTableRowResult Package Description ai.heavy.thrift.server -
-
Uses of TPixelTableRowResult in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TPixelTableRowResult Modifier and Type Field Description TPixelTableRowResultHeavy.get_result_row_for_pixel_result. successMethods in ai.heavy.thrift.server that return TPixelTableRowResult Modifier and Type Method Description TPixelTableRowResultTPixelTableRowResult. deepCopy()TPixelTableRowResultHeavy.Client. get_result_row_for_pixel(String session, long widget_id, TPixel pixel, Map<String,List<String>> table_col_names, boolean column_format, int pixelRadius, String nonce)TPixelTableRowResultHeavy.Iface. get_result_row_for_pixel(String session, long widget_id, TPixel pixel, Map<String,List<String>> table_col_names, boolean column_format, int pixelRadius, String nonce)TPixelTableRowResultHeavy.AsyncClient.get_result_row_for_pixel_call. getResult()TPixelTableRowResultHeavy.get_result_row_for_pixel_result. getSuccess()TPixelTableRowResultHeavy.Client. recv_get_result_row_for_pixel()TPixelTableRowResultTPixelTableRowResult. setNonce(String nonce)TPixelTableRowResultTPixelTableRowResult. setPixel(TPixel pixel)TPixelTableRowResultTPixelTableRowResult. setRow_id(List<Long> row_id)TPixelTableRowResultTPixelTableRowResult. setRow_set(TRowSet row_set)TPixelTableRowResultTPixelTableRowResult. setTable_id(List<Long> table_id)TPixelTableRowResultTPixelTableRowResult. setVega_table_name(String vega_table_name)Methods in ai.heavy.thrift.server that return types with arguments of type TPixelTableRowResult Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TPixelTableRowResult>Heavy.AsyncProcessor.get_result_row_for_pixel. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in ai.heavy.thrift.server with parameters of type TPixelTableRowResult Modifier and Type Method Description intTPixelTableRowResult. compareTo(TPixelTableRowResult other)booleanTPixelTableRowResult. equals(TPixelTableRowResult that)Heavy.get_result_row_for_pixel_resultHeavy.get_result_row_for_pixel_result. setSuccess(TPixelTableRowResult success)Method parameters in ai.heavy.thrift.server with type arguments of type TPixelTableRowResult Modifier and Type Method Description voidHeavy.AsyncClient. get_result_row_for_pixel(String session, long widget_id, TPixel pixel, Map<String,List<String>> table_col_names, boolean column_format, int pixelRadius, String nonce, org.apache.thrift.async.AsyncMethodCallback<TPixelTableRowResult> resultHandler)voidHeavy.AsyncIface. get_result_row_for_pixel(String session, long widget_id, TPixel pixel, Map<String,List<String>> table_col_names, boolean column_format, int pixelRadius, String nonce, org.apache.thrift.async.AsyncMethodCallback<TPixelTableRowResult> resultHandler)voidHeavy.AsyncProcessor.get_result_row_for_pixel. start(I iface, Heavy.get_result_row_for_pixel_args args, org.apache.thrift.async.AsyncMethodCallback<TPixelTableRowResult> resultHandler)Constructors in ai.heavy.thrift.server with parameters of type TPixelTableRowResult Constructor Description get_result_row_for_pixel_result(TPixelTableRowResult success, TDBException e)TPixelTableRowResult(TPixelTableRowResult other)Performs a deep copy on other.Constructor parameters in ai.heavy.thrift.server with type arguments of type TPixelTableRowResult Constructor Description get_result_row_for_pixel_call(String session, long widget_id, TPixel pixel, Map<String,List<String>> table_col_names, boolean column_format, int pixelRadius, String nonce, org.apache.thrift.async.AsyncMethodCallback<TPixelTableRowResult> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-