public static final class Deduplicate.KeyedValues<K,V> extends PTransform<PCollection<KV<K,V>>,PCollection<KV<K,V>>>
Deduplicate.keyedValues() ()}.name, resourceHints| Modifier and Type | Method and Description | 
|---|---|
| PCollection<KV<K,V>> | expand(PCollection<KV<K,V>> input)Override this method to specify how this  PTransformshould be expanded on the givenInputT. | 
| Deduplicate.KeyedValues<K,V> | withDuration(Duration duration)Returns a  KeyedValuesPTransformlike this one but with the specified
 duration. | 
| Deduplicate.KeyedValues<K,V> | withTimeDomain(TimeDomain timeDomain)Returns a  KeyedValuesPTransformlike this one but with the specified time
 domain. | 
compose, compose, getAdditionalInputs, getDefaultOutputCoder, getDefaultOutputCoder, getDefaultOutputCoder, getKindString, getName, getResourceHints, populateDisplayData, setResourceHints, toString, validatepublic PCollection<KV<K,V>> expand(PCollection<KV<K,V>> input)
PTransformPTransform should be expanded on the given
 InputT.
 NOTE: This method should not be called directly. Instead apply the PTransform should
 be applied to the InputT using the apply method.
 
Composite transforms, which are defined in terms of other transforms, should return the output of one of the composed transforms. Non-composite transforms, which do not apply any transforms internally, should return a new unbound output and register evaluators (via backend-specific registration methods).
expand in class PTransform<PCollection<KV<K,V>>,PCollection<KV<K,V>>>public Deduplicate.KeyedValues<K,V> withTimeDomain(TimeDomain timeDomain)
KeyedValues PTransform like this one but with the specified time
 domain.public Deduplicate.KeyedValues<K,V> withDuration(Duration duration)
KeyedValues PTransform like this one but with the specified
 duration.