public interface HintsServiceMBean
| Modifier and Type | Method and Description | 
|---|---|
| void | deleteAllHints()Irrevocably deletes all the stored hints files (with the exception of those that are being dispatched right now,
 or being written to). | 
| void | deleteAllHintsForEndpoint(java.lang.String address)Irrevocably deletes all the stored hints files for the target address (with the exception of those that are
 being dispatched right now, or being written to). | 
| void | pauseDispatch()Pause dispatch of all hints. | 
| void | resumeDispatch()Resume dispatch of all hints. | 
void pauseDispatch()
void resumeDispatch()
void deleteAllHints()
void deleteAllHintsForEndpoint(java.lang.String address)
Copyright © 2018 The Apache Software Foundation