@InterfaceAudience.Private @InterfaceStability.Unstable public class ActionAttributes extends Object
ActionAttributesBuilder.| Modifier and Type | Method and Description |
|---|---|
List<String> |
getArchives()
Returns a list of the names of the archives associated with this
ActionAttributes object. |
List<String> |
getArgs()
Get all the arguments.
|
List<Chgrp> |
getChgrps()
Returns a list of the
Chgrp objects stored in this ActionAttributes object. |
List<Chmod> |
getChmods()
Returns a list of the
Chmod objects stored in this ActionAttributes object. |
String |
getConfigClass()
Returns the configuration class property of this
ActionAttributes object. |
Map<String,String> |
getConfiguration()
Returns a map of the configuration key-value pairs stored in this
ActionAttributes object. |
List<Delete> |
getDeletes()
Returns a list of the
Delete objects stored in this ActionAttributes object. |
List<String> |
getFiles()
Returns a list of the names of the files associated with this
ActionAttributes object. |
String |
getJavaOpts()
Get the java options.
|
List<String> |
getJobXmls()
Returns the list of job XMLs stored in this
ActionAttributes object. |
Launcher |
getLauncher()
Get the
Launcher |
List<Mkdir> |
getMkdirs()
Returns a list of the
Mkdir objects stored in this ActionAttributes object. |
List<Move> |
getMoves()
Returns a list of the
Move objects stored in this ActionAttributes object. |
String |
getNameNode()
Returns the name node stored in this
ActionAttributes object. |
Pipes |
getPipes()
Returns the
Pipes object stored in this ActionAttributes object. |
Prepare |
getPrepare()
Returns the
Prepare object stored in this ActionAttributes object. |
String |
getResourceManager()
Returns the resource manager address
|
Streaming |
getStreaming()
Returns the
Streaming object stored in this ActionAttributes object. |
List<Touchz> |
getTouchzs()
Returns a list of the
Touchz objects stored in this ActionAttributes object. |
boolean |
isCaptureOutput()
Tells the caller whether to capture output or not.
|
public String getResourceManager()
public String getNameNode()
ActionAttributes object.ActionAttributes object.public Prepare getPrepare()
Prepare object stored in this ActionAttributes object.Prepare object stored in this ActionAttributes object.public Streaming getStreaming()
Streaming object stored in this ActionAttributes object.Streaming object stored in this ActionAttributes object.public Pipes getPipes()
Pipes object stored in this ActionAttributes object.Pipes object stored in this ActionAttributes object.public List<String> getJobXmls()
ActionAttributes object.ActionAttributes object.public Map<String,String> getConfiguration()
ActionAttributes object.ActionAttributes object.public String getConfigClass()
ActionAttributes object.ActionAttributes object.public List<String> getFiles()
ActionAttributes object.ActionAttributes object.public List<String> getArchives()
ActionAttributes object.ActionAttributes object.public List<Delete> getDeletes()
Delete objects stored in this ActionAttributes object.Delete objects stored in this ActionAttributes object.public List<Mkdir> getMkdirs()
Mkdir objects stored in this ActionAttributes object.Mkdir objects stored in this ActionAttributes object.public List<Move> getMoves()
Move objects stored in this ActionAttributes object.Move objects stored in this ActionAttributes object.public List<Chmod> getChmods()
Chmod objects stored in this ActionAttributes object.Chmod objects stored in this ActionAttributes object.public List<Touchz> getTouchzs()
Touchz objects stored in this ActionAttributes object.Touchz objects stored in this ActionAttributes object.public List<Chgrp> getChgrps()
Chgrp objects stored in this ActionAttributes object.Delete objects stored in this ActionAttributes object.public String getJavaOpts()
public boolean isCaptureOutput()
true when capturing outputCopyright © 2021 Apache Software Foundation. All rights reserved.