Class | Description |
---|---|
DataGenerator | |
DataTransferTimeCalculator |
This class has getters and setters property to set the data transfer time for the nodes.
|
RequiredCpu |
This class has getters and setters property to get and set the required cpu values for the
task instances.
|
RequiredDisk |
This class has getters and setters property to get and set the required disk values for the
task instances.
|
RequiredRam |
This class has getters and setters property to get and set the required ram values for the
task instances.
|
TaskAttributes |
This class is responsible for calculating the required ram, disk, and cpu values.
|
TaskSchedulerClassTest | |
TaskSchedulerClassTest.Aggregator | |
TaskSchedulerClassTest.TestCompute | |
TaskSchedulerClassTest.TestComputeChild | |
TaskSchedulerClassTest.TestSink | |
TaskSchedulerClassTest.TestSource | |
TaskScheduleUtils |
This is the util class for the task scheduler to get the resource value of task instance and
validate the minimum value of the task instance ram value.
|
TaskVertexParser |
This class acts as a helper class for the batch task scheduling algorithms to parse the simple
to complex task graph.
|