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