public interface SlaveChannel
| Modifier and Type | Method and Description |
|---|---|
RsyncData |
receive()
receive a rsync data item (literal diff data plus block reference)
|
void |
sendToMaster(List<Long> weakChecksums,
List<byte[]> strongChecksums,
int blocksize)
sends the Slave's checksums to the Master
|
void sendToMaster(List<Long> weakChecksums, List<byte[]> strongChecksums, int blocksize) throws IOException
weakChecksums - strongChecksums - blocksize - IOExceptionRsyncData receive() throws IOException
IOExceptionCopyright © 2010–2016 UNICORE. All rights reserved.