Package io.deephaven.hotspot.impl
Class HotSpotImpl
java.lang.Object
io.deephaven.hotspot.impl.HotSpotImpl
- All Implemented Interfaces:
io.deephaven.hotspot.HotSpot
@AutoService(io.deephaven.hotspot.HotSpot.class)
public class HotSpotImpl
extends Object
implements io.deephaven.hotspot.HotSpot
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglonglong
-
Constructor Details
-
HotSpotImpl
public HotSpotImpl()
-
-
Method Details
-
getSafepointCount
public long getSafepointCount()- Specified by:
getSafepointCountin interfaceio.deephaven.hotspot.HotSpot
-
getTotalSafepointTimeMillis
public long getTotalSafepointTimeMillis()- Specified by:
getTotalSafepointTimeMillisin interfaceio.deephaven.hotspot.HotSpot
-
getSafepointSyncTimeMillis
public long getSafepointSyncTimeMillis()- Specified by:
getSafepointSyncTimeMillisin interfaceio.deephaven.hotspot.HotSpot
-