Hoogle Search

Within LTS Haskell 24.53 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. activeThreadCount :: StreamingScalingReport -> Maybe Int32

    gogol-dataflow Gogol.Dataflow.Types

    Current acive thread count.

  2. currentThreadCount :: WorkerThreadScalingReport -> Maybe Int32

    gogol-dataflow Gogol.Dataflow.Types

    Current number of active threads in a worker.

  3. isRead :: StateFamilyConfig -> Maybe Bool

    gogol-dataflow Gogol.Dataflow.Types

    If true, this family corresponds to a read operation.

  4. maximumThreadCount :: StreamingScalingReport -> Maybe Int32

    gogol-dataflow Gogol.Dataflow.Types

    Maximum thread count limit.

  5. maximumThreadCount :: StreamingScalingReportResponse -> Maybe Int32

    gogol-dataflow Gogol.Dataflow.Types

    Maximum thread count limit;

  6. newReadInstruction :: ReadInstruction

    gogol-dataflow Gogol.Dataflow.Types

    Creates a value of ReadInstruction with the minimum fields required to make a request.

  7. newWorkerThreadScalingReport :: WorkerThreadScalingReport

    gogol-dataflow Gogol.Dataflow.Types

    Creates a value of WorkerThreadScalingReport with the minimum fields required to make a request.

  8. newWorkerThreadScalingReportResponse :: WorkerThreadScalingReportResponse

    gogol-dataflow Gogol.Dataflow.Types

    Creates a value of WorkerThreadScalingReportResponse with the minimum fields required to make a request.

  9. numThreadsPerWorker :: WorkerPool -> Maybe Int32

    gogol-dataflow Gogol.Dataflow.Types

    The number of threads per worker harness. If empty or unspecified, the service will choose a number of threads (according to the number of cores on the selected machine type for batch, or 1 by convention for streaming).

  10. recommendedThreadCount :: WorkerThreadScalingReportResponse -> Maybe Int32

    gogol-dataflow Gogol.Dataflow.Types

    Recommended number of threads for a worker.

Page 905 of many | Previous | Next