public class BasicHadoopTaskInfo extends BasicTaskInfo implements HadoopTaskInfo
HadoopTaskInfo
.TaskInfo.Phase
Element.Attribute
DEFAULT_MODULE_NAME
Constructor and Description |
---|
BasicHadoopTaskInfo(String className)
Creates a new instance.
|
BasicHadoopTaskInfo(String moduleName,
String className)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Returns the entry class name.
|
String |
getModuleName()
Returns the task module name.
|
String |
toString() |
addBlocker, getBlockers, setBlockers
addAttribute, getAttributes, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBlockers
findAttribute, getAttributes
public BasicHadoopTaskInfo(String className)
className
- the class namepublic String getModuleName()
TaskInfo
getModuleName
in interface HadoopTaskInfo
getModuleName
in interface TaskInfo
public String getClassName()
HadoopTaskInfo
getClassName
in interface HadoopTaskInfo
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.