Class Group

java.lang.Object
io.deephaven.base.stats.Group

public class Group extends Object
  • Method Details

    • getItem

      public Item getItem(String id)
      Get an item from this group by name
    • addItem

      public void addItem(Item i)
    • getName

      public String getName()
      Returns:
      the group's identifier
    • getDescription

      public String getDescription()
      Returns:
      the group's description
    • getItems

      public Item[] getItems()
    • update

      public void update(ItemUpdateListener listener, long logInterval, long now, long appNow)
      Update the histories of all items in this group, logging all updated intervals >= logInterval.