@ThreadSafe @Deprecated public class LegacyRegionManagerImpl extends RegionManagerImpl
buddyFqnTransformer, configuration, DEFAULT_REGION, lockManager, log, rpcManager, trace
Constructor and Description |
---|
LegacyRegionManagerImpl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
inactivateRegion(Fqn fqn)
Deprecated.
Causes the cache to stop accepting replication events for the subtree
rooted at
subtreeFqn and evict all nodes in that subtree. |
activate, activateIfEmpty, deactivate, destroy, dumpRegions, getAllRegions, getCache, getConfiguration, getEvictionTimerTask, getNumRegions, getRegion, getRegion, getRegion, getValidMarshallingRegion, hasRegion, injectDependencies, isDefaultInactive, isInactive, isRegionLocked, isUsingEvictions, lock, removeRegion, reset, setContextClassLoaderAsCurrent, setDefaultInactive, setEvictionConfig, setUsingEvictions, start, startEvictionThread, stop, stopEvictionThread, toString, unlock
protected void inactivateRegion(Fqn fqn) throws CacheException
subtreeFqn
and evict all nodes in that subtree.
This is legacy code and should not be called directly. This is a private method for now and will be refactored out.
You should be using RegionManagerImpl.activate(Fqn)
and RegionManagerImpl.deactivate(Fqn)
inactivateRegion
in class RegionManagerImpl
fqn
- Fqn string indicating the uppermost node in the
portion of the cache that should be activated.CacheException
- if there is a problem evicting nodesIllegalStateException
- if Configuration.isUseRegionBasedMarshalling()
is false
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.