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
IOException
public Master(RandomAccessFile file, MasterChannel channel, String fileName)
file
- channel
- fileName
- public RsyncStats call() throws Exception
call
in interface Callable<RsyncStats>
Exception
protected void findMatches() throws IOException
IOException
Copyright © 2010–2016 UNICORE. All rights reserved.