We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8ba96 commit 95bb8e2Copy full SHA for 95bb8e2
samza-api/src/main/java/org/apache/samza/operators/functions/ClosableFunction.java
@@ -26,7 +26,7 @@
26
*
27
* <p> Implement {@link #close()} to free resources used during the execution of the function, clean up state etc.
28
29
- * <p> Order of finalization: {@link ClosableFunction}s are invoked in the reverse topological order of operators in the
+ * <p> Order of finalization: {@link ClosableFunction}s are closed in the reverse topological order of operators in the
30
* {@link org.apache.samza.operators.StreamGraph}. For any two operators A and B in the graph, if operator B consumes results
31
* from operator A, then operator B is guaranteed to be closed before operator A.
32
0 commit comments