Package | Description |
---|---|
org.apache.storm.scheduler.resource.strategies.scheduling | |
org.apache.storm.scheduler.resource.strategies.scheduling.sorter |
Constructor and Description |
---|
ObjectResourcesSummary(ObjectResourcesSummary other) |
Modifier and Type | Method and Description |
---|---|
protected List<ObjectResourcesItem> |
NodeSorter.sortObjectResources(ObjectResourcesSummary resourcesSummary,
ExecutorDetails exec,
NodeSorter.ExistingScheduleFunc existingScheduleFunc)
Scheduling uses
NodeSorter.sortAllNodes() which eventually calls this method whose behavior can be altered by setting NodeSorter.nodeSortType . |
protected Iterable<ObjectResourcesItem> |
NodeSorterHostProximity.sortObjectResources(ObjectResourcesSummary resourcesSummary,
ExecutorDetails exec,
NodeSorterHostProximity.ExistingScheduleFunc existingScheduleFunc)
Scheduling uses
NodeSorterHostProximity.sortAllNodes() which eventually calls this method whose behavior can be altered by setting NodeSorterHostProximity.nodeSortType . |
Copyright © 2022 The Apache Software Foundation. All rights reserved.