Uses of Class
ai.heavy.thrift.server.TDetectResult
-
Packages that use TDetectResult Package Description ai.heavy.thrift.server -
-
Uses of TDetectResult in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TDetectResult Modifier and Type Field Description TDetectResultHeavy.detect_column_types_result. successMethods in ai.heavy.thrift.server that return TDetectResult Modifier and Type Method Description TDetectResultTDetectResult. deepCopy()TDetectResultHeavy.Client. detect_column_types(String session, String file_name, TCopyParams copy_params)TDetectResultHeavy.Iface. detect_column_types(String session, String file_name, TCopyParams copy_params)TDetectResultHeavy.AsyncClient.detect_column_types_call. getResult()TDetectResultHeavy.detect_column_types_result. getSuccess()TDetectResultHeavy.Client. recv_detect_column_types()TDetectResultTDetectResult. setCopy_params(TCopyParams copy_params)TDetectResultTDetectResult. setRow_set(TRowSet row_set)Methods in ai.heavy.thrift.server that return types with arguments of type TDetectResult Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TDetectResult>Heavy.AsyncProcessor.detect_column_types. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in ai.heavy.thrift.server with parameters of type TDetectResult Modifier and Type Method Description intTDetectResult. compareTo(TDetectResult other)booleanTDetectResult. equals(TDetectResult that)Heavy.detect_column_types_resultHeavy.detect_column_types_result. setSuccess(TDetectResult success)Method parameters in ai.heavy.thrift.server with type arguments of type TDetectResult Modifier and Type Method Description voidHeavy.AsyncClient. detect_column_types(String session, String file_name, TCopyParams copy_params, org.apache.thrift.async.AsyncMethodCallback<TDetectResult> resultHandler)voidHeavy.AsyncIface. detect_column_types(String session, String file_name, TCopyParams copy_params, org.apache.thrift.async.AsyncMethodCallback<TDetectResult> resultHandler)voidHeavy.AsyncProcessor.detect_column_types. start(I iface, Heavy.detect_column_types_args args, org.apache.thrift.async.AsyncMethodCallback<TDetectResult> resultHandler)Constructors in ai.heavy.thrift.server with parameters of type TDetectResult Constructor Description detect_column_types_result(TDetectResult success, TDBException e)TDetectResult(TDetectResult other)Performs a deep copy on other.Constructor parameters in ai.heavy.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)
-