public void stopMonitor() {
   regionMonitor.stopListener();
   if (diskRegionBridge != null) {
     diskRegionBridge.stopMonitor();
   }
 }