EventResult

Reduce 処理の単一の結果をまとめる構造体です。

  • key : EventKey : キーを構成する文字列の配列です。
  • values : EventValue [] : それぞれが別の reduce 処理に使用される一連の値です。
  • numValues : int : values 内の有効なエントリ数です。
  • Size : int : 構造体のサイズ (バイト) です。