public class Master extends Object implements Callable<RsyncStats>
| Constructor and Description |
|---|
Master(File file,
MasterChannel channel,
String fileName) |
Master(RandomAccessFile file,
MasterChannel channel,
String fileName)
Construct a new Master using the given file
|
| Modifier and Type | Method and Description |
|---|---|
RsyncStats |
call() |
protected void |
findMatches() |
public Master(File file, MasterChannel channel, String fileName) throws IOException
IOExceptionpublic Master(RandomAccessFile file, MasterChannel channel, String fileName)
file - channel - fileName - public RsyncStats call() throws Exception
call in interface Callable<RsyncStats>Exceptionprotected void findMatches()
throws IOException
IOExceptionCopyright © 2010–2016 UNICORE. All rights reserved.