Package org.apache.spark.streaming
Class StreamingContextPythonHelper
Object
org.apache.spark.streaming.StreamingContextPythonHelper
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionscala.Option<StreamingContext>tryRecoverFromCheckpoint(String checkpointPath) This is a private method only for Python to implementgetOrCreate.
- 
Constructor Details- 
StreamingContextPythonHelperpublic StreamingContextPythonHelper()
 
- 
- 
Method Details- 
tryRecoverFromCheckpointThis is a private method only for Python to implementgetOrCreate.- Parameters:
- checkpointPath- (undocumented)
- Returns:
- (undocumented)
 
 
-