Package org.forgerock.opendj.server.jfr
Class EntryCacheStatisticsEvent
java.lang.Object
jdk.internal.event.Event
jdk.jfr.Event
org.forgerock.opendj.server.jfr.EntryCacheStatisticsEvent
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
long
long
long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
monitorName
-
cacheMisses
public long cacheMisses -
totalTries
public long totalTries -
cacheEntryCount
public long cacheEntryCount -
cacheSizeBytes
public long cacheSizeBytes
-
-
Constructor Details
-
EntryCacheStatisticsEvent
public EntryCacheStatisticsEvent()
-