Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. data AutoscalingSettings

    gogol-dataflow Gogol.Dataflow.Types

    Settings for WorkerPool autoscaling. See: newAutoscalingSettings smart constructor.

  2. AutoscalingSettings :: Maybe AutoscalingSettings_Algorithm -> Maybe Int32 -> AutoscalingSettings

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

  3. newtype AutoscalingSettings_Algorithm

    gogol-dataflow Gogol.Dataflow.Types

    The algorithm to use for autoscaling.

  4. AutoscalingSettings_Algorithm :: Text -> AutoscalingSettings_Algorithm

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

  5. pattern AutoscalingSettings_Algorithm_AUTOSCALINGALGORITHMBASIC :: AutoscalingSettings_Algorithm

    gogol-dataflow Gogol.Dataflow.Types

    Increase worker count over time to reduce job execution time.

  6. pattern AutoscalingSettings_Algorithm_AUTOSCALINGALGORITHMNONE :: AutoscalingSettings_Algorithm

    gogol-dataflow Gogol.Dataflow.Types

    Disable autoscaling.

  7. pattern AutoscalingSettings_Algorithm_AUTOSCALINGALGORITHMUNKNOWN :: AutoscalingSettings_Algorithm

    gogol-dataflow Gogol.Dataflow.Types

    The algorithm is unknown, or unspecified.

  8. pattern CounterMetadata_Kind_Set :: CounterMetadata_Kind

    gogol-dataflow Gogol.Dataflow.Types

    Aggregated value is a set of unique contributed values.

  9. pattern NameAndKind_Kind_Set :: NameAndKind_Kind

    gogol-dataflow Gogol.Dataflow.Types

    Aggregated value is a set of unique contributed values.

  10. data StreamingSetupTask

    gogol-dataflow Gogol.Dataflow.Types

    A task which initializes part of a streaming Dataflow job. See: newStreamingSetupTask smart constructor.

Page 230 of many | Previous | Next