Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StatsStream

A pipeline step that is used to manually get/set the checkpoint. Often, this pipeline step is used to get and store checkpoints and then at the very end of the pipeline, it will use the saved off data to manaully checkpoint using StreamUtil.stats.

Note, this is only rarely used in special cases.

Hierarchy

  • Transform
    • StatsStream

Index

Properties

Properties

checkpoint: (callback: (err: CheckpointData) => void) => void

Type declaration

get: () => CheckpointData

Type declaration

Generated using TypeDoc