public static class ReplicationExecutor.DefaultReplicationSender extends Object implements ReplicationSender
| Constructor and Description |
|---|
ReplicationExecutor.DefaultReplicationSender() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(Peer peer) |
void |
sendDirect(PeerAddress other,
Number160 locationKey,
Map<Number640,Data> dataMap)
If an other peer is responsible, we send this peer our data, so that the other peer can take care of this.
|
public ReplicationExecutor.DefaultReplicationSender()
public void sendDirect(PeerAddress other, Number160 locationKey, Map<Number640,Data> dataMap)
sendDirect in interface ReplicationSenderother - The other peerlocationKey - The location keydomainKey - The domain keydataMapConvert - The data to storeCopyright © 2014. All rights reserved.