Package io.deephaven.base.stats
Class Group
java.lang.Object
io.deephaven.base.stats.Group
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Get an item from this group by nameItem[]
getItems()
getName()
void
update
(ItemUpdateListener listener, long logInterval, long now, long appNow) Update the histories of all items in this group, logging all updated intervals >= logInterval.
-
Method Details
-
getItem
Get an item from this group by name -
addItem
-
getName
- Returns:
- the group's identifier
-
getDescription
- Returns:
- the group's description
-
getItems
-
update
Update the histories of all items in this group, logging all updated intervals >= logInterval.
-