Package org.apache.beam.sdk.values
Class PCollectionViews.ListViewFn<T>
java.lang.Object
org.apache.beam.sdk.transforms.ViewFn<Materializations.MultimapView<Void,T>,List<T>>
  
org.apache.beam.sdk.values.PCollectionViews.ListViewFn<T>
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 PCollectionViews
@Deprecated
public static class PCollectionViews.ListViewFn<T>
extends ViewFn<Materializations.MultimapView<Void,T>,List<T>>  
Deprecated.
Implementation which is able to adapt a multimap materialization to a 
List<T>.
 For internal use only.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionListViewFn(PCollectionViews.TypeDescriptorSupplier<T> typeDescriptorSupplier) Deprecated. - 
Method Summary
Modifier and TypeMethodDescriptionapply(Materializations.MultimapView<Void, T> primitiveViewT) Deprecated.A function to adapt a primitive view type to a desired view type.booleanDeprecated.Deprecated.Gets the materialization of thisViewFn.Deprecated.Return theTypeDescriptordescribing the output of this fn.inthashCode()Deprecated. 
- 
Constructor Details
- 
ListViewFn
Deprecated. 
 - 
 - 
Method Details
- 
getMaterialization
Deprecated.Description copied from class:ViewFnGets the materialization of thisViewFn.- Specified by:
 getMaterializationin classViewFn<Materializations.MultimapView<Void,T>, List<T>> 
 - 
apply
Deprecated.Description copied from class:ViewFnA function to adapt a primitive view type to a desired view type. - 
getTypeDescriptor
Deprecated.Description copied from class:ViewFnReturn theTypeDescriptordescribing the output of this fn.- Specified by:
 getTypeDescriptorin classViewFn<Materializations.MultimapView<Void,T>, List<T>> 
 - 
equals
Deprecated. - 
hashCode
public int hashCode()Deprecated. 
 - 
 
PCollectionViews.ListViewFn2.