public class JobContext extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
UPLOAD_DIR |
| Constructor and Description |
|---|
JobContext(Scenario scenario,
String jobId,
String executorId,
String chunkId,
String uploadDir) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChunkId() |
String |
getExecutorId() |
String |
getJobId() |
Scenario |
getScenario() |
String |
getUploadDir() |
public static final String UPLOAD_DIR
Copyright © 2020. All rights reserved.