Home / Function/ joinAndCheckForError() — netty Function Reference

joinAndCheckForError() — netty Function Reference

Architecture documentation for the joinAndCheckForError() function in PooledByteBufAllocatorTest.java from the netty codebase.

Function java Buffer Allocators calls 2 called by 1

Entity Profile

Dependency Diagram

graph TD
  f49c8d97_9572_ea44_eea5_b4423389718a["joinAndCheckForError()"]
  6bb945aa_60fd_1a15_e603_8ad95417c6e9["AllocationThread"]
  f49c8d97_9572_ea44_eea5_b4423389718a -->|defined in| 6bb945aa_60fd_1a15_e603_8ad95417c6e9
  df6170b5_52a9_f3ad_7655_7d0e8f7fea0b["testConcurrentUsage()"]
  df6170b5_52a9_f3ad_7655_7d0e8f7fea0b -->|calls| f49c8d97_9572_ea44_eea5_b4423389718a
  75630b21_cf5b_0dec_6b14_64e015ce8b30["releaseBuffersAndCheckContent()"]
  f49c8d97_9572_ea44_eea5_b4423389718a -->|calls| 75630b21_cf5b_0dec_6b14_64e015ce8b30
  87eef12d_30b1_a2d7_ab7f_769716cfbc02["checkForError()"]
  f49c8d97_9572_ea44_eea5_b4423389718a -->|calls| 87eef12d_30b1_a2d7_ab7f_769716cfbc02
  style f49c8d97_9572_ea44_eea5_b4423389718a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/test/java/io/netty/buffer/PooledByteBufAllocatorTest.java lines 664–672

        void joinAndCheckForError() throws Throwable {
            try {
                // Mark as finish if not already done but ensure we not override the previous set error.
                join();
            } finally {
                releaseBuffersAndCheckContent();
            }
            checkForError();
        }

Domain

Subdomains

Frequently Asked Questions

What does joinAndCheckForError() do?
joinAndCheckForError() is a function in the netty codebase, defined in buffer/src/test/java/io/netty/buffer/PooledByteBufAllocatorTest.java.
Where is joinAndCheckForError() defined?
joinAndCheckForError() is defined in buffer/src/test/java/io/netty/buffer/PooledByteBufAllocatorTest.java at line 664.
What does joinAndCheckForError() call?
joinAndCheckForError() calls 2 function(s): checkForError, releaseBuffersAndCheckContent.
What calls joinAndCheckForError()?
joinAndCheckForError() is called by 1 function(s): testConcurrentUsage.

Analyze Your Own Codebase

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

Try Supermodel Free