package shuffle
Type Members
-
trait
MigratableResolver extends AnyRef
:: Experimental :: An experimental trait to allow Spark to migrate shuffle blocks.
:: Experimental :: An experimental trait to allow Spark to migrate shuffle blocks.
- Annotations
- @Experimental() @Since( "3.1.0" )
-
case class
ShuffleBlockInfo(shuffleId: Int, mapId: Long) extends Product with Serializable
:: Experimental :: An experimental case class used by MigratableResolver to return the shuffleId and mapId in a type safe way.
:: Experimental :: An experimental case class used by MigratableResolver to return the shuffleId and mapId in a type safe way.
- Annotations
- @Experimental()
-
abstract
class
ShuffleHandle extends Serializable
An opaque handle to a shuffle, used by a ShuffleManager to pass information about it to tasks.
An opaque handle to a shuffle, used by a ShuffleManager to pass information about it to tasks.
- Annotations
- @DeveloperApi()