Home / Type/ ObservableEventExecutorChooser Type — netty Architecture

ObservableEventExecutorChooser Type — netty Architecture

Architecture documentation for the ObservableEventExecutorChooser type/interface in EventExecutorChooserFactory.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  1f02ebc8_3599_7fa1_4379_d3063698400c["ObservableEventExecutorChooser"]
  93cae330_5ef5_0c7d_42b7_a43c88c3fe78["EventExecutorChooserFactory.java"]
  1f02ebc8_3599_7fa1_4379_d3063698400c -->|defined in| 93cae330_5ef5_0c7d_42b7_a43c88c3fe78
  style 1f02ebc8_3599_7fa1_4379_d3063698400c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/main/java/io/netty/util/concurrent/EventExecutorChooserFactory.java lines 46–61

    interface ObservableEventExecutorChooser extends EventExecutorChooser {

        /**
         * Returns the current number of active {@link EventExecutor}s.
         * @return the number of active executors.
         */
        int activeExecutorCount();

        /**
         * Returns a list containing the last calculated utilization for each
         * {@link EventExecutor} in the group.
         *
         * @return an umodifiable view of the executor utilizations.
         */
        List<AutoScalingUtilizationMetric> executorUtilizations();
    }

Frequently Asked Questions

What is the ObservableEventExecutorChooser type?
ObservableEventExecutorChooser is a type/interface in the netty codebase, defined in common/src/main/java/io/netty/util/concurrent/EventExecutorChooserFactory.java.
Where is ObservableEventExecutorChooser defined?
ObservableEventExecutorChooser is defined in common/src/main/java/io/netty/util/concurrent/EventExecutorChooserFactory.java at line 46.

Analyze Your Own Codebase

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

Try Supermodel Free