Uses of Class
com.mapd.thrift.server.TPixel
-
Packages that use TPixel Package Description com.mapd.thrift.server -
-
Uses of TPixel in com.mapd.thrift.server
Fields in com.mapd.thrift.server declared as TPixel Modifier and Type Field Description TPixelMapD.get_result_row_for_pixel_args. pixelTPixelTPixelTableRowResult. pixelMethods in com.mapd.thrift.server that return TPixel Modifier and Type Method Description TPixelTPixel. deepCopy()TPixelMapD.get_result_row_for_pixel_args. getPixel()TPixelTPixelTableRowResult. getPixel()TPixelTPixel. setX(long x)TPixelTPixel. setY(long y)Methods in com.mapd.thrift.server with parameters of type TPixel Modifier and Type Method Description intTPixel. compareTo(TPixel other)booleanTPixel. equals(TPixel that)voidMapD.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)voidMapD.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)TPixelTableRowResultMapD.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)TPixelTableRowResultMapD.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)voidMapD.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)MapD.get_result_row_for_pixel_argsMapD.get_result_row_for_pixel_args. setPixel(TPixel pixel)TPixelTableRowResultTPixelTableRowResult. setPixel(TPixel pixel)Constructors in com.mapd.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)
-