IoUringBufferRingSocketGatheringWriteTest Class — netty Architecture
Architecture documentation for the IoUringBufferRingSocketGatheringWriteTest class in IoUringBufferRingSocketGatheringWriteTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 811ed711_f996_154c_0b36_cb0e26c93c2c["IoUringBufferRingSocketGatheringWriteTest"] b7851228_e74b_b59d_46d5_8faeb7906e42["IoUringBufferRingSocketGatheringWriteTest.java"] 811ed711_f996_154c_0b36_cb0e26c93c2c -->|defined in| b7851228_e74b_b59d_46d5_8faeb7906e42 9b2891e9_f231_2ec2_aeb7_70ad64db6967["loadJNI()"] 811ed711_f996_154c_0b36_cb0e26c93c2c -->|method| 9b2891e9_f231_2ec2_aeb7_70ad64db6967 0fbeb92e_ca9e_db23_e816_658d2ff5bf35["newFactories()"] 811ed711_f996_154c_0b36_cb0e26c93c2c -->|method| 0fbeb92e_ca9e_db23_e816_658d2ff5bf35 052b7b8f_e86e_6064_21b8_1e802e0cd012["configure()"] 811ed711_f996_154c_0b36_cb0e26c93c2c -->|method| 052b7b8f_e86e_6064_21b8_1e802e0cd012
Relationship Graph
Source Code
transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringBufferRingSocketGatheringWriteTest.java lines 29–48
public class IoUringBufferRingSocketGatheringWriteTest extends SocketGatheringWriteTest {
@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);
}
}
Source
Frequently Asked Questions
What is the IoUringBufferRingSocketGatheringWriteTest class?
IoUringBufferRingSocketGatheringWriteTest is a class in the netty codebase, defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringBufferRingSocketGatheringWriteTest.java.
Where is IoUringBufferRingSocketGatheringWriteTest defined?
IoUringBufferRingSocketGatheringWriteTest is defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringBufferRingSocketGatheringWriteTest.java at line 29.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free