Class JMXProgressSupport
java.lang.Object
org.apache.cassandra.utils.progress.jmx.JMXProgressSupport
- All Implemented Interfaces:
ProgressListener
ProgressListener that translates ProgressEvent to JMX Notification message.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprogress(String tag, ProgressEvent event) Called when some progress is made by progress publisher.
-
Constructor Details
-
JMXProgressSupport
-
-
Method Details
-
progress
Description copied from interface:ProgressListenerCalled when some progress is made by progress publisher.- Specified by:
progressin interfaceProgressListener- Parameters:
tag- String that identifies progress event.event- Current progress
-