public class RemoteCacheMonitor extends Object implements 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()
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.