public static class TfIdf.ReadDocuments extends PTransform<PInput,PCollection<KV<URI,String>>>
name| Constructor and Description |
|---|
TfIdf.ReadDocuments(Iterable<URI> uris) |
| Modifier and Type | Method and Description |
|---|---|
PCollection<KV<URI,String>> |
apply(PInput input) |
Coder<?> |
getDefaultOutputCoder() |
getDefaultName, getDefaultOutputCoder, getDefaultOutputCoder, getKindString, getName, setName, toString, validate, withNamepublic Coder<?> getDefaultOutputCoder()
getDefaultOutputCoder in class PTransform<PInput,PCollection<KV<URI,String>>>public PCollection<KV<URI,String>> apply(PInput input)
apply in class PTransform<PInput,PCollection<KV<URI,String>>>