public class ReliableMulticast extends Object
| Constructor and Description |
|---|
ReliableMulticast(ClusterManager manager) |
ReliableMulticast(long expire_duration_ms) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
broadcast(Message msg) |
void |
processExpired() |
boolean |
resend(PeerID to,
Long seqId) |
int |
sendHistorySize() |
void |
stop() |
public ReliableMulticast(ClusterManager manager)
public ReliableMulticast(long expire_duration_ms)
public int sendHistorySize()
public void processExpired()
public boolean resend(PeerID to, Long seqId) throws IOException
IOExceptionpublic void stop()
public boolean broadcast(Message msg) throws IOException
IOExceptionCopyright © 2017–2020 Eclipse Foundation. All rights reserved.