Uses of Interface
org.apache.storm.scheduler.resource.strategies.scheduling.sorter.IExecSorter
-
Packages that use IExecSorter Package Description org.apache.storm.scheduler.resource.strategies.scheduling org.apache.storm.scheduler.resource.strategies.scheduling.sorter -
-
Uses of IExecSorter in org.apache.storm.scheduler.resource.strategies.scheduling
Fields in org.apache.storm.scheduler.resource.strategies.scheduling declared as IExecSorter Modifier and Type Field Description protected IExecSorter
BaseResourceAwareStrategy. execSorter
Methods in org.apache.storm.scheduler.resource.strategies.scheduling with parameters of type IExecSorter Modifier and Type Method Description protected void
BaseResourceAwareStrategy. setExecSorter(IExecSorter execSorter)
Set the pluggable sorter for ExecutorDetails. -
Uses of IExecSorter in org.apache.storm.scheduler.resource.strategies.scheduling.sorter
Classes in org.apache.storm.scheduler.resource.strategies.scheduling.sorter that implement IExecSorter Modifier and Type Class Description class
ExecSorterByConnectionCount
class
ExecSorterByConstraintSeverity
class
ExecSorterByProximity
-