Package org.apache.spark.streaming
package org.apache.spark.streaming
-
ClassDescriptionHelper object that creates instance of
Duration
representing a given number of milliseconds.Helper object that creates instance ofDuration
representing a given number of minutes.Helper object that creates instance ofDuration
representing a given number of seconds.State<S>:: Experimental :: Abstract class for getting and updating the state in mapping function used in themapWithState
operation of apair DStream
(Scala) or aJavaPairDStream
(Java).StateSpec<KeyType,ValueType, StateType, MappedType> :: Experimental :: Abstract class representing all the specifications of the DStream transformationmapWithState
operation of apair DStream
(Scala) or aJavaPairDStream
(Java).Deprecated.This is deprecated as of Spark 3.4.0.:: DeveloperApi :: Represents the state of a StreamingContext.This is a simple class that represents an absolute instant of time.