Home / Function/ isCancelled() — netty Function Reference

isCancelled() — netty Function Reference

Architecture documentation for the isCancelled() function in HashedWheelTimer.java from the netty codebase.

Function java CommonUtil Logging calls 1 called by 4

Entity Profile

Dependency Diagram

graph TD
  5966b70d_fc04_1bcb_0af7_d7180add2531["isCancelled()"]
  8bee3e2e_d827_0301_76b0_12fc08d40d2b["HashedWheelTimeout"]
  5966b70d_fc04_1bcb_0af7_d7180add2531 -->|defined in| 8bee3e2e_d827_0301_76b0_12fc08d40d2b
  ea613877_8294_fd85_27b0_0c4903842ef1["run()"]
  ea613877_8294_fd85_27b0_0c4903842ef1 -->|calls| 5966b70d_fc04_1bcb_0af7_d7180add2531
  71df845b_485b_20c8_ca7c_100fdf9dd225["String()"]
  71df845b_485b_20c8_ca7c_100fdf9dd225 -->|calls| 5966b70d_fc04_1bcb_0af7_d7180add2531
  3d9ffcbb_3ea5_25ee_4523_6b747b12dc26["expireTimeouts()"]
  3d9ffcbb_3ea5_25ee_4523_6b747b12dc26 -->|calls| 5966b70d_fc04_1bcb_0af7_d7180add2531
  62a2ff61_68bd_e1a0_10db_cd640e0d9647["clearTimeouts()"]
  62a2ff61_68bd_e1a0_10db_cd640e0d9647 -->|calls| 5966b70d_fc04_1bcb_0af7_d7180add2531
  a5248b2c_32f7_6134_ae9f_c1399b1b98d9["state()"]
  5966b70d_fc04_1bcb_0af7_d7180add2531 -->|calls| a5248b2c_32f7_6134_ae9f_c1399b1b98d9
  style 5966b70d_fc04_1bcb_0af7_d7180add2531 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/main/java/io/netty/util/HashedWheelTimer.java lines 688–691

        @Override
        public boolean isCancelled() {
            return state() == ST_CANCELLED;
        }

Domain

Subdomains

Calls

Frequently Asked Questions

What does isCancelled() do?
isCancelled() is a function in the netty codebase, defined in common/src/main/java/io/netty/util/HashedWheelTimer.java.
Where is isCancelled() defined?
isCancelled() is defined in common/src/main/java/io/netty/util/HashedWheelTimer.java at line 688.
What does isCancelled() call?
isCancelled() calls 1 function(s): state.
What calls isCancelled()?
isCancelled() is called by 4 function(s): String, clearTimeouts, expireTimeouts, run.

Analyze Your Own Codebase

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

Try Supermodel Free