public static class LoadDefinition.LoadTask extends Object implements Serializable
Constructor and Description |
---|
LoadTask(long blockId,
WorkerNetAddress workerNetAddress,
String filePath) |
Modifier and Type | Method and Description |
---|---|
long |
getBlockId() |
String |
getFilePath() |
WorkerNetAddress |
getWorkerNetAddress() |
String |
toString() |
public LoadTask(long blockId, WorkerNetAddress workerNetAddress, String filePath)
blockId
- the id of the block to loadworkerNetAddress
- worker net addressfilePath
- file path for taskpublic long getBlockId()
public String getFilePath()
public WorkerNetAddress getWorkerNetAddress()
Copyright © 2023. All Rights Reserved.