Class JMXProgressSupport
- java.lang.Object
-
- org.apache.cassandra.utils.progress.jmx.JMXProgressSupport
-
- All Implemented Interfaces:
ProgressListener
public class JMXProgressSupport extends java.lang.Object implements ProgressListener
ProgressListener that translates ProgressEvent to JMX Notification message.
-
-
Constructor Summary
Constructors Constructor Description JMXProgressSupport(javax.management.NotificationBroadcasterSupport broadcaster)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprogress(java.lang.String tag, ProgressEvent event)Called when some progress is made by progress publisher.
-
-
-
Method Detail
-
progress
public void progress(java.lang.String tag, ProgressEvent event)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
-
-