RddPartitionInfo constructor

RddPartitionInfo({
  1. String? blockName,
  2. String? diskUsed,
  3. List<String>? executors,
  4. String? memoryUsed,
  5. String? storageLevel,
})

Implementation

RddPartitionInfo({
  this.blockName,
  this.diskUsed,
  this.executors,
  this.memoryUsed,
  this.storageLevel,
});