RddDataDistribution constructor
RddDataDistribution({})
Implementation
RddDataDistribution({
this.address,
this.diskUsed,
this.memoryRemaining,
this.memoryUsed,
this.offHeapMemoryRemaining,
this.offHeapMemoryUsed,
this.onHeapMemoryRemaining,
this.onHeapMemoryUsed,
});