Hoogle Search

Within LTS Haskell 24.55 (ghc-9.10.3)

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

  1. perStepNamespaceMetrics :: PerWorkerMetrics -> Maybe [PerStepNamespaceMetrics]

    gogol-dataflow Gogol.Dataflow

    Optional. Metrics for a particular unfused step and namespace.

  2. userStepName :: HotKeyDetection -> Maybe Text

    gogol-dataflow Gogol.Dataflow

    User-provided name of the step that contains this hot key.

  3. userStepToStateFamilyNameMap :: StreamingConfigTask -> Maybe StreamingConfigTask_UserStepToStateFamilyNameMap

    gogol-dataflow Gogol.Dataflow

    Map from user step names to state families.

  4. data PerStepNamespaceMetrics

    gogol-dataflow Gogol.Dataflow.Types

    Metrics for a particular unfused step and namespace. A metric is uniquely identified by the metrics_namespace, original_step, metric name and metric_labels. See: newPerStepNamespaceMetrics smart constructor.

  5. PerStepNamespaceMetrics :: Maybe [MetricValue] -> Maybe Text -> Maybe Text -> PerStepNamespaceMetrics

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

  6. newtype StreamingConfigTask_UserStepToStateFamilyNameMap

    gogol-dataflow Gogol.Dataflow.Types

    Map from user step names to state families. See: newStreamingConfigTask_UserStepToStateFamilyNameMap smart constructor.

  7. StreamingConfigTask_UserStepToStateFamilyNameMap :: HashMap Text Text -> StreamingConfigTask_UserStepToStateFamilyNameMap

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

  8. componentStepName :: CounterStructuredName -> Maybe Text

    gogol-dataflow Gogol.Dataflow.Types

    Name of the optimized step being executed by the workers.

  9. executionStepName :: CounterStructuredName -> Maybe Text

    gogol-dataflow Gogol.Dataflow.Types

    Name of the stage. An execution step contains multiple component steps.

  10. newPerStepNamespaceMetrics :: PerStepNamespaceMetrics

    gogol-dataflow Gogol.Dataflow.Types

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

Page 115 of many | Previous | Next