Class ValueGroup

java.lang.Object
com.yahoo.statistics.Handle
com.yahoo.statistics.ValueGroup

@Deprecated public class ValueGroup extends Handle
Deprecated.
A set of related values which should be logged together.
Author:
Steinar Knutsen
  • Constructor Details

    • ValueGroup

      public ValueGroup(String name, Statistics manager)
      Deprecated.
      Create a ValueGroup.
      Parameters:
      name - The symbolic name of this group of values
      manager - the statistics manager acquired by injection
    • ValueGroup

      public ValueGroup(String name, Statistics manager, Callback callback)
      Deprecated.
      Create a ValueGroup.
      Parameters:
      name - The symbolic name of this group of values
      manager - the statistics manager acquired by injection
      callback - will be invoked each time data is written to the log
  • Method Details

    • put

      public void put(String name, double x)
      Deprecated.
      Put a value into the named value in the group.
    • runHandle

      public void runHandle()
      Deprecated.
      Dump state to log and reset.
      Specified by:
      runHandle in class Handle
    • equals

      public boolean equals(Object o)
      Deprecated.
      Specified by:
      equals in class Handle
    • hashCode

      public int hashCode()
      Deprecated.
      Specified by:
      hashCode in class Handle