[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The latest version of the `ChannelPoolSettings.Builder` is 2.63.1, and the page provides access to various historical versions, dating back to 2.7.1."],["The `ChannelPoolSettings.Builder` class is a subclass of `java.lang.Object` and inherits methods like `clone()`, `equals()`, and `toString()`."],["The `ChannelPoolSettings.Builder` class can construct a new `ChannelPoolSettings` object via the `build()` method."],["It provides methods to configure the channel pool, including setting the initial, minimum, and maximum channel counts via `setInitialChannelCount(int count)`, `setMinChannelCount(int count)`, and `setMaxChannelCount(int count)`, respectively."],["The class offers methods to manage RPCs per channel, allowing to set the minimum and maximum values with `setMinRpcsPerChannel(int count)` and `setMaxRpcsPerChannel(int count)`, alongside the ability to enable preemptive refresh of these settings with `setPreemptiveRefreshEnabled(boolean enabled)`."]]],[]]