public interface WorkerDataManager
| Modifier and Type | Method and Description |
|---|---|
void |
downloadData(java.util.List<ExportedDataPathItem> infos, java.lang.String masterAddress, java.lang.String id, FileVerificationMode verificationMode, boolean readOnly)
Downloads the data.
|
void |
setDataPath(ProviderConnInfo info)
Sets the data path.
|
void |
stopDownloadData(java.lang.String masterSideId)
Stops downloading data.
|
void downloadData(java.util.List<ExportedDataPathItem> infos, java.lang.String masterAddress, java.lang.String id, FileVerificationMode verificationMode, boolean readOnly) throws java.io.IOException
Downloads the data.
infos -masterAddress - the address of master nodeid -verificationMode -readOnly -java.io.IOExceptionvoid stopDownloadData(java.lang.String masterSideId)
Stops downloading data.
masterSideId -void setDataPath(ProviderConnInfo info)
Sets the data path.
l -