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 TimeData
All Known Subinterfaces:
ClassHistogramData
,
ClassLoadData
,
CountData
,
CpuInfo
,
DoubleEvent
,
FileData
,
HeapData
,
MemoryData
,
MethodProfileTime
,
MonitorData
,
PauseData
,
ThreadData
All Known Implementing Classes:
CpuInfoImpl
, com.ibm.java.diagnostics.healthcenter.api.impl.DoubleEventImpl, com.ibm.java.diagnostics.healthcenter.api.impl.TimeDataImpl
public interface
TimeData
A TimeData object is a single value that represents a time in milliseconds since epoch.
Method Summary
Methods
Modifier and Type
Method and Description
long
getTime
()
Returns a time value in milliseconds since epoch.
Method Detail
getTime
long getTime()
Returns a time value in milliseconds since epoch.
Returns:
A time value.
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