Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.spark.streaming.dstream Classes and Interfaces - 6 results found.
NameDescriptionTypePackageFramework
ConstantInputDStreamAn input stream that always returns the same RDD on each timestep.Classorg.apache.spark.streaming.dstreamApache Spark
DStreamA 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 (seeClassorg.apache.spark.streaming.dstreamApache Spark
InputDStreamThis is the abstract base class for all input streams.Classorg.apache.spark.streaming.dstreamApache Spark
MapWithStateDStream DStream representing the stream of data generated by mapWithState operation on a Additionally, it also gives access to the stream of state snapshots, that is, the state data ofClassorg.apache.spark.streaming.dstreamApache Spark
PairDStreamFunctionsExtra functions available on DStream of (key, value) pairs through an implicit conversion.Classorg.apache.spark.streaming.dstreamApache Spark
ReceiverInputDStreamAbstract class for defining any InputDStream that has to start a receiver on worker nodes to receive external data.Classorg.apache.spark.streaming.dstreamApache Spark