public class Replication
extends java.lang.Object
Constructor and Description |
---|
Replication(HyperGraphPeer thisPeer) |
Modifier and Type | Method and Description |
---|---|
void |
catchUp()
Initializes a catch-up phase.
|
static Replication |
get(HyperGraphPeer peer) |
HGAtomPredicate |
getAtomInterests() |
java.util.Map<HGPeerIdentity,HGAtomPredicate> |
getOthersInterests() |
void |
setAtomInterests(HGAtomPredicate atomInterests) |
public Replication(HyperGraphPeer thisPeer)
public static Replication get(HyperGraphPeer peer)
public HGAtomPredicate getAtomInterests()
public void setAtomInterests(HGAtomPredicate atomInterests)
public java.util.Map<HGPeerIdentity,HGAtomPredicate> getOthersInterests()
public void catchUp()