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

    gogol-dataflow Gogol.Dataflow.Types

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

  2. StreamingConfigTask_UserStepToStateFamilyNameMap :: HashMap Text Text -> StreamingConfigTask_UserStepToStateFamilyNameMap

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

  3. componentStepName :: CounterStructuredName -> Maybe Text

    gogol-dataflow Gogol.Dataflow.Types

    Name of the optimized step being executed by the workers.

  4. executionStepName :: CounterStructuredName -> Maybe Text

    gogol-dataflow Gogol.Dataflow.Types

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

  5. newPerStepNamespaceMetrics :: PerStepNamespaceMetrics

    gogol-dataflow Gogol.Dataflow.Types

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

  6. newStep :: Step

    gogol-dataflow Gogol.Dataflow.Types

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

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

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

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

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

Page 115 of many | Previous | Next