Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. newStreamingConfigTask_UserStepToStateFamilyNameMap :: HashMap Text Text -> StreamingConfigTask_UserStepToStateFamilyNameMap

    gogol-dataflow Gogol.Dataflow

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

  2. originalCombineValuesStepName :: PartialGroupByKeyInstruction -> Maybe Text

    gogol-dataflow Gogol.Dataflow

    If this instruction includes a combining function, this is the name of the CombineValues instruction lifted into this instruction.

  3. originalRequestingStepName :: CounterStructuredName -> Maybe Text

    gogol-dataflow Gogol.Dataflow

    The step name requesting an operation, such as GBK. I.e. the ParDo causing a read/write from shuffle to occur, or a read from side inputs.

  4. originalStep :: PerStepNamespaceMetrics -> Maybe Text

    gogol-dataflow Gogol.Dataflow

    The original system name of the unfused step that these metrics are reported from.

  5. originalStepName :: CounterStructuredName -> Maybe Text

    gogol-dataflow Gogol.Dataflow

    System generated name of the original step in the user's graph, before optimization.

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

    gogol-dataflow Gogol.Dataflow

    Optional. Metrics for a particular unfused step and namespace.

  7. userStepName :: HotKeyDetection -> Maybe Text

    gogol-dataflow Gogol.Dataflow

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

  8. userStepToStateFamilyNameMap :: StreamingConfigTask -> Maybe StreamingConfigTask_UserStepToStateFamilyNameMap

    gogol-dataflow Gogol.Dataflow

    Map from user step names to state families.

  9. 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.

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

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

Page 114 of many | Previous | Next