Class Polling.Info

java.lang.Object
jline.lang.state.Polling.Info
All Implemented Interfaces:
Serializable
Enclosing class:
Polling

public static class Polling.Info extends Object implements Serializable
Derived description of the polling controller at a station.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    boolean[]
    True when the leg entering buffer q takes a strictly positive time.
    int[]
    Number of phases of the switchover entering buffer q.
    int
    K parameter of KLIMITED polling.
    boolean[]
    Buffers the server visits (a class disabled at the station is dropped).
    Polling discipline, identical across the class buffers.
    D0 of the switchover entering buffer q.
    D1 of the switchover entering buffer q.
    Entry probability vector of the switchover entering buffer q.
    boolean
    Whether the pos/swk/ctr columns are materialized.
    int
    Total width of the polling block.
    boolean
    Whether the pos/swk/ctr columns are materialized.
    boolean
    Whether the pos/swk/ctr columns are materialized.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ptype

      public PollingType ptype
      Polling discipline, identical across the class buffers.
    • pk

      public int pk
      K parameter of KLIMITED polling.
    • polled

      public boolean[] polled
      Buffers the server visits (a class disabled at the station is dropped).
    • hasSw

      public boolean[] hasSw
      True when the leg entering buffer q takes a strictly positive time.
    • Ksw

      public int[] Ksw
      Number of phases of the switchover entering buffer q.
    • swD0

      public Matrix[] swD0
      D0 of the switchover entering buffer q.
    • swD1

      public Matrix[] swD1
      D1 of the switchover entering buffer q.
    • swPie

      public Matrix[] swPie
      Entry probability vector of the switchover entering buffer q.
    • wpos

      public boolean wpos
      Whether the pos/swk/ctr columns are materialized.
    • wswk

      public boolean wswk
      Whether the pos/swk/ctr columns are materialized.
    • wctr

      public boolean wctr
      Whether the pos/swk/ctr columns are materialized.
    • width

      public int width
      Total width of the polling block.
  • Constructor Details

    • Info

      public Info()