Home / Function/ checkAllIOSupported() — netty Function Reference

checkAllIOSupported() — netty Function Reference

Architecture documentation for the checkAllIOSupported() function in Native.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  f9807934_6660_7593_402b_26db1096e1ff["checkAllIOSupported()"]
  6ddaf968_1eb9_8057_3938_2ad6d5ebbbeb["Native"]
  f9807934_6660_7593_402b_26db1096e1ff -->|defined in| 6ddaf968_1eb9_8057_3938_2ad6d5ebbbeb
  b0858e56_4ebb_1a21_c5e2_99f7569ee2ad["ioUringProbe()"]
  f9807934_6660_7593_402b_26db1096e1ff -->|calls| b0858e56_4ebb_1a21_c5e2_99f7569ee2ad
  style f9807934_6660_7593_402b_26db1096e1ff fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-classes-io_uring/src/main/java/io/netty/channel/uring/Native.java lines 448–453

    static void checkAllIOSupported(IoUringProbe probe) {
        if (!ioUringProbe(probe, REQUIRED_IORING_OPS)) {
            throw new UnsupportedOperationException("Not all operations are supported: "
                    + Arrays.toString(REQUIRED_IORING_OPS));
        }
    }

Domain

Subdomains

Frequently Asked Questions

What does checkAllIOSupported() do?
checkAllIOSupported() is a function in the netty codebase, defined in transport-classes-io_uring/src/main/java/io/netty/channel/uring/Native.java.
Where is checkAllIOSupported() defined?
checkAllIOSupported() is defined in transport-classes-io_uring/src/main/java/io/netty/channel/uring/Native.java at line 448.
What does checkAllIOSupported() call?
checkAllIOSupported() calls 1 function(s): ioUringProbe.

Analyze Your Own Codebase

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

Try Supermodel Free