Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.spark.streaming.api.java Classes and Interfaces - 9 results found.
NameDescriptionTypePackageFramework
JavaDStreamA Java-friendly interface to DStream, the basic abstraction in Spark Streaming that represents a continuous stream of data.Classorg.apache.spark.streaming.api.javaApache Spark
JavaDStreamLikeInterfaceorg.apache.spark.streaming.api.javaApache Spark
JavaInputDStreamA Java-friendly interface to InputDStream.Classorg.apache.spark.streaming.api.javaApache Spark
JavaMapWithStateDStream DStream representing the stream of data generated by mapWithState operation on a JavaPairDStream.Classorg.apache.spark.streaming.api.javaApache Spark
JavaPairDStreamA Java-friendly interface to a DStream of key-value pairs, which provides extra methods like reduceByKey and join.Classorg.apache.spark.streaming.api.javaApache Spark
JavaPairInputDStreamA Java-friendly interface to InputDStream ofSee Also:Serialized FormClassorg.apache.spark.streaming.api.javaApache Spark
JavaPairReceiverInputDStreamA Java-friendly interface to ReceiverInputDStream, the abstract class for defining any input stream that receives data over the network.Classorg.apache.spark.streaming.api.javaApache Spark
JavaReceiverInputDStreamA Java-friendly interface to ReceiverInputDStream, the abstract class for defining any input stream that receives data over the network.Classorg.apache.spark.streaming.api.javaApache Spark
JavaStreamingContextA Java-friendly version of StreamingContext which is the main entry point for Spark Streaming functionality.Classorg.apache.spark.streaming.api.javaApache Spark