public abstract static class SizedSideInputReader.Defaults extends Object implements SizedSideInputReader
SizedSideInputReader.SizedSideInputReader.Defaults| Constructor and Description |
|---|
Defaults() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(PCollectionView<T> view,
BoundedWindow window)
Returns the value of the given
PCollectionView for the given BoundedWindow. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSizedcontains, isEmptypublic <T> T get(PCollectionView<T> view, BoundedWindow window)
SideInputReaderPCollectionView for the given BoundedWindow.
It is valid for a side input to be null. It is not valid for this to
return null for any other reason.
get in interface SideInputReader