Packages

c

org.apache.spark.storage

BlockUpdatedInfo

case class BlockUpdatedInfo(blockManagerId: BlockManagerId, blockId: BlockId, storageLevel: StorageLevel, memSize: Long, diskSize: Long) extends Product with Serializable

Developer API

Stores information about a block status in a block manager.

Annotations
@DeveloperApi()
Source
BlockUpdatedInfo.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BlockUpdatedInfo
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BlockUpdatedInfo(blockManagerId: BlockManagerId, blockId: BlockId, storageLevel: StorageLevel, memSize: Long, diskSize: Long)

Value Members

  1. val blockId: BlockId
  2. val blockManagerId: BlockManagerId
  3. val diskSize: Long
  4. val memSize: Long
  5. val storageLevel: StorageLevel