A Discretized Stream (DStream), the basic abstraction in Spark Streaming, is a continuous sequence of RDDs (of the same type) representing a continuous stream of data (see spark.RDD for more details on RDDs).
A StreamingContext is the main entry point for Spark Streaming functionality.
This is a simple class that represents an absolute instant of time.
Helper object that creates instance of Duration representing a given number of milliseconds.
Helper object that creates instance of Duration representing a given number of minutes.
Helper object that creates instance of Duration representing a given number of seconds.