Class RequestEvent

java.lang.Object
jdk.internal.event.Event
jdk.jfr.Event
org.forgerock.opendj.server.jfr.RequestEvent

public final class RequestEvent extends Event
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 Details

    • type

      public String type
    • protocol

      public String protocol
    • client

      public String client
    • connId

      public long connId
    • opId

      public long opId
    • txnId

      public String txnId
    • authzDn

      public String authzDn
    • dn

      public String dn
    • scope

      public String scope
    • filter

      public String filter
    • largestEntry

      public long largestEntry
    • entriesReturned

      public int entriesReturned
    • resultCode

      public int resultCode
  • Constructor Details

    • RequestEvent

      public RequestEvent()