Class AvroIO.ParseAll<T>
- java.lang.Object
-
- org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<java.lang.String>,org.apache.beam.sdk.values.PCollection<T>>
-
- org.apache.beam.sdk.extensions.avro.io.AvroIO.ParseAll<T>
-
- All Implemented Interfaces:
java.io.Serializable,org.apache.beam.sdk.transforms.display.HasDisplayData
- Enclosing class:
- AvroIO
@Deprecated public abstract static class AvroIO.ParseAll<T> extends org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<java.lang.String>,org.apache.beam.sdk.values.PCollection<T>>Deprecated.SeeAvroIO.parseAllGenericRecords(SerializableFunction)for details.Implementation ofAvroIO.parseAllGenericRecords(org.apache.beam.sdk.transforms.SerializableFunction<org.apache.avro.generic.GenericRecord, T>).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseAll()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.apache.beam.sdk.values.PCollection<T>expand(org.apache.beam.sdk.values.PCollection<java.lang.String> input)Deprecated.voidpopulateDisplayData(org.apache.beam.sdk.transforms.display.DisplayData.Builder builder)Deprecated.AvroIO.ParseAll<T>watchForNewFiles(org.joda.time.Duration pollInterval, org.apache.beam.sdk.transforms.Watch.Growth.TerminationCondition<java.lang.String,?> terminationCondition)Deprecated.AvroIO.ParseAll<T>watchForNewFiles(org.joda.time.Duration pollInterval, org.apache.beam.sdk.transforms.Watch.Growth.TerminationCondition<java.lang.String,?> terminationCondition, boolean matchUpdatedFiles)Deprecated.AvroIO.ParseAll<T>withCoder(org.apache.beam.sdk.coders.Coder<T> coder)Deprecated.Specifies the coder for the result of theparseFn.AvroIO.ParseAll<T>withDesiredBundleSizeBytes(long desiredBundleSizeBytes)Deprecated.Set a value for the bundle size for parallel reads.AvroIO.ParseAll<T>withEmptyMatchTreatment(org.apache.beam.sdk.io.fs.EmptyMatchTreatment treatment)Deprecated.AvroIO.ParseAll<T>withMatchConfiguration(org.apache.beam.sdk.io.FileIO.MatchConfiguration configuration)Deprecated.Sets theFileIO.MatchConfiguration.-
Methods inherited from class org.apache.beam.sdk.transforms.PTransform
addAnnotation, compose, compose, getAdditionalInputs, getAnnotations, getDefaultOutputCoder, getDefaultOutputCoder, getDefaultOutputCoder, getKindString, getName, getResourceHints, setDisplayData, setResourceHints, toString, validate, validate
-
-
-
-
Method Detail
-
withMatchConfiguration
public AvroIO.ParseAll<T> withMatchConfiguration(org.apache.beam.sdk.io.FileIO.MatchConfiguration configuration)
Deprecated.Sets theFileIO.MatchConfiguration.
-
withEmptyMatchTreatment
public AvroIO.ParseAll<T> withEmptyMatchTreatment(org.apache.beam.sdk.io.fs.EmptyMatchTreatment treatment)
Deprecated.
-
watchForNewFiles
public AvroIO.ParseAll<T> watchForNewFiles(org.joda.time.Duration pollInterval, org.apache.beam.sdk.transforms.Watch.Growth.TerminationCondition<java.lang.String,?> terminationCondition, boolean matchUpdatedFiles)
Deprecated.
-
watchForNewFiles
public AvroIO.ParseAll<T> watchForNewFiles(org.joda.time.Duration pollInterval, org.apache.beam.sdk.transforms.Watch.Growth.TerminationCondition<java.lang.String,?> terminationCondition)
Deprecated.
-
withCoder
public AvroIO.ParseAll<T> withCoder(org.apache.beam.sdk.coders.Coder<T> coder)
Deprecated.Specifies the coder for the result of theparseFn.
-
withDesiredBundleSizeBytes
public AvroIO.ParseAll<T> withDesiredBundleSizeBytes(long desiredBundleSizeBytes)
Deprecated.Set a value for the bundle size for parallel reads. Default is 64 MB. You may want to use a lower value (e.g. 1 MB) for streaming applications.
-
expand
public org.apache.beam.sdk.values.PCollection<T> expand(org.apache.beam.sdk.values.PCollection<java.lang.String> input)
Deprecated.- Specified by:
expandin classorg.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<java.lang.String>,org.apache.beam.sdk.values.PCollection<T>>
-
populateDisplayData
public void populateDisplayData(org.apache.beam.sdk.transforms.display.DisplayData.Builder builder)
Deprecated.- Specified by:
populateDisplayDatain interfaceorg.apache.beam.sdk.transforms.display.HasDisplayData- Overrides:
populateDisplayDatain classorg.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<java.lang.String>,org.apache.beam.sdk.values.PCollection<T>>
-
-