Class NodePool.NodeAndSlotCounts

java.lang.Object
org.apache.storm.scheduler.multitenant.NodePool.NodeAndSlotCounts
Enclosing class:
NodePool

public static class NodePool.NodeAndSlotCounts extends Object
  • Field Details

    • nodes

      public final int nodes
    • slots

      public final int slots
  • Constructor Details

    • NodeAndSlotCounts

      public NodeAndSlotCounts(int nodes, int slots)