Uses of Class
com.omnisci.thrift.server.TPixelTableRowResult
-
Packages that use TPixelTableRowResult Package Description com.omnisci.thrift.server -
-
Uses of TPixelTableRowResult in com.omnisci.thrift.server
Fields in com.omnisci.thrift.server declared as TPixelTableRowResult Modifier and Type Field Description TPixelTableRowResultOmniSci.get_result_row_for_pixel_result. successMethods in com.omnisci.thrift.server that return TPixelTableRowResult Modifier and Type Method Description TPixelTableRowResultTPixelTableRowResult. deepCopy()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)TPixelTableRowResultOmniSci.AsyncClient.get_result_row_for_pixel_call. getResult()TPixelTableRowResultOmniSci.get_result_row_for_pixel_result. getSuccess()TPixelTableRowResultOmniSci.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 com.omnisci.thrift.server that return types with arguments of type TPixelTableRowResult Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TPixelTableRowResult>OmniSci.AsyncProcessor.get_result_row_for_pixel. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in com.omnisci.thrift.server with parameters of type TPixelTableRowResult Modifier and Type Method Description intTPixelTableRowResult. compareTo(TPixelTableRowResult other)booleanTPixelTableRowResult. equals(TPixelTableRowResult that)OmniSci.get_result_row_for_pixel_resultOmniSci.get_result_row_for_pixel_result. setSuccess(TPixelTableRowResult success)Method parameters in com.omnisci.thrift.server with type arguments of type TPixelTableRowResult Modifier and Type Method Description 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)voidOmniSci.AsyncProcessor.get_result_row_for_pixel. start(I iface, OmniSci.get_result_row_for_pixel_args args, org.apache.thrift.async.AsyncMethodCallback<TPixelTableRowResult> resultHandler)Constructors in com.omnisci.thrift.server with parameters of type TPixelTableRowResult Constructor Description get_result_row_for_pixel_result(TPixelTableRowResult success, TOmniSciException e)TPixelTableRowResult(TPixelTableRowResult other)Performs a deep copy on other.Constructor parameters in com.omnisci.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)
-