Class ClusterHostProfilingStats

  • All Implemented Interfaces:
    Serializable

    public class ClusterHostProfilingStats
    extends Object
    implements Serializable
    Metrics collected per cluster host, which are returned when profiling is stopped
    See Also:
    Serialized Form
    • Constructor Detail

      • ClusterHostProfilingStats

        public ClusterHostProfilingStats()
    • Method Detail

      • getDiscardedCount

        public int getDiscardedCount()
      • getEntryCount

        public int getEntryCount()
      • getStartDate

        public Date getStartDate()
      • setDiscardedCount

        public void setDiscardedCount​(int discardedCount)
      • setEntryCount

        public void setEntryCount​(int entryCount)
      • setStartDate

        public void setStartDate​(Date startDate)