Package 

Enum Stats.Granularity

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum Stats.Granularity
    
                        

    Describes the interval unit over which statistics are gathered.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      minute

      Interval unit over which statistics are gathered as minutes.

      hour

      Interval unit over which statistics are gathered as hours.

      day

      Interval unit over which statistics are gathered as days.

      month

      Interval unit over which statistics are gathered as months.