Home / Class/ FlightRecorder Class — netty Architecture

FlightRecorder Class — netty Architecture

Architecture documentation for the FlightRecorder class in FlightRecorder.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  1941a510_b259_27ec_ab8e_4381e82f99b0["FlightRecorder"]
  82fe7153_8b63_9a33_a98b_ea0c6777fd76["FlightRecorder.java"]
  1941a510_b259_27ec_ab8e_4381e82f99b0 -->|defined in| 82fe7153_8b63_9a33_a98b_ea0c6777fd76
  f468c45c_c709_3889_af07_4030e30c2cf6["FlightRecorder()"]
  1941a510_b259_27ec_ab8e_4381e82f99b0 -->|method| f468c45c_c709_3889_af07_4030e30c2cf6
  224b5d89_b094_640d_0d8b_d6d6e264daa7["isAvailable()"]
  1941a510_b259_27ec_ab8e_4381e82f99b0 -->|method| 224b5d89_b094_640d_0d8b_d6d6e264daa7

Relationship Graph

Source Code

jfr-stub/src/main/java/jdk/jfr/FlightRecorder.java lines 18–26

public final class FlightRecorder {
    private FlightRecorder() {
        throw new UnsupportedOperationException("Stub should only be used at compile time");
    }

    public static boolean isAvailable() {
        throw new UnsupportedOperationException("Stub should only be used at compile time");
    }
}

Frequently Asked Questions

What is the FlightRecorder class?
FlightRecorder is a class in the netty codebase, defined in jfr-stub/src/main/java/jdk/jfr/FlightRecorder.java.
Where is FlightRecorder defined?
FlightRecorder is defined in jfr-stub/src/main/java/jdk/jfr/FlightRecorder.java at line 18.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free