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.
activeThreadCount :: StreamingScalingReport -> Maybe Int32gogol-dataflow Gogol.Dataflow.Types Current acive thread count.
currentThreadCount :: WorkerThreadScalingReport -> Maybe Int32gogol-dataflow Gogol.Dataflow.Types Current number of active threads in a worker.
isRead :: StateFamilyConfig -> Maybe Boolgogol-dataflow Gogol.Dataflow.Types If true, this family corresponds to a read operation.
maximumThreadCount :: StreamingScalingReport -> Maybe Int32gogol-dataflow Gogol.Dataflow.Types Maximum thread count limit.
maximumThreadCount :: StreamingScalingReportResponse -> Maybe Int32gogol-dataflow Gogol.Dataflow.Types Maximum thread count limit;
newReadInstruction :: ReadInstructiongogol-dataflow Gogol.Dataflow.Types Creates a value of ReadInstruction with the minimum fields required to make a request.
newWorkerThreadScalingReport :: WorkerThreadScalingReportgogol-dataflow Gogol.Dataflow.Types Creates a value of WorkerThreadScalingReport with the minimum fields required to make a request.
newWorkerThreadScalingReportResponse :: WorkerThreadScalingReportResponsegogol-dataflow Gogol.Dataflow.Types Creates a value of WorkerThreadScalingReportResponse with the minimum fields required to make a request.
numThreadsPerWorker :: WorkerPool -> Maybe Int32gogol-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).
recommendedThreadCount :: WorkerThreadScalingReportResponse -> Maybe Int32gogol-dataflow Gogol.Dataflow.Types Recommended number of threads for a worker.