public class CmdInfo extends Object
Constructor and Description |
---|
CmdInfo(long jobControlId,
OperationType operationType,
JobSource jobSource,
long jobSubmissionTime,
List<String> filePath)
Constructor for CmdInfo class.
|
Modifier and Type | Method and Description |
---|---|
void |
addCmdRunAttempt(CmdRunAttempt attempt)
Add the CmdRunAttempt.
|
List<CmdRunAttempt> |
getCmdRunAttempt()
Get CmdRunAttempt.
|
List<String> |
getFilePath()
Get file path.
|
long |
getJobControlId()
Get job control Id.
|
JobSource |
getJobSource()
Get job source.
|
long |
getJobSubmissionTime()
Get submission time.
|
OperationType |
getOperationType()
Get operation type.
|
String |
toString()
tostring.
|
public CmdInfo(long jobControlId, OperationType operationType, JobSource jobSource, long jobSubmissionTime, List<String> filePath)
jobControlId
- control idoperationType
- operation typejobSource
- where the job comes fromjobSubmissionTime
- job submission timefilePath
- file pathpublic void addCmdRunAttempt(CmdRunAttempt attempt)
attempt
- CmdRunAttemptpublic List<CmdRunAttempt> getCmdRunAttempt()
public long getJobControlId()
public OperationType getOperationType()
public JobSource getJobSource()
public long getJobSubmissionTime()
Copyright © 2023. All Rights Reserved.