Class ExecutionEntry
java.lang.Object
sk.iway.iwcm.components.monitoring.jpa.ExecutionEntry
- All Implemented Interfaces:
Serializable
,Comparable<ExecutionEntry>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(ExecutionEntry anotherEntry) boolean
long
long
long
getName()
long
long
int
hashCode()
void
setAverageExecutionTime
(Long averageExecutionTime) void
setMaximumExecutionTime
(Long maximumExecutionTime) void
setMemoryConsumptionPeek
(Long memoryConsumptionPeek) void
setMinimumExecutionTime
(Long minimumExecutionTime) void
setNumberOfCacheHits
(Long numberOfCacheHits) void
setNumberOfHits
(Long numberOfHits) void
setTotalMemoryConsumed
(Long totalMemoryConsumed) void
setTotalTimeOfCacheExecutions
(Long totalTimeOfCacheExecutions) void
setTotalTimeOfExecutions
(Long totalTimeOfExecutions) void
setValidMemoryMeasurements
(Long validMemoryMeasurements) void
setWhatWasExecuted
(String whatWasExecuted) toString()
-
Constructor Details
-
ExecutionEntry
public ExecutionEntry() -
ExecutionEntry
-
-
Method Details
-
getName
-
getNumberOfExecutions
public long getNumberOfExecutions() -
getTotalTimeSpentOnServingThisComponent
public long getTotalTimeSpentOnServingThisComponent() -
getAverageExecutionTime
public long getAverageExecutionTime() -
getAverageCacheExecutionTime
public long getAverageCacheExecutionTime() -
getAverageMemoryConsumption
public long getAverageMemoryConsumption() -
compareTo
- Specified by:
compareTo
in interfaceComparable<ExecutionEntry>
-
equals
-
hashCode
public int hashCode() -
toString
-
getWhatWasExecuted
-
getNumberOfHits
-
getNumberOfCacheHits
-
getMaximumExecutionTime
-
getMinimumExecutionTime
-
getTotalTimeOfExecutions
-
getTotalMemoryConsumed
-
getMemoryConsumptionPeek
-
getTotalTimeOfCacheExecutions
-
getValidMemoryMeasurements
-
setWhatWasExecuted
-
setNumberOfHits
-
setNumberOfCacheHits
-
setAverageExecutionTime
-
setMaximumExecutionTime
-
setMinimumExecutionTime
-
setTotalTimeOfExecutions
-
setTotalMemoryConsumed
-
setMemoryConsumptionPeek
-
setTotalTimeOfCacheExecutions
-
setValidMemoryMeasurements
-