Uses of Class
org.apache.storm.scheduler.resource.strategies.scheduling.ObjectResourcesSummary
Package
Description
-
Uses of ObjectResourcesSummary in org.apache.storm.scheduler.resource.strategies.scheduling
-
Uses of ObjectResourcesSummary in org.apache.storm.scheduler.resource.strategies.scheduling.sorter
Modifier and TypeMethodDescriptionprotected List<ObjectResourcesItem>
NodeSorter.sortObjectResources
(ObjectResourcesSummary resourcesSummary, ExecutorDetails exec, NodeSorter.ExistingScheduleFunc existingScheduleFunc) Scheduling usesNodeSorter.sortAllNodes()
which eventually calls this method whose behavior can be altered by settingNodeSorter.nodeSortType
.protected Iterable<ObjectResourcesItem>
NodeSorterHostProximity.sortObjectResources
(ObjectResourcesSummary resourcesSummary, ExecutorDetails exec, NodeSorterHostProximity.ExistingScheduleFunc existingScheduleFunc) Scheduling usesNodeSorterHostProximity.sortAllNodes()
which eventually calls this method whose behavior can be altered by settingNodeSorterHostProximity.nodeSortType
.