YarnApplication constructor

YarnApplication({
  1. String? memoryMbSeconds,
  2. String? name,
  3. double? progress,
  4. String? state,
  5. String? trackingUrl,
  6. String? vcoreSeconds,
})

Implementation

YarnApplication({
  this.memoryMbSeconds,
  this.name,
  this.progress,
  this.state,
  this.trackingUrl,
  this.vcoreSeconds,
});