Uses of Class
org.apache.storm.scheduler.resource.strategies.scheduling.BaseResourceAwareStrategy.NodeSortType
-
Packages that use BaseResourceAwareStrategy.NodeSortType Package Description org.apache.storm.scheduler.resource.strategies.scheduling org.apache.storm.scheduler.resource.strategies.scheduling.sorter -
-
Uses of BaseResourceAwareStrategy.NodeSortType in org.apache.storm.scheduler.resource.strategies.scheduling
Fields in org.apache.storm.scheduler.resource.strategies.scheduling declared as BaseResourceAwareStrategy.NodeSortType Modifier and Type Field Description protected BaseResourceAwareStrategy.NodeSortType
BaseResourceAwareStrategy. nodeSortType
Methods in org.apache.storm.scheduler.resource.strategies.scheduling that return BaseResourceAwareStrategy.NodeSortType Modifier and Type Method Description static BaseResourceAwareStrategy.NodeSortType
BaseResourceAwareStrategy.NodeSortType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BaseResourceAwareStrategy.NodeSortType[]
BaseResourceAwareStrategy.NodeSortType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.storm.scheduler.resource.strategies.scheduling with parameters of type BaseResourceAwareStrategy.NodeSortType Constructor Description BaseResourceAwareStrategy(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.NodeSortType Modifier and Type Field Description protected BaseResourceAwareStrategy.NodeSortType
NodeSorter. nodeSortType
protected BaseResourceAwareStrategy.NodeSortType
NodeSorterHostProximity. nodeSortType
Constructors in org.apache.storm.scheduler.resource.strategies.scheduling.sorter with parameters of type BaseResourceAwareStrategy.NodeSortType Constructor Description NodeSorter(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.
-