WorkItem constructor
WorkItem({
- String? configuration,
- String? id,
- String? initialReportIndex,
- String? jobId,
- String? leaseExpireTime,
- MapTask? mapTask,
- List<
Package> ? packages, - String? projectId,
- String? reportStatusInterval,
- SeqMapTask? seqMapTask,
- ShellTask? shellTask,
- SourceOperationRequest? sourceOperationTask,
- StreamingComputationTask? streamingComputationTask,
- StreamingConfigTask? streamingConfigTask,
- StreamingSetupTask? streamingSetupTask,
Implementation
WorkItem({
this.configuration,
this.id,
this.initialReportIndex,
this.jobId,
this.leaseExpireTime,
this.mapTask,
this.packages,
this.projectId,
this.reportStatusInterval,
this.seqMapTask,
this.shellTask,
this.sourceOperationTask,
this.streamingComputationTask,
this.streamingConfigTask,
this.streamingSetupTask,
});