WithKeys

Javadoc Javadoc


接受一个 PCollection<V> 并通过将每个输入元素与一个键关联来生成一个 PCollection<KV<K, V>>

WithKeys 有两个版本,具体取决于如何确定键

示例