当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 cluster API Documentation 英文版文档
HASessionStateTopologyComputer (JBoss Cluster API) - JBoss 4.0.1 sp1 cluster API Documentation 英文版文档
org.jboss.ha.hasessionstate.server
Interface HASessionStateTopologyComputer
- All Known Implementing Classes:
- HASessionStateTopologyComputerImpl
- public interface HASessionStateTopologyComputer
Helper interface to which is delegated new HASessionState topology computation
- Version:
- $Revision: 1.2 $
Revisions:
- Author:
- sacha.labourey@cogito-info.ch
- See Also:
org.jboss.ha.hasessionstate.interfaces.HASessionState, HASessionStateTopologyComputerImpl
init
public void init(String sessionStateName,
long nodesPerSubPartition)
start
public void start()
computeNewTopology
public SubPartitionsInfo computeNewTopology(SubPartitionsInfo currentTopology,
ArrayList newReplicants)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.