Class ClusterHostProfilingResult

  • All Implemented Interfaces:
    Serializable

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

      • ClusterHostProfilingResult

        public ClusterHostProfilingResult()
    • Method Detail

      • getDiscardedCount

        public int getDiscardedCount()
      • getEntryCount

        public int getEntryCount()
      • getStartDate

        public Date getStartDate()
      • incrementDiscarded

        public int incrementDiscarded()
      • setDiscardedCount

        public void setDiscardedCount​(int discardedCount)
      • setStartDate

        public void setStartDate​(Date startDate)