Uses of Class
ai.heavy.thrift.server.TPixel
-
Packages that use TPixel Package Description ai.heavy.thrift.server -
-
Uses of TPixel in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TPixel Modifier and Type Field Description TPixelHeavy.get_result_row_for_pixel_args. pixelTPixelTPixelTableRowResult. pixelMethods in ai.heavy.thrift.server that return TPixel Modifier and Type Method Description TPixelTPixel. deepCopy()TPixelHeavy.get_result_row_for_pixel_args. getPixel()TPixelTPixelTableRowResult. getPixel()TPixelTPixel. setX(long x)TPixelTPixel. setY(long y)Methods in ai.heavy.thrift.server with parameters of type TPixel Modifier and Type Method Description intTPixel. compareTo(TPixel other)booleanTPixel. equals(TPixel that)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)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)voidHeavy.Client. send_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)Heavy.get_result_row_for_pixel_argsHeavy.get_result_row_for_pixel_args. setPixel(TPixel pixel)TPixelTableRowResultTPixelTableRowResult. setPixel(TPixel pixel)Constructors in ai.heavy.thrift.server with parameters of type TPixel Constructor Description get_result_row_for_pixel_args(String session, long widget_id, TPixel pixel, Map<String,List<String>> table_col_names, boolean column_format, int pixelRadius, String nonce)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)TPixel(TPixel other)Performs a deep copy on other.TPixelTableRowResult(TPixel pixel, String vega_table_name, List<Long> table_id, List<Long> row_id, TRowSet row_set, String nonce)
-