public class RemoteHttpCacheMonitor extends Object implements Runnable
Modifier and Type | Method and Description |
---|---|
void |
notifyError(RemoteHttpCache<?,?> remoteCache)
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(RemoteHttpCache<?,?> remoteCache)
remoteCache
- Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.