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. newStep :: Step

    gogol-dataflow Gogol.Dataflow.Types

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

  2. newStep_Properties :: HashMap Text Value -> Step_Properties

    gogol-dataflow Gogol.Dataflow.Types

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

  3. newStreamingConfigTask_UserStepToStateFamilyNameMap :: HashMap Text Text -> StreamingConfigTask_UserStepToStateFamilyNameMap

    gogol-dataflow Gogol.Dataflow.Types

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

  4. originalCombineValuesStepName :: PartialGroupByKeyInstruction -> Maybe Text

    gogol-dataflow Gogol.Dataflow.Types

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

  5. originalRequestingStepName :: CounterStructuredName -> Maybe Text

    gogol-dataflow Gogol.Dataflow.Types

    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.

  6. originalStep :: PerStepNamespaceMetrics -> Maybe Text

    gogol-dataflow Gogol.Dataflow.Types

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

  7. originalStepName :: CounterStructuredName -> Maybe Text

    gogol-dataflow Gogol.Dataflow.Types

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

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

    gogol-dataflow Gogol.Dataflow.Types

    Optional. Metrics for a particular unfused step and namespace.

  9. userStepName :: HotKeyDetection -> Maybe Text

    gogol-dataflow Gogol.Dataflow.Types

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

  10. userStepToStateFamilyNameMap :: StreamingConfigTask -> Maybe StreamingConfigTask_UserStepToStateFamilyNameMap

    gogol-dataflow Gogol.Dataflow.Types

    Map from user step names to state families.

Page 116 of many | Previous | Next