Package org.apache.spark.sql.streaming
Interface StreamingQuery
- All Superinterfaces:
StreamingQuery<Dataset>
- Inheritdoc:
-
Method Summary
Modifier and TypeMethodDescriptionReturns theSparkSession
associated 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:StreamingQuery
Returns theSparkSession
associated withthis
.- Specified by:
sparkSession
in interfaceStreamingQuery<Dataset>
- Returns:
- (undocumented)
- Inheritdoc:
-