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. componentStepName :: CounterStructuredName -> Maybe Text

    gogol-dataflow Gogol.Dataflow

    Name of the optimized step being executed by the workers.

  2. executionStepName :: CounterStructuredName -> Maybe Text

    gogol-dataflow Gogol.Dataflow

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

  3. newPerStepNamespaceMetrics :: PerStepNamespaceMetrics

    gogol-dataflow Gogol.Dataflow

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

  4. newStep :: Step

    gogol-dataflow Gogol.Dataflow

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

  5. newStep_Properties :: HashMap Text Value -> Step_Properties

    gogol-dataflow Gogol.Dataflow

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

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

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

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

  9. originalStep :: PerStepNamespaceMetrics -> Maybe Text

    gogol-dataflow Gogol.Dataflow

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

  10. originalStepName :: CounterStructuredName -> Maybe Text

    gogol-dataflow Gogol.Dataflow

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

Page 114 of many | Previous | Next