Uses of Class
ai.heavy.thrift.server.TImportStatus
-
Packages that use TImportStatus Package Description ai.heavy.thrift.server -
-
Uses of TImportStatus in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TImportStatus Modifier and Type Field Description TImportStatusHeavy.import_table_status_result. successMethods in ai.heavy.thrift.server that return TImportStatus Modifier and Type Method Description TImportStatusTImportStatus. deepCopy()TImportStatusHeavy.AsyncClient.import_table_status_call. getResult()TImportStatusHeavy.import_table_status_result. getSuccess()TImportStatusHeavy.Client. import_table_status(String session, String import_id)TImportStatusHeavy.Iface. import_table_status(String session, String import_id)TImportStatusHeavy.Client. recv_import_table_status()TImportStatusTImportStatus. setElapsed(long elapsed)TImportStatusTImportStatus. setRows_completed(long rows_completed)TImportStatusTImportStatus. setRows_estimated(long rows_estimated)TImportStatusTImportStatus. setRows_rejected(long rows_rejected)Methods in ai.heavy.thrift.server that return types with arguments of type TImportStatus Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TImportStatus>Heavy.AsyncProcessor.import_table_status. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in ai.heavy.thrift.server with parameters of type TImportStatus Modifier and Type Method Description intTImportStatus. compareTo(TImportStatus other)booleanTImportStatus. equals(TImportStatus that)Heavy.import_table_status_resultHeavy.import_table_status_result. setSuccess(TImportStatus success)Method parameters in ai.heavy.thrift.server with type arguments of type TImportStatus Modifier and Type Method Description voidHeavy.AsyncClient. import_table_status(String session, String import_id, org.apache.thrift.async.AsyncMethodCallback<TImportStatus> resultHandler)voidHeavy.AsyncIface. import_table_status(String session, String import_id, org.apache.thrift.async.AsyncMethodCallback<TImportStatus> resultHandler)voidHeavy.AsyncProcessor.import_table_status. start(I iface, Heavy.import_table_status_args args, org.apache.thrift.async.AsyncMethodCallback<TImportStatus> resultHandler)Constructors in ai.heavy.thrift.server with parameters of type TImportStatus Constructor Description import_table_status_result(TImportStatus success, TDBException e)TImportStatus(TImportStatus other)Performs a deep copy on other.Constructor parameters in ai.heavy.thrift.server with type arguments of type TImportStatus Constructor Description import_table_status_call(String session, String import_id, org.apache.thrift.async.AsyncMethodCallback<TImportStatus> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-