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