Class CortexDataSourcePair


  • public class CortexDataSourcePair
    extends java.lang.Object
    A pair of DataFrames that represent a static and stream pair, returned from CortexConnectionStreamReaderModule
    • Constructor Summary

      Constructors 
      Constructor Description
      CortexDataSourcePair​(org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> staticDf, org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> streamDf)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> getStaticDf()
      The static DataFrame
      org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> getStreamDf()
      The stream DataFrame
      • Methods inherited from class java.lang.Object

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

      • CortexDataSourcePair

        public CortexDataSourcePair​(org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> staticDf,
                                    org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> streamDf)
    • Method Detail

      • getStaticDf

        public org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> getStaticDf()
        The static DataFrame
        Returns:
      • getStreamDf

        public org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> getStreamDf()
        The stream DataFrame
        Returns: