Uses of Class
com.mapd.thrift.server.TRenderStepResult
-
Packages that use TRenderStepResult Package Description com.mapd.thrift.server -
-
Uses of TRenderStepResult in com.mapd.thrift.server
Fields in com.mapd.thrift.server declared as TRenderStepResult Modifier and Type Field Description TRenderStepResultMapD.execute_next_render_step_result. successMethods in com.mapd.thrift.server that return types with arguments of type TRenderStepResult Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TRenderStepResult>MapD.AsyncProcessor.execute_next_render_step. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in com.mapd.thrift.server with parameters of type TRenderStepResult Modifier and Type Method Description intTRenderStepResult. compareTo(TRenderStepResult other)booleanTRenderStepResult. equals(TRenderStepResult that)MapD.execute_next_render_step_resultMapD.execute_next_render_step_result. setSuccess(TRenderStepResult success)Method parameters in com.mapd.thrift.server with type arguments of type TRenderStepResult Modifier and Type Method Description voidMapD.AsyncClient. execute_next_render_step(TPendingRenderQuery pending_render, Map<String,Map<String,Map<String,Map<String,List<TRenderDatum>>>>> merged_data, org.apache.thrift.async.AsyncMethodCallback<TRenderStepResult> resultHandler)voidMapD.AsyncIface. execute_next_render_step(TPendingRenderQuery pending_render, Map<String,Map<String,Map<String,Map<String,List<TRenderDatum>>>>> merged_data, org.apache.thrift.async.AsyncMethodCallback<TRenderStepResult> resultHandler)voidMapD.AsyncProcessor.execute_next_render_step. start(I iface, MapD.execute_next_render_step_args args, org.apache.thrift.async.AsyncMethodCallback<TRenderStepResult> resultHandler)Constructors in com.mapd.thrift.server with parameters of type TRenderStepResult Constructor Description execute_next_render_step_result(TRenderStepResult success, TMapDException e)TRenderStepResult(TRenderStepResult other)Performs a deep copy on other.Constructor parameters in com.mapd.thrift.server with type arguments of type TRenderStepResult Constructor Description execute_next_render_step_call(TPendingRenderQuery pending_render, Map<String,Map<String,Map<String,Map<String,List<TRenderDatum>>>>> merged_data, org.apache.thrift.async.AsyncMethodCallback<TRenderStepResult> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-