StreamBlockData constructor

StreamBlockData({
  1. bool? deserialized,
  2. String? diskSize,
  3. String? executorId,
  4. String? hostPort,
  5. String? memSize,
  6. String? name,
  7. String? storageLevel,
  8. bool? useDisk,
  9. bool? useMemory,
})

Implementation

StreamBlockData({
  this.deserialized,
  this.diskSize,
  this.executorId,
  this.hostPort,
  this.memSize,
  this.name,
  this.storageLevel,
  this.useDisk,
  this.useMemory,
});