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