Uses of Enum Class
org.apache.storm.scheduler.resource.strategies.scheduling.BaseResourceAwareStrategy.NodeSortType
Packages that use BaseResourceAwareStrategy.NodeSortType
Package
Description
-
Uses of BaseResourceAwareStrategy.NodeSortType in org.apache.storm.scheduler.resource.strategies.scheduling
Fields in org.apache.storm.scheduler.resource.strategies.scheduling declared as BaseResourceAwareStrategy.NodeSortTypeModifier and TypeFieldDescriptionprotected final BaseResourceAwareStrategy.NodeSortType
BaseResourceAwareStrategy.nodeSortType
Methods in org.apache.storm.scheduler.resource.strategies.scheduling that return BaseResourceAwareStrategy.NodeSortTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.BaseResourceAwareStrategy.NodeSortType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.storm.scheduler.resource.strategies.scheduling with parameters of type BaseResourceAwareStrategy.NodeSortTypeModifierConstructorDescriptionBaseResourceAwareStrategy
(boolean sortNodesForEachExecutor, BaseResourceAwareStrategy.NodeSortType nodeSortType) Initialize for the default implementation of schedule(). -
Uses of BaseResourceAwareStrategy.NodeSortType in org.apache.storm.scheduler.resource.strategies.scheduling.sorter
Fields in org.apache.storm.scheduler.resource.strategies.scheduling.sorter declared as BaseResourceAwareStrategy.NodeSortTypeModifier and TypeFieldDescriptionprotected final BaseResourceAwareStrategy.NodeSortType
NodeSorter.nodeSortType
protected final BaseResourceAwareStrategy.NodeSortType
NodeSorterHostProximity.nodeSortType
Constructors in org.apache.storm.scheduler.resource.strategies.scheduling.sorter with parameters of type BaseResourceAwareStrategy.NodeSortTypeModifierConstructorDescriptionNodeSorter
(Cluster cluster, TopologyDetails topologyDetails, BaseResourceAwareStrategy.NodeSortType nodeSortType) Initialize for the default implementation node sorting.NodeSorterHostProximity
(Cluster cluster, TopologyDetails topologyDetails, BaseResourceAwareStrategy.NodeSortType nodeSortType) Initialize for the default implementation node sorting.