Interface SchedulableBuilder


public interface SchedulableBuilder
An interface to build Schedulable tree buildPools: build the tree nodes(pools) addTaskSetManager: build the leaf nodes(TaskSetManagers)
  • Method Details

    • addTaskSetManager

      void addTaskSetManager(Schedulable manager, Properties properties)
    • buildPools

      void buildPools()
    • rootPool

      org.apache.spark.scheduler.Pool rootPool()