ApplicationInfo constructor

ApplicationInfo({
  1. String? applicationContextIngestionStatus,
  2. String? applicationId,
  3. List<ApplicationAttemptInfo>? attempts,
  4. int? coresGranted,
  5. int? coresPerExecutor,
  6. int? maxCores,
  7. int? memoryPerExecutorMb,
  8. String? name,
  9. String? quantileDataStatus,
})

Implementation

ApplicationInfo({
  this.applicationContextIngestionStatus,
  this.applicationId,
  this.attempts,
  this.coresGranted,
  this.coresPerExecutor,
  this.maxCores,
  this.memoryPerExecutorMb,
  this.name,
  this.quantileDataStatus,
});