Home / Function/ state() — netty Function Reference

state() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  a5248b2c_32f7_6134_ae9f_c1399b1b98d9["state()"]
  8bee3e2e_d827_0301_76b0_12fc08d40d2b["HashedWheelTimeout"]
  a5248b2c_32f7_6134_ae9f_c1399b1b98d9 -->|defined in| 8bee3e2e_d827_0301_76b0_12fc08d40d2b
  1a7f3952_1dcf_b390_f3fc_948e608ef456["transferTimeoutsToBuckets()"]
  1a7f3952_1dcf_b390_f3fc_948e608ef456 -->|calls| a5248b2c_32f7_6134_ae9f_c1399b1b98d9
  5966b70d_fc04_1bcb_0af7_d7180add2531["isCancelled()"]
  5966b70d_fc04_1bcb_0af7_d7180add2531 -->|calls| a5248b2c_32f7_6134_ae9f_c1399b1b98d9
  3388ecb7_061a_8574_0a63_73fc87f5993d["isExpired()"]
  3388ecb7_061a_8574_0a63_73fc87f5993d -->|calls| a5248b2c_32f7_6134_ae9f_c1399b1b98d9
  style a5248b2c_32f7_6134_ae9f_c1399b1b98d9 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/main/java/io/netty/util/HashedWheelTimer.java lines 684–686

        public int state() {
            return state;
        }

Domain

Subdomains

Frequently Asked Questions

What does state() do?
state() is a function in the netty codebase, defined in common/src/main/java/io/netty/util/HashedWheelTimer.java.
Where is state() defined?
state() is defined in common/src/main/java/io/netty/util/HashedWheelTimer.java at line 684.
What calls state()?
state() is called by 3 function(s): isCancelled, isExpired, transferTimeoutsToBuckets.

Analyze Your Own Codebase

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

Try Supermodel Free