Package org.forgerock.opendj.server.jfr
Class RequestEvent
java.lang.Object
jdk.internal.event.Event
jdk.jfr.Event
org.forgerock.opendj.server.jfr.RequestEvent
A JFR event for capturing information about requests, with a default threshold etime of 500ms.
A single event type is used, rather than splitting by request type, in order to facilitate configuration.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
-
protocol
-
client
-
connId
public long connId -
opId
public long opId -
txnId
-
authzDn
-
dn
-
scope
-
filter
-
largestEntry
public long largestEntry -
entriesReturned
public int entriesReturned -
resultCode
public int resultCode
-
-
Constructor Details
-
RequestEvent
public RequestEvent()
-