Interface | Description |
---|---|
MasterChannel |
Master-to-Slave communication
|
SlaveChannel |
Slave-to-Master communication
|
Class | Description |
---|---|
Checksum |
Helper class for dealing with the checksums used in rsync
Based on Andrew Tridgell's 'rsync' as described in http://cs.anu.edu.au/techreports/1996/TR-CS-96-05.pdf |
ChecksumHolder | |
Master |
the Master has an up-to-date copy of a file which should be synchronized with
the slave copy.
|
RollingChecksum |
Compute the rolling checksum.
Based on Andrew Tridgell's 'rsync' as described in http://cs.anu.edu.au/techreports/1996/TR-CS-96-05.pdf |
RsyncData |
Data item sent from master to slave when a match is found.
|
RsyncStats |
some stats about execution of the rsync per file
|
Slave |
the slave has an out-of-date copy of a file which should be
synchronized with the master copy.
|
SocketMasterChannel | |
SocketSlaveChannel |
Copyright © 2010–2016 UNICORE. All rights reserved.