[[["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."],[[["This webpage details the `FixedExecutorProvider` class within the Google API Client Libraries for Java (gax), specifically version 2.19.6, and provides links to documentation for multiple versions, with the latest version being 2.63.1."],["`FixedExecutorProvider` is an `ExecutorProvider` implementation that consistently returns the same executor, and the class implements the interface `ExecutorProvider`."],["The `FixedExecutorProvider` class inherits members from `java.lang.Object`, including methods like `clone()`, `equals()`, and `hashCode()`."],["The class offers a static method, `create(ScheduledExecutorService executor)`, to instantiate a `FixedExecutorProvider`, requiring a `ScheduledExecutorService` as input."],["The instance methods include `getExecutor()`, which returns the `ScheduledExecutorService`, and `shouldAutoClose()`, which indicates if the containing client should manage the closing of the executor."]]],[]]