Skip to main content

◆ adminShowJobs() [1/2]

AdminShowJobsResponse kinetica.Kinetica.adminShowJobs (AdminShowJobsRequestrequest_)
inline

Get a list of the current jobs in GPUdb.

Parameters
request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

Definition at line 2709 of file KineticaFunctions.cs.

◆ adminShowJobs() [2/2]

AdminShowJobsResponse kinetica.Kinetica.adminShowJobs (IDictionary< string, string >options = null)
inline

Get a list of the current jobs in GPUdb.

Parameters
optionsOptional parameters.
  • SHOW_ASYNC_JOBS: If TRUE, 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 is FALSE.
  • SHOW_WORKER_INFO: If TRUE, then information is also returned from worker ranks. By default only status from the head rank is returned. Supported values:
The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 2788 of file KineticaFunctions.cs.

◆ AdminShowJobsAsync() [1/2]

async System.Threading.Tasks.Task< AdminShowJobsResponse > kinetica.Kinetica.AdminShowJobsAsync (AdminShowJobsRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Get a list of the current jobs in GPUdb.

(async)

Parameters
request_Request object containing the parameters for the operation.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 2724 of file KineticaFunctions.cs.

◆ AdminShowJobsAsync() [2/2]

async System.Threading.Tasks.Task< AdminShowJobsResponse > kinetica.Kinetica.AdminShowJobsAsync (IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Get a list of the current jobs in GPUdb.

(async)

Parameters
optionsOptional parameters.
  • SHOW_ASYNC_JOBS: If TRUE, 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 is FALSE.
  • SHOW_WORKER_INFO: If TRUE, then information is also returned from worker ranks. By default only status from the head rank is returned. Supported values:
The default value is an empty Dictionary.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 2851 of file KineticaFunctions.cs.