Uses of Class
com.omnisci.thrift.server.TDetectResult
-
Packages that use TDetectResult Package Description com.omnisci.thrift.server -
-
Uses of TDetectResult in com.omnisci.thrift.server
Fields in com.omnisci.thrift.server declared as TDetectResult Modifier and Type Field Description TDetectResultOmniSci.detect_column_types_result. successMethods in com.omnisci.thrift.server that return TDetectResult Modifier and Type Method Description TDetectResultTDetectResult. deepCopy()TDetectResultOmniSci.Client. detect_column_types(String session, String file_name, TCopyParams copy_params)TDetectResultOmniSci.Iface. detect_column_types(String session, String file_name, TCopyParams copy_params)TDetectResultOmniSci.AsyncClient.detect_column_types_call. getResult()TDetectResultOmniSci.detect_column_types_result. getSuccess()TDetectResultOmniSci.Client. recv_detect_column_types()TDetectResultTDetectResult. setCopy_params(TCopyParams copy_params)TDetectResultTDetectResult. setRow_set(TRowSet row_set)Methods in com.omnisci.thrift.server that return types with arguments of type TDetectResult Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TDetectResult>OmniSci.AsyncProcessor.detect_column_types. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in com.omnisci.thrift.server with parameters of type TDetectResult Modifier and Type Method Description intTDetectResult. compareTo(TDetectResult other)booleanTDetectResult. equals(TDetectResult that)OmniSci.detect_column_types_resultOmniSci.detect_column_types_result. setSuccess(TDetectResult success)Method parameters in com.omnisci.thrift.server with type arguments of type TDetectResult Modifier and Type Method Description voidOmniSci.AsyncClient. detect_column_types(String session, String file_name, TCopyParams copy_params, org.apache.thrift.async.AsyncMethodCallback<TDetectResult> resultHandler)voidOmniSci.AsyncIface. detect_column_types(String session, String file_name, TCopyParams copy_params, org.apache.thrift.async.AsyncMethodCallback<TDetectResult> resultHandler)voidOmniSci.AsyncProcessor.detect_column_types. start(I iface, OmniSci.detect_column_types_args args, org.apache.thrift.async.AsyncMethodCallback<TDetectResult> resultHandler)Constructors in com.omnisci.thrift.server with parameters of type TDetectResult Constructor Description detect_column_types_result(TDetectResult success, TOmniSciException e)TDetectResult(TDetectResult other)Performs a deep copy on other.Constructor parameters in com.omnisci.thrift.server with type arguments of type TDetectResult Constructor Description detect_column_types_call(String session, String file_name, TCopyParams copy_params, org.apache.thrift.async.AsyncMethodCallback<TDetectResult> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-