public class RemoteCacheMonitor
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Method and Description |
---|---|
void |
notifyError()
Notifies the cache monitor that an error occurred, and kicks off the error recovery process.
|
void |
run()
Main processing method for the RemoteCacheMonitor object
|
static void |
setIdlePeriod(long idlePeriod)
Configures the idle period between repairs.
|
public static void setIdlePeriod(long idlePeriod)
idlePeriod
- The new idlePeriod valuepublic void notifyError()
public void run()
run
in interface java.lang.Runnable
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.