Package | Description |
---|---|
org.apache.storm.scheduler.resource.strategies.scheduling | |
org.apache.storm.scheduler.resource.strategies.scheduling.sorter |
Modifier and Type | Field and Description |
---|---|
protected BaseResourceAwareStrategy.NodeSortType |
BaseResourceAwareStrategy.nodeSortType |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
BaseResourceAwareStrategy(boolean sortNodesForEachExecutor,
BaseResourceAwareStrategy.NodeSortType nodeSortType)
Initialize for the default implementation of schedule().
|
Modifier and Type | Field and Description |
---|---|
protected BaseResourceAwareStrategy.NodeSortType |
NodeSorterHostProximity.nodeSortType |
protected BaseResourceAwareStrategy.NodeSortType |
NodeSorter.nodeSortType |
Constructor and 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.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.