Uses of Interface
org.apache.storm.scheduler.blacklist.strategies.IBlacklistStrategy
-
Packages that use IBlacklistStrategy Package Description org.apache.storm.scheduler.blacklist org.apache.storm.scheduler.blacklist.strategies -
-
Uses of IBlacklistStrategy in org.apache.storm.scheduler.blacklist
Fields in org.apache.storm.scheduler.blacklist declared as IBlacklistStrategy Modifier and Type Field Description protected IBlacklistStrategy
BlacklistScheduler. blacklistStrategy
-
Uses of IBlacklistStrategy in org.apache.storm.scheduler.blacklist.strategies
Classes in org.apache.storm.scheduler.blacklist.strategies that implement IBlacklistStrategy Modifier and Type Class Description class
DefaultBlacklistStrategy
The default strategy used for blacklisting hosts.class
RasBlacklistStrategy
Blacklisting strategy just like the default one, but specifically setup for use with the resource aware scheduler.
-