Uses of Class
com.omnisci.thrift.server.TRenderStepResult
-
Packages that use TRenderStepResult Package Description com.omnisci.thrift.server -
-
Uses of TRenderStepResult in com.omnisci.thrift.server
Fields in com.omnisci.thrift.server declared as TRenderStepResult Modifier and Type Field Description TRenderStepResultOmniSci.execute_next_render_step_result. successMethods in com.omnisci.thrift.server that return types with arguments of type TRenderStepResult Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TRenderStepResult>OmniSci.AsyncProcessor.execute_next_render_step. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in com.omnisci.thrift.server with parameters of type TRenderStepResult Modifier and Type Method Description intTRenderStepResult. compareTo(TRenderStepResult other)booleanTRenderStepResult. equals(TRenderStepResult that)OmniSci.execute_next_render_step_resultOmniSci.execute_next_render_step_result. setSuccess(TRenderStepResult success)Method parameters in com.omnisci.thrift.server with type arguments of type TRenderStepResult Modifier and Type Method Description voidOmniSci.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)voidOmniSci.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)voidOmniSci.AsyncProcessor.execute_next_render_step. start(I iface, OmniSci.execute_next_render_step_args args, org.apache.thrift.async.AsyncMethodCallback<TRenderStepResult> resultHandler)Constructors in com.omnisci.thrift.server with parameters of type TRenderStepResult Constructor Description execute_next_render_step_result(TRenderStepResult success, TOmniSciException e)TRenderStepResult(TRenderStepResult other)Performs a deep copy on other.Constructor parameters in com.omnisci.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)
-