Package org.apache.beam.sdk.transforms
Class DoFnSchemaInformation
java.lang.Object
org.apache.beam.sdk.transforms.DoFnSchemaInformation
- All Implemented Interfaces:
 Serializable
Represents information about how a DoFn extracts schemas.
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic DoFnSchemaInformationcreate()Create an instance.abstract List<SerializableFunction<?, ?>> The schema of the @Element parameter.abstract FieldAccessDescriptorEffective FieldAccessDescriptor applied by DoFn.abstract DoFnSchemaInformation.Builder 
- 
Constructor Details
- 
DoFnSchemaInformation
public DoFnSchemaInformation() 
 - 
 - 
Method Details
- 
getElementConverters
The schema of the @Element parameter. If the Java type does not match the input PCollection but the schemas are compatible, Beam will automatically convert between the Java types. - 
getFieldAccessDescriptor
Effective FieldAccessDescriptor applied by DoFn. - 
create
Create an instance. - 
toBuilder
 
 -