Modifier and Type | Method and Description |
---|---|
void |
RepairRunnable.addProgressListener(ProgressListener listener) |
void |
RepairRunnable.removeProgressListener(ProgressListener listener) |
Modifier and Type | Method and Description |
---|---|
Pair<java.lang.Integer,java.util.concurrent.Future<?>> |
StorageService.repair(java.lang.String keyspace,
java.util.Map<java.lang.String,java.lang.String> repairSpec,
java.util.List<ProgressListener> listeners) |
Modifier and Type | Class and Description |
---|---|
class |
BootstrapMonitor |
class |
RepairRunner |
Modifier and Type | Method and Description |
---|---|
void |
TraceState.addProgressListener(ProgressListener listener) |
void |
TraceState.removeProgressListener(ProgressListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
ProgressEventNotifier.addProgressListener(ProgressListener listener)
Register progress listener to this publisher.
|
void |
ProgressEventNotifierSupport.addProgressListener(ProgressListener listener) |
void |
ProgressEventNotifier.removeProgressListener(ProgressListener listener)
Remove progress listener from this publisher.
|
void |
ProgressEventNotifierSupport.removeProgressListener(ProgressListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
JMXNotificationProgressListener
JMXNotificationProgressListener uses JMX Notification API to convert JMX Notification message to progress event
and notifies its
ProgressListener s. |
class |
JMXProgressSupport
ProgressListener that translates ProgressEvent to JMX Notification message.
|
Copyright © 2009-2020 The Apache Software Foundation