com.ibm.java.diagnostics.healthcenter.api

Interface DoubleEvent

  • All Superinterfaces:
    TimeData
    All Known Subinterfaces:
    ClassHistogramData, CpuInfo, HeapData, MemoryData


    public interface DoubleEvent
    extends TimeData
    This class represents an object that consists of a value and a corresponding time. This data is typically used in an array to plot data changes over time.
    • Method Detail

      • getValue

        double getValue()
        Gets the data that is associated with this event.
        Returns:
        the event data.
© Copyright 2012, 2016 IBM Corporation.