Home / Function/ isAvailable() — netty Function Reference

isAvailable() — netty Function Reference

Architecture documentation for the isAvailable() function in FlightRecorder.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  224b5d89_b094_640d_0d8b_d6d6e264daa7["isAvailable()"]
  1941a510_b259_27ec_ab8e_4381e82f99b0["FlightRecorder"]
  224b5d89_b094_640d_0d8b_d6d6e264daa7 -->|defined in| 1941a510_b259_27ec_ab8e_4381e82f99b0
  style 224b5d89_b094_640d_0d8b_d6d6e264daa7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

jfr-stub/src/main/java/jdk/jfr/FlightRecorder.java lines 23–25

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

Domain

Subdomains

Frequently Asked Questions

What does isAvailable() do?
isAvailable() is a function in the netty codebase, defined in jfr-stub/src/main/java/jdk/jfr/FlightRecorder.java.
Where is isAvailable() defined?
isAvailable() is defined in jfr-stub/src/main/java/jdk/jfr/FlightRecorder.java at line 23.

Analyze Your Own Codebase

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

Try Supermodel Free