Package org.apache.spark.scheduler
Interface SchedulableBuilder
public interface SchedulableBuilder
An interface to build Schedulable tree
buildPools: build the tree nodes(pools)
addTaskSetManager: build the leaf nodes(TaskSetManagers)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addTaskSetManager
(Schedulable manager, Properties properties) void
org.apache.spark.scheduler.Pool
rootPool()
-
Method Details
-
addTaskSetManager
-
buildPools
void buildPools() -
rootPool
org.apache.spark.scheduler.Pool rootPool()
-