Uses of Class
com.omnisci.thrift.server.TImportStatus
-
Packages that use TImportStatus Package Description com.omnisci.thrift.server -
-
Uses of TImportStatus in com.omnisci.thrift.server
Fields in com.omnisci.thrift.server declared as TImportStatus Modifier and Type Field Description TImportStatusOmniSci.import_table_status_result. successMethods in com.omnisci.thrift.server that return TImportStatus Modifier and Type Method Description TImportStatusTImportStatus. deepCopy()TImportStatusOmniSci.AsyncClient.import_table_status_call. getResult()TImportStatusOmniSci.import_table_status_result. getSuccess()TImportStatusOmniSci.Client. import_table_status(String session, String import_id)TImportStatusOmniSci.Iface. import_table_status(String session, String import_id)TImportStatusOmniSci.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 com.omnisci.thrift.server that return types with arguments of type TImportStatus Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TImportStatus>OmniSci.AsyncProcessor.import_table_status. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in com.omnisci.thrift.server with parameters of type TImportStatus Modifier and Type Method Description intTImportStatus. compareTo(TImportStatus other)booleanTImportStatus. equals(TImportStatus that)OmniSci.import_table_status_resultOmniSci.import_table_status_result. setSuccess(TImportStatus success)Method parameters in com.omnisci.thrift.server with type arguments of type TImportStatus Modifier and Type Method Description voidOmniSci.AsyncClient. import_table_status(String session, String import_id, org.apache.thrift.async.AsyncMethodCallback<TImportStatus> resultHandler)voidOmniSci.AsyncIface. import_table_status(String session, String import_id, org.apache.thrift.async.AsyncMethodCallback<TImportStatus> resultHandler)voidOmniSci.AsyncProcessor.import_table_status. start(I iface, OmniSci.import_table_status_args args, org.apache.thrift.async.AsyncMethodCallback<TImportStatus> resultHandler)Constructors in com.omnisci.thrift.server with parameters of type TImportStatus Constructor Description import_table_status_result(TImportStatus success, TOmniSciException e)TImportStatus(TImportStatus other)Performs a deep copy on other.Constructor parameters in com.omnisci.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)
-