Uses of Class
org.apache.storm.scheduler.resource.strategies.scheduling.ObjectResourcesItem
Packages that use ObjectResourcesItem
Package
Description
-
Uses of ObjectResourcesItem in org.apache.storm.scheduler.resource.strategies.scheduling
Methods in org.apache.storm.scheduler.resource.strategies.scheduling that return types with arguments of type ObjectResourcesItemMethods in org.apache.storm.scheduler.resource.strategies.scheduling with parameters of type ObjectResourcesItemModifier and TypeMethodDescriptionvoid
ObjectResourcesItem.add
(ObjectResourcesItem other) void
ObjectResourcesSummary.addObjectResourcesItem
(ObjectResourcesItem item) Constructors in org.apache.storm.scheduler.resource.strategies.scheduling with parameters of type ObjectResourcesItemConstructor parameters in org.apache.storm.scheduler.resource.strategies.scheduling with type arguments of type ObjectResourcesItemModifierConstructorDescriptionObjectResourcesSummary
(List<ObjectResourcesItem> objectResources, NormalizedResourceOffer availableResourcesOverall, NormalizedResourceOffer totalResourcesOverall, String identifier) -
Uses of ObjectResourcesItem in org.apache.storm.scheduler.resource.strategies.scheduling.sorter
Methods in org.apache.storm.scheduler.resource.strategies.scheduling.sorter that return types with arguments of type ObjectResourcesItemModifier and TypeMethodDescriptionINodeSorter.getSortedRacks()
NodeSorter.getSortedRacks()
Racks are sorted by two criteria.NodeSorterHostProximity.getSortedRacks()
Racks are sorted by two criteria.protected 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
.