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