package
storage
Type Members
-
sealed abstract
class
BlockId extends AnyRef
-
class
BlockManagerId extends Externalizable
-
-
case class
BlockStatus(storageLevel: StorageLevel, memSize: Long, diskSize: Long, externalBlockStoreSize: Long) extends Product with Serializable
-
case class
BlockUpdatedInfo(blockManagerId: BlockManagerId, blockId: BlockId, storageLevel: StorageLevel, memSize: Long, diskSize: Long, externalBlockStoreSize: Long) extends Product with Serializable
-
case class
BroadcastBlockId(broadcastId: Long, field: String = "") extends BlockId with Product with Serializable
-
case class
RDDBlockId(rddId: Int, splitIndex: Int) extends BlockId with Product with Serializable
-
-
case class
ShuffleBlockId(shuffleId: Int, mapId: Int, reduceId: Int) extends BlockId with Product with Serializable
-
case class
ShuffleDataBlockId(shuffleId: Int, mapId: Int, reduceId: Int) extends BlockId with Product with Serializable
-
case class
ShuffleIndexBlockId(shuffleId: Int, mapId: Int, reduceId: Int) extends BlockId with Product with Serializable
-
class
StorageLevel extends Externalizable
-
-
-
case class
StreamBlockId(streamId: Int, uniqueId: Long) extends BlockId with Product with Serializable
-
case class
TaskResultBlockId(taskId: Long) extends BlockId with Product with Serializable
-