JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.ibm.java.diagnostics.healthcenter.api
Interface DoubleEvent
All Superinterfaces:
TimeData
All Known Subinterfaces:
ClassHistogramData
,
CpuInfo
,
HeapData
,
MemoryData
All Known Implementing Classes:
CpuInfoImpl
, com.ibm.java.diagnostics.healthcenter.api.impl.DoubleEventImpl
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 Summary
Methods
Modifier and Type
Method and Description
double
getValue
()
Gets the data that is associated with this event.
Methods inherited from interface com.ibm.java.diagnostics.healthcenter.api.
TimeData
getTime
Method Detail
getValue
double getValue()
Gets the data that is associated with this event.
Returns:
the event data.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
� Copyright 2012, 2015 IBM Corporation.
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method