Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Submitter ¶
type Submitter struct {
ApiConnectionDetails *client.ApiConnectionDetails
// Jobs to submit.
Queue string
JobSetName string
Jobs []*api.JobSubmitRequestItem
// If true, generate random clientId for Job, if not already provided
RandomClientId bool
// Number of batches of jobs to submit.
// A value of 0 indicates infinity.
NumBatches uint32
// Number of copies of the provided job to submit per batch.
BatchSize uint32
// Time between batches.
Interval time.Duration
// Number of seconds to wait for jobs to finish.
Timeout time.Duration
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.