A set of parameters for Kinetica.adminShowJobs. More…
Classes | |
| struct | Options |
| A set of string constants for the parameter AdminShowJobsRequest.options. More… | |
Public Member Functions | |
| AdminShowJobsRequest () | |
| Constructs an AdminShowJobsRequest object with default parameters. | |
| AdminShowJobsRequest (IDictionary< string, string > options=null) | |
| Constructs an AdminShowJobsRequest object with the specified parameters. | |
| AdminShowJobsRequest () | |
| Constructs an AdminShowJobsRequest object with default parameters. | |
| AdminShowJobsRequest (IDictionary< string, string > options=null) | |
| Constructs an AdminShowJobsRequest object with the specified parameters. | |
| Public Member Functions inherited from kinetica.KineticaData | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type. | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type. | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object. | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object. | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type. | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type. | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object. | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object. | |
Properties | |
| IDictionary< string, string > | options = new Dictionary<string, string>() [get, set] |
| Optional parameters. | |
| Properties inherited from kinetica.KineticaData | |
| Schema | Schema [get] |
| Avro Schema for this class. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from kinetica.KineticaData | |
| static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
| Create an Avro Schema from a System.Type and a KineticaType. | |
| static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
| Create an Avro Schema from a System.Type and a KineticaType. | |
Detailed Description
A set of parameters for Kinetica.adminShowJobs.
Get a list of the current jobs in GPUdb.
Definition at line 15 of file AdminShowJobs.cs.
Constructor & Destructor Documentation
◆ AdminShowJobsRequest() [1/4]
| inline |
Constructs an AdminShowJobsRequest object with default parameters.
Definition at line 128 of file AdminShowJobs.cs.
◆ AdminShowJobsRequest() [2/4]
| inline |
Constructs an AdminShowJobsRequest object with the specified parameters.
| options | Optional parameters.
|
Definition at line 185 of file AdminShowJobs.cs.
◆ AdminShowJobsRequest() [3/4]
| inline |
Constructs an AdminShowJobsRequest object with default parameters.
Definition at line 128 of file AdminShowJobs.cs.
◆ AdminShowJobsRequest() [4/4]
| inline |
Constructs an AdminShowJobsRequest object with the specified parameters.
| options | Optional parameters.
|
Definition at line 185 of file AdminShowJobs.cs.
Property Documentation
◆ options
| getset |
Optional 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.
Definition at line 124 of file AdminShowJobs.cs.
The documentation for this class was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/AdminShowJobs.cs
- Kinetica/Protocol/AdminShowJobs.cs