Class LayeredNetworkElement.ServerPool

java.lang.Object
jline.lang.layered.LayeredNetworkElement.ServerPool
All Implemented Interfaces:
Serializable
Enclosing class:
LayeredNetworkElement

public static class LayeredNetworkElement.ServerPool extends Object implements Serializable
One declared pool, its operands held by name until getStruct resolves them.
See Also:
  • Field Details

    • name

      public String name
    • count

      public double count
    • rate

      public double rate
    • compatible

      public List<String> compatible
  • Constructor Details

    • ServerPool

      public ServerPool(String name, double count, double rate, List<String> compatible)