Class BarrageTable.Stats

java.lang.Object
io.deephaven.extensions.barrage.table.BarrageTable.Stats
All Implemented Interfaces:
Runnable
Enclosing class:
BarrageTable

protected class BarrageTable.Stats extends Object implements Runnable
  • Field Details

    • tableId

      public final String tableId
    • tableKey

      public final String tableKey
    • deserialize

      public final org.HdrHistogram.Histogram deserialize
    • processUpdate

      public final org.HdrHistogram.Histogram processUpdate
    • refresh

      public final org.HdrHistogram.Histogram refresh
    • runFuture

      public final ScheduledFuture<?> runFuture
  • Constructor Details

    • Stats

      public Stats(String tableKey)
  • Method Details

    • stop

      public void stop()
    • run

      public void run()
      Specified by:
      run in interface Runnable