Uses of Class
com.omnisci.thrift.server.TRenderDatum
-
Packages that use TRenderDatum Package Description com.omnisci.thrift.server -
-
Uses of TRenderDatum in com.omnisci.thrift.server
Fields in com.omnisci.thrift.server with type parameters of type TRenderDatum Modifier and Type Field Description Map<String,Map<String,Map<String,Map<String,List<TRenderDatum>>>>>TRenderStepResult. merge_dataMap<String,Map<String,Map<String,Map<String,List<TRenderDatum>>>>>OmniSci.execute_next_render_step_args. merged_dataMethods in com.omnisci.thrift.server that return TRenderDatum Modifier and Type Method Description TRenderDatumTRenderDatum. deepCopy()TRenderDatumTRenderDatum. setCnt(int cnt)TRenderDatumTRenderDatum. setType(TDatumType type)TRenderDatumTRenderDatum. setValue(byte[] value)TRenderDatumTRenderDatum. setValue(ByteBuffer value)Methods in com.omnisci.thrift.server that return types with arguments of type TRenderDatum Modifier and Type Method Description Map<String,Map<String,Map<String,Map<String,List<TRenderDatum>>>>>TRenderStepResult. getMerge_data()Map<String,Map<String,Map<String,Map<String,List<TRenderDatum>>>>>OmniSci.execute_next_render_step_args. getMerged_data()Methods in com.omnisci.thrift.server with parameters of type TRenderDatum Modifier and Type Method Description intTRenderDatum. compareTo(TRenderDatum other)booleanTRenderDatum. equals(TRenderDatum that)Constructors in com.omnisci.thrift.server with parameters of type TRenderDatum Constructor Description TRenderDatum(TRenderDatum other)Performs a deep copy on other.Constructor parameters in com.omnisci.thrift.server with type arguments of type TRenderDatum Constructor Description execute_next_render_step_args(TPendingRenderQuery pending_render, Map<String,Map<String,Map<String,Map<String,List<TRenderDatum>>>>> merged_data)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)TRenderStepResult(Map<String,Map<String,Map<String,Map<String,List<TRenderDatum>>>>> merge_data, TRawPixelData raw_pixel_data, long execution_time_ms, long render_time_ms, long total_time_ms)
-