Uses of Interface
org.codehaus.wadi.gridstate.PartitionManager

Packages that use PartitionManager
org.codehaus.wadi.gridstate.impl   
org.codehaus.wadi.impl   
 

Uses of PartitionManager in org.codehaus.wadi.gridstate.impl
 

Classes in org.codehaus.wadi.gridstate.impl that implement PartitionManager
 class DummyPartitionManager
           
 class StaticPartitionManager
           
 

Fields in org.codehaus.wadi.gridstate.impl declared as PartitionManager
protected  PartitionManager GCache._partitionManager
           
 

Methods in org.codehaus.wadi.gridstate.impl that return PartitionManager
 PartitionManager GCache.getPartitionManager()
           
 

Methods in org.codehaus.wadi.gridstate.impl with parameters of type PartitionManager
static void StaticPartitionManager.partition(GCache[] caches, PartitionManager[] managers, int numPartitions)
           
 

Constructors in org.codehaus.wadi.gridstate.impl with parameters of type PartitionManager
GCache(Dispatcher dispatcher, PartitionManager partitionManager, StateManager stateManager)
           
 

Uses of PartitionManager in org.codehaus.wadi.impl
 

Fields in org.codehaus.wadi.impl declared as PartitionManager
protected  PartitionManager ClusteredManager._partitionManager
           
 

Constructors in org.codehaus.wadi.impl with parameters of type PartitionManager
ClusteredManager(SessionPool sessionPool, AttributesFactory attributesFactory, ValuePool valuePool, SessionWrapperFactory sessionWrapperFactory, SessionIdFactory sessionIdFactory, Contextualiser contextualiser, Map sessionMap, Router router, boolean errorIfSessionNotAcquired, Streamer streamer, boolean accessOnLoad, ReplicaterFactory replicaterFactory, ProxiedLocation location, InvocationProxy proxy, Dispatcher dispatcher, PartitionManager partitionManager, Collapser collapser)
           
 



Copyright © 2004-2008 Core Developers Network Ltd.. All Rights Reserved.