org.jgroups.protocols
public class VIEW_SYNC extends Protocol
Version: $Id: VIEW_SYNC.java,v 1.5 2005/12/16 16:18:16 belaban Exp $
| Nested Class Summary | |
|---|---|
| static class | VIEW_SYNC.ViewSyncHeader |
| Method Summary | |
|---|---|
| void | down(Event evt) |
| long | getAverageSendInterval() |
| String | getName() |
| int | getNumViewsAdjusted() |
| int | getNumViewsSent() |
| void | resetStats() |
| void | sendViewRequest() Sends a VIEW_SYNC_REQ to all members, every member replies with a VIEW multicast |
| void | setAverageSendInterval(long gossip_interval) |
| boolean | setProperties(Properties props) |
| void | start() |
| void | stop() |
| void | up(Event evt) |