Class NodePool.NodeAndSlotCounts
java.lang.Object
org.apache.storm.scheduler.multitenant.NodePool.NodeAndSlotCounts
- Enclosing class:
- NodePool
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
nodespublic final int nodes
- 
slotspublic final int slots
 
- 
- 
Constructor Details- 
NodeAndSlotCountspublic NodeAndSlotCounts(int nodes, int slots) 
 
-