org.apache.spark.streaming.api.java
Either recreate a StreamingContext from checkpoint data or create a new StreamingContext.
Either recreate a StreamingContext from checkpoint data or create a new StreamingContext.
If checkpoint data exists in the provided checkpointPath, then StreamingContext will be
recreated from the checkpoint data. If the data does not exist, then the provided factory
will be used to create a JavaStreamingContext.
Checkpoint directory used in an earlier StreamingContext program
Function to create a new JavaStreamingContext
Hadoop configuration if necessary for reading from any HDFS compatible file system
Whether to create a new JavaStreamingContext if there is an error in reading checkpoint data.
Either recreate a StreamingContext from checkpoint data or create a new StreamingContext.
Either recreate a StreamingContext from checkpoint data or create a new StreamingContext.
If checkpoint data exists in the provided checkpointPath, then StreamingContext will be
recreated from the checkpoint data. If the data does not exist, then the provided factory
will be used to create a JavaStreamingContext.
Checkpoint directory used in an earlier StreamingContext program
Function to create a new JavaStreamingContext
Hadoop configuration if necessary for reading from any HDFS compatible file system
Either recreate a StreamingContext from checkpoint data or create a new StreamingContext.
Either recreate a StreamingContext from checkpoint data or create a new StreamingContext.
If checkpoint data exists in the provided checkpointPath, then StreamingContext will be
recreated from the checkpoint data. If the data does not exist, then the provided factory
will be used to create a JavaStreamingContext.
Checkpoint directory used in an earlier JavaStreamingContext program
Function to create a new JavaStreamingContext
Find the JAR from which a given class was loaded, to make it easy for users to pass their JARs to StreamingContext.
JavaStreamingContext object contains a number of utility functions.