T - the type of the underlying PCollectionViewpublic final class PCollectionViewWindow<T> extends Object
PCollectionView and a BoundedWindow, which can
be thought of as window "of" the view. This is a value class for use e.g.
as a compound cache key.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object otherObject) |
PCollectionView<T> |
getView() |
BoundedWindow |
getWindow() |
int |
hashCode() |
static <T> PCollectionViewWindow<T> |
of(PCollectionView<T> view,
BoundedWindow window) |
public static <T> PCollectionViewWindow<T> of(PCollectionView<T> view, BoundedWindow window)
public PCollectionView<T> getView()
public BoundedWindow getWindow()