Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
* An interface for reporting custom metrics from streaming sources and sinks
*/
@InterfaceStability.Evolving
@InterfaceStability.Unstable
public interface CustomMetrics {
/**
* Returns a JSON serialized representation of custom metrics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* to report custom metrics that gets reported under the
* {@link org.apache.spark.sql.streaming.SourceProgress}
*/
@InterfaceStability.Evolving
@InterfaceStability.Unstable
public interface SupportsCustomReaderMetrics extends StreamingReadSupport {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* to report custom metrics that gets reported under the
* {@link org.apache.spark.sql.streaming.SinkProgress}
*/
@InterfaceStability.Evolving
@InterfaceStability.Unstable
public interface SupportsCustomWriterMetrics extends StreamingWriteSupport {

/**
Expand Down