IoUringSocketFileRegionTest Class — netty Architecture
Architecture documentation for the IoUringSocketFileRegionTest class in IoUringSocketFileRegionTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD b33afbdb_ba53_3e45_1055_2298f45cca9d["IoUringSocketFileRegionTest"] 5f374b9e_9920_7676_3cff_60d27f8e4ebf["IoUringSocketFileRegionTest.java"] b33afbdb_ba53_3e45_1055_2298f45cca9d -->|defined in| 5f374b9e_9920_7676_3cff_60d27f8e4ebf 6bd12487_3bb3_a8e9_aee4_cba7a37c98dd["loadJNI()"] b33afbdb_ba53_3e45_1055_2298f45cca9d -->|method| 6bd12487_3bb3_a8e9_aee4_cba7a37c98dd c08f767a_ede9_3869_6156_9aa7d40f4464["newFactories()"] b33afbdb_ba53_3e45_1055_2298f45cca9d -->|method| c08f767a_ede9_3869_6156_9aa7d40f4464 200c32dc_7780_3b52_7b23_af35e9045563["supportsCustomFileRegion()"] b33afbdb_ba53_3e45_1055_2298f45cca9d -->|method| 200c32dc_7780_3b52_7b23_af35e9045563 597ae33a_8178_7b19_f9b2_62b91b22f6ff["testFileRegionCountLargerThenFile()"] b33afbdb_ba53_3e45_1055_2298f45cca9d -->|method| 597ae33a_8178_7b19_f9b2_62b91b22f6ff
Relationship Graph
Source Code
transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringSocketFileRegionTest.java lines 30–52
public class IoUringSocketFileRegionTest extends SocketFileRegionTest {
@BeforeAll
public static void loadJNI() {
assumeTrue(IoUring.isAvailable());
}
@Override
protected List<TestsuitePermutation.BootstrapComboFactory<ServerBootstrap, Bootstrap>> newFactories() {
return IoUringSocketTestPermutation.INSTANCE.socket();
}
@Override
protected boolean supportsCustomFileRegion() {
return false;
}
//@Disabled("Fix me")
@Test
public void testFileRegionCountLargerThenFile(TestInfo testInfo) throws Throwable {
super.testFileRegionCountLargerThenFile(testInfo);
}
}
Defined In
Source
Frequently Asked Questions
What is the IoUringSocketFileRegionTest class?
IoUringSocketFileRegionTest is a class in the netty codebase, defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringSocketFileRegionTest.java.
Where is IoUringSocketFileRegionTest defined?
IoUringSocketFileRegionTest is defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringSocketFileRegionTest.java at line 30.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free