Package org.cyclos.impl.utils.cluster
Class ClusterHostProfilingResult
- java.lang.Object
-
- org.cyclos.impl.utils.cluster.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 Summary
Constructors Constructor Description ClusterHostProfilingResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDiscardedCount()List<ProfilingEntry>getEntries()intgetEntryCount()DategetStartDate()intincrementDiscarded()voidsetDiscardedCount(int discardedCount)voidsetEntries(List<ProfilingEntry> entries)voidsetStartDate(Date startDate)
-
-
-
Method Detail
-
getDiscardedCount
public int getDiscardedCount()
-
getEntries
public List<ProfilingEntry> getEntries()
-
getEntryCount
public int getEntryCount()
-
getStartDate
public Date getStartDate()
-
incrementDiscarded
public int incrementDiscarded()
-
setDiscardedCount
public void setDiscardedCount(int discardedCount)
-
setEntries
public void setEntries(List<ProfilingEntry> entries)
-
setStartDate
public void setStartDate(Date startDate)
-
-