Home / Class/ IoUringBufferRingCompositeBufferGatheringWriteTest Class — netty Architecture

IoUringBufferRingCompositeBufferGatheringWriteTest Class — netty Architecture

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

Entity Profile

Dependency Diagram

graph TD
  011f18c5_8b07_b21e_2201_bf504892fcc1["IoUringBufferRingCompositeBufferGatheringWriteTest"]
  032be1db_1fcb_d32b_020d_a81b18177ba1["IoUringBufferRingCompositeBufferGatheringWriteTest.java"]
  011f18c5_8b07_b21e_2201_bf504892fcc1 -->|defined in| 032be1db_1fcb_d32b_020d_a81b18177ba1
  b1efa402_ba58_c7cc_7bc8_3d3662a53c9a["loadJNI()"]
  011f18c5_8b07_b21e_2201_bf504892fcc1 -->|method| b1efa402_ba58_c7cc_7bc8_3d3662a53c9a
  0527000c_f136_e524_7cd6_f0f296a0dd27["newFactories()"]
  011f18c5_8b07_b21e_2201_bf504892fcc1 -->|method| 0527000c_f136_e524_7cd6_f0f296a0dd27
  51f2e503_94e5_f38c_7799_af753cc8efb4["configure()"]
  011f18c5_8b07_b21e_2201_bf504892fcc1 -->|method| 51f2e503_94e5_f38c_7799_af753cc8efb4

Relationship Graph

Source Code

transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringBufferRingCompositeBufferGatheringWriteTest.java lines 29–48

public class IoUringBufferRingCompositeBufferGatheringWriteTest extends CompositeBufferGatheringWriteTest  {

    @BeforeAll
    public static void loadJNI() {
        assumeTrue(IoUring.isAvailable());
        assumeTrue(IoUring.isRegisterBufferRingSupported());
    }

    @Override
    protected List<TestsuitePermutation.BootstrapComboFactory<ServerBootstrap, Bootstrap>> newFactories() {
        return IoUringSocketTestPermutation.INSTANCE.socket();
    }

    @Override
    protected void configure(ServerBootstrap sb, Bootstrap cb, ByteBufAllocator allocator) {
        super.configure(sb, cb, allocator);
        sb.childOption(IoUringChannelOption.IO_URING_BUFFER_GROUP_ID, IoUringSocketTestPermutation.BGID);
        cb.option(IoUringChannelOption.IO_URING_BUFFER_GROUP_ID, IoUringSocketTestPermutation.BGID);
    }
}

Frequently Asked Questions

What is the IoUringBufferRingCompositeBufferGatheringWriteTest class?
IoUringBufferRingCompositeBufferGatheringWriteTest is a class in the netty codebase, defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringBufferRingCompositeBufferGatheringWriteTest.java.
Where is IoUringBufferRingCompositeBufferGatheringWriteTest defined?
IoUringBufferRingCompositeBufferGatheringWriteTest is defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringBufferRingCompositeBufferGatheringWriteTest.java at line 29.

Analyze Your Own Codebase

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

Try Supermodel Free