org.jboss.ha.hasessionstate.server
Interface HASessionStateTopologyComputer
- All Known Implementing Classes:
- HASessionStateTopologyComputerImpl (src)
- public interface HASessionStateTopologyComputer
Helper interface to which is delegated new HASessionState topology computation
- See Also:
org.jboss.ha.hasessionstate.interfaces.HASessionState, HASessionStateTopologyComputerImpl
init
public void init(java.lang.String sessionStateName,
long nodesPerSubPartition)
start
public void start()
computeNewTopology
public SubPartitionsInfo (src) computeNewTopology(SubPartitionsInfo (src) currentTopology,
java.util.ArrayList newReplicants)