Home / Function/ onRemoval() — netty Function Reference

onRemoval() — netty Function Reference

Architecture documentation for the onRemoval() function in FastThreadLocalTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  9937339a_65f9_5ac1_da91_c4ab3f60d753["onRemoval()"]
  f6a9cb2f_68d9_fde8_6a7d_edc6a679979b["TestFastThreadLocal"]
  9937339a_65f9_5ac1_da91_c4ab3f60d753 -->|defined in| f6a9cb2f_68d9_fde8_6a7d_edc6a679979b
  fca80ece_95ff_ff9f_ebc8_978fc1aab436["testRemoveAll()"]
  fca80ece_95ff_ff9f_ebc8_978fc1aab436 -->|calls| 9937339a_65f9_5ac1_da91_c4ab3f60d753
  2477f800_af92_4ac4_8ad4_9b9231b884d9["testOnRemoveCalledForNonFastThreadLocalGet()"]
  2477f800_af92_4ac4_8ad4_9b9231b884d9 -->|calls| 9937339a_65f9_5ac1_da91_c4ab3f60d753
  726732d5_35e5_86a7_07cf_73da84faf201["testOnRemoveCalledForNonFastThreadLocalSet()"]
  726732d5_35e5_86a7_07cf_73da84faf201 -->|calls| 9937339a_65f9_5ac1_da91_c4ab3f60d753
  5d954afa_1341_0a60_d012_38880d7a7dee["testOnRemoveCalled()"]
  5d954afa_1341_0a60_d012_38880d7a7dee -->|calls| 9937339a_65f9_5ac1_da91_c4ab3f60d753
  style 9937339a_65f9_5ac1_da91_c4ab3f60d753 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/test/java/io/netty/util/concurrent/FastThreadLocalTest.java lines 333–336

        @Override
        protected void onRemoval(String value) throws Exception {
            onRemovalCalled.set(value);
        }

Domain

Subdomains

Frequently Asked Questions

What does onRemoval() do?
onRemoval() is a function in the netty codebase, defined in common/src/test/java/io/netty/util/concurrent/FastThreadLocalTest.java.
Where is onRemoval() defined?
onRemoval() is defined in common/src/test/java/io/netty/util/concurrent/FastThreadLocalTest.java at line 333.
What calls onRemoval()?
onRemoval() is called by 4 function(s): testOnRemoveCalled, testOnRemoveCalledForNonFastThreadLocalGet, testOnRemoveCalledForNonFastThreadLocalSet, testRemoveAll.

Analyze Your Own Codebase

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

Try Supermodel Free