Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
yijiacui-db committed May 4, 2021
1 parent 7c7ba91 commit 2f13f28
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@
@Evolving
public interface ReportsSourceMetrics extends SparkDataStream {
/**
* Returns the metrics reported by the streaming source with respect to the latest consumed offset.
* Returns the metrics reported by the streaming source with respect to
* the latest consumed offset.
*
* @param latestConsumedOffset the end offset (exclusive) consumed of the latest triggered batch.
* @param latestConsumedOffset the end offset (exclusive) of the latest triggered batch.
*/
Map<String, String> metrics(Optional<Offset> latestConsumedOffset);
}

0 comments on commit 2f13f28

Please sign in to comment.