Package org.apache.spark.sql.streaming
Interface StreamingQuery
- All Superinterfaces:
StreamingQuery<Dataset>
- Inheritdoc:
-
Method Summary
Modifier and TypeMethodDescriptionReturns theSparkSessionassociated withthis.Methods inherited from interface org.apache.spark.sql.api.StreamingQuery
awaitTermination, awaitTermination, exception, explain, explain, id, isActive, lastProgress, name, processAllAvailable, recentProgress, runId, status, stop
-
Method Details
-
sparkSession
SparkSession sparkSession()Description copied from interface:StreamingQueryReturns theSparkSessionassociated withthis.- Specified by:
sparkSessionin interfaceStreamingQuery<Dataset>- Returns:
- (undocumented)
- Inheritdoc:
-