nizhikov commented on a change in pull request #8840:
URL: https://github.com/apache/ignite/pull/8840#discussion_r597800054
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/performancestatistics/PerformanceStatisticsProcessor.java
##########
@@ -291,4 +365,25 @@ private void
write(Consumer<FilePerformanceStatisticsWriter> c) {
/** This method is called whenever the performance statistics
collecting is started. */
public void onStarted();
}
+
+ /** Rotate performance statistics future. */
+ protected static class RotateFuture extends
GridFutureAdapter<Serializable> {
Review comment:
Why do we need this new class?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]