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.
pattern
ParameterMetadata_ParamType_KAFKAREADTOPIC :: ParameterMetadata_ParamTypegogol-dataflow Gogol.Dataflow The parameter specifies the fully-qualified name of an Apache Kafka topic. This can be either a Google Managed Kafka topic or a non-managed Kafka topic.
pattern
Snapshot_State_Ready :: Snapshot_Stategogol-dataflow Gogol.Dataflow Snapshot has been created and is ready to be used.
pattern
TransformSummary_Kind_READKIND :: TransformSummary_Kindgogol-dataflow Gogol.Dataflow Read transform.
newtype
WorkerThreadScalingReport gogol-dataflow Gogol.Dataflow Contains information about the thread scaling information of a worker. See: newWorkerThreadScalingReport smart constructor.
WorkerThreadScalingReport :: Maybe Int32 -> WorkerThreadScalingReportgogol-dataflow Gogol.Dataflow No documentation available.
newtype
WorkerThreadScalingReportResponse gogol-dataflow Gogol.Dataflow Contains the thread scaling recommendation for a worker from the backend. See: newWorkerThreadScalingReportResponse smart constructor.
WorkerThreadScalingReportResponse :: Maybe Int32 -> WorkerThreadScalingReportResponsegogol-dataflow Gogol.Dataflow No documentation available.
activeThreadCount :: StreamingScalingReport -> Maybe Int32gogol-dataflow Gogol.Dataflow Current acive thread count.
currentThreadCount :: WorkerThreadScalingReport -> Maybe Int32gogol-dataflow Gogol.Dataflow Current number of active threads in a worker.
isRead :: StateFamilyConfig -> Maybe Boolgogol-dataflow Gogol.Dataflow If true, this family corresponds to a read operation.