public static class TfIdf.ComputeTfIdf extends PTransform<PCollection<KV<URI,String>>,PCollection<KV<String,KV<URI,Double>>>>
name| Constructor and Description |
|---|
ComputeTfIdf() |
| Modifier and Type | Method and Description |
|---|---|
PCollection<KV<String,KV<URI,Double>>> |
apply(PCollection<KV<URI,String>> uriToContent) |
getDefaultOutputCoder, getDefaultOutputCoder, getDefaultOutputCoder, getKindString, getName, populateDisplayData, toString, validatepublic PCollection<KV<String,KV<URI,Double>>> apply(PCollection<KV<URI,String>> uriToContent)
apply in class PTransform<PCollection<KV<URI,String>>,PCollection<KV<String,KV<URI,Double>>>>