public static class TestExecutionPlan.Job extends Object implements TestExecutionPlan.Task
| Constructor and Description |
|---|
Job(String className,
Map<String,String> properties)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Returns the fully qualified name of the job client class.
|
Map<String,String> |
getProperties()
Returns the extra Hadoop properties.
|
TestExecutionPlan.TaskKind |
getTaskKind()
Returns the kind of this task.
|
public Job(String className, Map<String,String> properties)
className - the fully qualified name of the job client classproperties - extra Hadoop propertiesIllegalArgumentException - if arguments contains nullpublic TestExecutionPlan.TaskKind getTaskKind()
TestExecutionPlan.TaskgetTaskKind in interface TestExecutionPlan.Taskpublic String getClassName()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.