public class ReshuffleTranslatorBatch<K,V> extends TransformTranslator<PCollection<KV<K,V>>,PCollection<KV<K,V>>,Reshuffle<K,V>>
Modifier and Type | Class and Description |
---|---|
static class |
ReshuffleTranslatorBatch.ViaRandomKey<V> |
TransformTranslator.Context
Constructor and Description |
---|
ReshuffleTranslatorBatch() |
Modifier and Type | Method and Description |
---|---|
protected void |
translate(Reshuffle<K,V> transform,
TransformTranslator.Context cxt) |
canTranslate, windowCoder
protected void translate(Reshuffle<K,V> transform, TransformTranslator.Context cxt) throws java.io.IOException
translate
in class TransformTranslator<PCollection<KV<K,V>>,PCollection<KV<K,V>>,Reshuffle<K,V>>
java.io.IOException