|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Dispatcher in org.codehaus.wadi |
Methods in org.codehaus.wadi that return Dispatcher | |
Dispatcher |
ClusteredContextualiserConfig.getDispatcher()
|
Dispatcher |
RelocaterConfig.getDispatcher()
|
Uses of Dispatcher in org.codehaus.wadi.dindex |
Methods in org.codehaus.wadi.dindex that return Dispatcher | |
Dispatcher |
CoordinatorConfig.getDispatcher()
|
Dispatcher |
PartitionConfig.getDispatcher()
|
Dispatcher |
StateManagerConfig.getDispatcher()
|
Uses of Dispatcher in org.codehaus.wadi.dindex.impl |
Fields in org.codehaus.wadi.dindex.impl declared as Dispatcher | |
protected Dispatcher |
DIndex._dispatcher
|
protected Dispatcher |
SimplePartitionManager._dispatcher
|
protected Dispatcher |
Coordinator._dispatcher
|
protected Dispatcher |
SimpleStateManager._dispatcher
|
Methods in org.codehaus.wadi.dindex.impl that return Dispatcher | |
Dispatcher |
DIndex.getDispatcher()
|
Dispatcher |
SimplePartitionManager.getDispatcher()
|
Methods in org.codehaus.wadi.dindex.impl with parameters of type Dispatcher | |
void |
PartitionFacade.setContentRemote(long timeStamp,
Dispatcher dispatcher,
Destination location)
|
Constructors in org.codehaus.wadi.dindex.impl with parameters of type Dispatcher | |
DIndex(String nodeName,
int numPartitions,
long inactiveTime,
Dispatcher dispatcher,
Map distributedState,
PartitionMapper mapper)
|
|
SimplePartitionManager(Dispatcher dispatcher,
int numPartitions,
Map distributedState,
SimplePartitionManager.Callback callback,
PartitionMapper mapper)
|
|
SimpleStateManager(Dispatcher dispatcher,
long inactiveTime)
|
Uses of Dispatcher in org.codehaus.wadi.gridstate |
Methods in org.codehaus.wadi.gridstate that return Dispatcher | |
Dispatcher |
PartitionConfig.getDispatcher()
|
Uses of Dispatcher in org.codehaus.wadi.gridstate.activecluster |
Classes in org.codehaus.wadi.gridstate.activecluster that implement Dispatcher | |
class |
ActiveClusterDispatcher
A Dispatcher for ActiveCluster |
Uses of Dispatcher in org.codehaus.wadi.gridstate.impl |
Classes in org.codehaus.wadi.gridstate.impl that implement Dispatcher | |
class |
AbstractDispatcher
The portable aspects of a Dispatcher implementation |
Fields in org.codehaus.wadi.gridstate.impl declared as Dispatcher | |
protected Dispatcher |
GCache._dispatcher
|
protected Dispatcher |
IndirectStateManager._dispatcher
|
protected Dispatcher |
StaticPartitionManager._dispatcher
|
Methods in org.codehaus.wadi.gridstate.impl that return Dispatcher | |
Dispatcher |
DummyPartitionManager.getDispatcher()
|
Dispatcher |
StaticPartitionManager.getDispatcher()
|
Constructors in org.codehaus.wadi.gridstate.impl with parameters of type Dispatcher | |
GCache(Dispatcher dispatcher,
PartitionManager partitionManager,
StateManager stateManager)
|
|
IndirectStateManager(Dispatcher dispatcher,
long timeout)
|
|
StaticPartitionManager(Dispatcher dispatcher,
int numPartitions,
PartitionMapper mapper)
|
Uses of Dispatcher in org.codehaus.wadi.impl |
Fields in org.codehaus.wadi.impl declared as Dispatcher | |
protected Dispatcher |
ClusteredManager._dispatcher
|
protected Dispatcher |
HybridRelocater._dispatcher
|
Methods in org.codehaus.wadi.impl that return Dispatcher | |
Dispatcher |
ClusterContextualiser.getDispatcher()
|
Dispatcher |
ClusteredManager.getDispatcher()
|
Dispatcher |
DummyDistributableContextualiserConfig.getDispatcher()
|
Constructors in org.codehaus.wadi.impl with parameters of type Dispatcher | |
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |