Class SparkUnboundedSource.Metadata

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    SparkUnboundedSource

    public static class SparkUnboundedSource.Metadata
    extends java.lang.Object
    implements java.io.Serializable
    A metadata holder for an input stream partition.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Metadata​(long numRecords, org.joda.time.Instant lowWatermark, org.joda.time.Instant highWatermark, long readDurationMillis, org.apache.beam.runners.core.metrics.MetricsContainerStepMap metricsContainer)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Metadata

        public Metadata​(long numRecords,
                        org.joda.time.Instant lowWatermark,
                        org.joda.time.Instant highWatermark,
                        long readDurationMillis,
                        org.apache.beam.runners.core.metrics.MetricsContainerStepMap metricsContainer)