Iterable<WindowedValue<T>>
as a primitive
view type.@Deprecated @Experimental(value=CORE_RUNNERS_ONLY) public static class PCollectionViews.ListViewFn<T> extends ViewFn<java.lang.Iterable<org.apache.beam.sdk.util.WindowedValue<T>>,java.util.List<T>>
Iterable<WindowedValue<T>>
to List<T>
.
For internal use only.
Constructor and Description |
---|
ListViewFn()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<T> |
apply(java.lang.Iterable<org.apache.beam.sdk.util.WindowedValue<T>> contents)
Deprecated.
A function to adapt a primitive view type to a desired view type.
|
boolean |
equals(java.lang.Object other)
Deprecated.
|
Materialization<java.lang.Iterable<org.apache.beam.sdk.util.WindowedValue<T>>> |
getMaterialization()
Deprecated.
Gets the materialization of this
ViewFn . |
int |
hashCode()
Deprecated.
|
public Materialization<java.lang.Iterable<org.apache.beam.sdk.util.WindowedValue<T>>> getMaterialization()
ViewFn
ViewFn
.getMaterialization
in class ViewFn<java.lang.Iterable<org.apache.beam.sdk.util.WindowedValue<T>>,java.util.List<T>>
public java.util.List<T> apply(java.lang.Iterable<org.apache.beam.sdk.util.WindowedValue<T>> contents)
ViewFn
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object