Uses of Class
org.apache.storm.scheduler.multitenant.NodePool.NodeAndSlotCounts
-
Packages that use NodePool.NodeAndSlotCounts Package Description org.apache.storm.scheduler.multitenant -
-
Uses of NodePool.NodeAndSlotCounts in org.apache.storm.scheduler.multitenant
Methods in org.apache.storm.scheduler.multitenant that return NodePool.NodeAndSlotCounts Modifier and Type Method Description NodePool.NodeAndSlotCounts
DefaultPool. getNodeAndSlotCountIfSlotsWereTaken(int slotsNeeded)
NodePool.NodeAndSlotCounts
FreePool. getNodeAndSlotCountIfSlotsWereTaken(int slotsNeeded)
NodePool.NodeAndSlotCounts
IsolatedPool. getNodeAndSlotCountIfSlotsWereTaken(int slotsNeeded)
abstract NodePool.NodeAndSlotCounts
NodePool. getNodeAndSlotCountIfSlotsWereTaken(int slots)
Get the number of nodes and slots this would provide to get the slots needed.
-