Class ExecutionEntry

java.lang.Object
sk.iway.iwcm.components.monitoring.jpa.ExecutionEntry
All Implemented Interfaces:
Serializable, Comparable<ExecutionEntry>

public class ExecutionEntry extends Object implements Comparable<ExecutionEntry>, Serializable
See Also:
  • Constructor Details

    • ExecutionEntry

      public ExecutionEntry()
    • ExecutionEntry

      public ExecutionEntry(String name)
  • Method Details

    • getName

      public String getName()
    • getNumberOfExecutions

      public long getNumberOfExecutions()
    • getTotalTimeSpentOnServingThisComponent

      public long getTotalTimeSpentOnServingThisComponent()
    • getAverageExecutionTime

      public long getAverageExecutionTime()
    • getAverageCacheExecutionTime

      public long getAverageCacheExecutionTime()
    • getAverageMemoryConsumption

      public long getAverageMemoryConsumption()
    • compareTo

      public int compareTo(ExecutionEntry anotherEntry)
      Specified by:
      compareTo in interface Comparable<ExecutionEntry>
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getWhatWasExecuted

      public String getWhatWasExecuted()
    • getNumberOfHits

      public Long getNumberOfHits()
    • getNumberOfCacheHits

      public Long getNumberOfCacheHits()
    • getMaximumExecutionTime

      public Long getMaximumExecutionTime()
    • getMinimumExecutionTime

      public Long getMinimumExecutionTime()
    • getTotalTimeOfExecutions

      public Long getTotalTimeOfExecutions()
    • getTotalMemoryConsumed

      public Long getTotalMemoryConsumed()
    • getMemoryConsumptionPeek

      public Long getMemoryConsumptionPeek()
    • getTotalTimeOfCacheExecutions

      public Long getTotalTimeOfCacheExecutions()
    • getValidMemoryMeasurements

      public Long getValidMemoryMeasurements()
    • setWhatWasExecuted

      public void setWhatWasExecuted(String whatWasExecuted)
    • setNumberOfHits

      public void setNumberOfHits(Long numberOfHits)
    • setNumberOfCacheHits

      public void setNumberOfCacheHits(Long numberOfCacheHits)
    • setAverageExecutionTime

      public void setAverageExecutionTime(Long averageExecutionTime)
    • setMaximumExecutionTime

      public void setMaximumExecutionTime(Long maximumExecutionTime)
    • setMinimumExecutionTime

      public void setMinimumExecutionTime(Long minimumExecutionTime)
    • setTotalTimeOfExecutions

      public void setTotalTimeOfExecutions(Long totalTimeOfExecutions)
    • setTotalMemoryConsumed

      public void setTotalMemoryConsumed(Long totalMemoryConsumed)
    • setMemoryConsumptionPeek

      public void setMemoryConsumptionPeek(Long memoryConsumptionPeek)
    • setTotalTimeOfCacheExecutions

      public void setTotalTimeOfCacheExecutions(Long totalTimeOfCacheExecutions)
    • setValidMemoryMeasurements

      public void setValidMemoryMeasurements(Long validMemoryMeasurements)