adminShowJobs
Get a list of the current jobs in GPUdb.Parameters:request-Requestobject containing the parameters for the operation.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.adminShowJobs
Get a list of the current jobs in GPUdb.Parameters:options- Optional parameters.SHOW_ASYNC_JOBS: IfTRUE, then the completed async jobs are also included in the response. By default, once the async jobs are completed they are no longer included in the jobs list. Supported values:The default value isFALSE.SHOW_WORKER_INFO: IfTRUE, then information is also returned from worker ranks. By default only status from the head rank is returned. Supported values:
Map.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.