setFailureInternal() — netty Function Reference
Architecture documentation for the setFailureInternal() function in PromiseTask.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 75360b21_c5df_76f6_fa7b_19e82e4a20db["setFailureInternal()"] a3a671b9_b63f_8fe8_5aaa_f5dbcafe605f["PromiseTask"] 75360b21_c5df_76f6_fa7b_19e82e4a20db -->|defined in| a3a671b9_b63f_8fe8_5aaa_f5dbcafe605f 9841426a_d813_e6ab_d8d2_7348fa2bb204["run()"] 9841426a_d813_e6ab_d8d2_7348fa2bb204 -->|calls| 75360b21_c5df_76f6_fa7b_19e82e4a20db 5f717942_7b2b_07c7_e3bd_295800031412["setFailure()"] 75360b21_c5df_76f6_fa7b_19e82e4a20db -->|calls| 5f717942_7b2b_07c7_e3bd_295800031412 c78a9f6c_14a9_da95_694a_8af7a8760c38["clearTaskAfterCompletion()"] 75360b21_c5df_76f6_fa7b_19e82e4a20db -->|calls| c78a9f6c_14a9_da95_694a_8af7a8760c38 style 75360b21_c5df_76f6_fa7b_19e82e4a20db fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
common/src/main/java/io/netty/util/concurrent/PromiseTask.java lines 130–134
protected final Promise<V> setFailureInternal(Throwable cause) {
super.setFailure(cause);
clearTaskAfterCompletion(true, FAILED);
return this;
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does setFailureInternal() do?
setFailureInternal() is a function in the netty codebase, defined in common/src/main/java/io/netty/util/concurrent/PromiseTask.java.
Where is setFailureInternal() defined?
setFailureInternal() is defined in common/src/main/java/io/netty/util/concurrent/PromiseTask.java at line 130.
What does setFailureInternal() call?
setFailureInternal() calls 2 function(s): clearTaskAfterCompletion, setFailure.
What calls setFailureInternal()?
setFailureInternal() is called by 1 function(s): run.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free