Class AvroIO.ParseAll<T>

    • Constructor Detail

      • ParseAll

        public ParseAll()
        Deprecated.
    • Method Detail

      • withMatchConfiguration

        public AvroIO.ParseAll<T> withMatchConfiguration​(org.apache.beam.sdk.io.FileIO.MatchConfiguration configuration)
        Deprecated.
        Sets the FileIO.MatchConfiguration.
      • withCoder

        public AvroIO.ParseAll<T> withCoder​(org.apache.beam.sdk.coders.Coder<T> coder)
        Deprecated.
        Specifies the coder for the result of the parseFn.
      • 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:
        expand in class org.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:
        populateDisplayData in interface org.apache.beam.sdk.transforms.display.HasDisplayData
        Overrides:
        populateDisplayData in class org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<java.lang.String>,​org.apache.beam.sdk.values.PCollection<T>>