Package org.forgerock.opendj.server.jfr
Class HealthStatisticsEvent
java.lang.Object
jdk.internal.event.Event
jdk.jfr.Event
org.forgerock.opendj.server.jfr.HealthStatisticsEvent
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
long
boolean
boolean
long
long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
isAlive
public boolean isAlive -
isHealthy
public boolean isHealthy -
aliveErrorMessages
-
healthErrorMessages
-
numberOfConnections
public long numberOfConnections -
maxNumberOfConnections
public long maxNumberOfConnections -
activeRequests
public long activeRequests -
activePSearches
public int activePSearches
-
-
Constructor Details
-
HealthStatisticsEvent
public HealthStatisticsEvent()
-