Class AdminWebService.CacheStatRow

java.lang.Object
ubic.gemma.rest.AdminWebService.CacheStatRow
Enclosing class:
AdminWebService

public static class AdminWebService.CacheStatRow extends Object
Author:
phase 3 admin-panel wiring
  • Field Details

    • name

      public String name
    • hits

      @Nullable public Long hits
    • misses

      @Nullable public Long misses
    • gets

      @Nullable public Long gets
      Total gets — hits + misses; some providers report it directly.
    • puts

      @Nullable public Long puts
    • removals

      @Nullable public Long removals
    • evictions

      @Nullable public Long evictions
    • hitPercentage

      @Nullable public Float hitPercentage
      Percentage in [0, 100]; null if stats unavailable or never queried.
  • Constructor Details

    • CacheStatRow

      public CacheStatRow()