|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.cache.RegionManagerImpl
org.jboss.cache.LegacyRegionManagerImpl
@ThreadSafe @Deprecated public class LegacyRegionManagerImpl
For optimistic and pessimistically locked caches
Field Summary |
---|
Fields inherited from class org.jboss.cache.RegionManagerImpl |
---|
buddyFqnTransformer, configuration, DEFAULT_REGION, lockManager, log, rpcManager, trace |
Constructor Summary | |
---|---|
LegacyRegionManagerImpl()
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.jboss.cache.RegionManagerImpl |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LegacyRegionManagerImpl()
Method Detail |
---|
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 nodes
java.lang.IllegalStateException
- if Configuration.isUseRegionBasedMarshalling()
is false
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |