public interface ILateralCacheManager extends AuxiliaryCacheManager
Modifier and Type | Method and Description |
---|---|
void |
fixCaches(ICacheServiceNonLocal<Serializable,Serializable> lateralService,
ILateralCacheObserver lateralWatch)
Sets the corrected service.
|
Object |
fixService()
The restore calls this on the manger if a cache if found to be in error.
|
Map<String,LateralCacheNoWait<?,?>> |
getCaches()
This is a temporary solution that allows the monitor to get caches from an
instance of a manager.
|
Map<String,? extends ILateralCacheManager> |
getInstances()
This is a temporary solution that allows the monitor to get the instances
of a manager.
|
getCache
Map<String,? extends ILateralCacheManager> getInstances()
Map<String,LateralCacheNoWait<?,?>> getCaches()
Object fixService() throws IOException
IOException
- if the service cannot be fixed.void fixCaches(ICacheServiceNonLocal<Serializable,Serializable> lateralService, ILateralCacheObserver lateralWatch)
lateralService
- lateralWatch
- Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.