Package org.cyclos.impl.utils.cluster
Class ClusterHostProfilingStats
- java.lang.Object
-
- org.cyclos.impl.utils.cluster.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 Summary
Constructors Constructor Description ClusterHostProfilingStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDiscardedCount()intgetEntryCount()DategetStartDate()voidsetDiscardedCount(int discardedCount)voidsetEntryCount(int entryCount)voidsetStartDate(Date startDate)
-
-
-
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)
-
-