|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.yarn.client.ApplicationDescriptor
public class ApplicationDescriptor
An ApplicationDescriptor
is a descriptor for an application meant to
be installed into HDFS and later run from there.
Constructor Summary | |
---|---|
ApplicationDescriptor()
Instantiates a new application descriptor. |
|
ApplicationDescriptor(java.lang.String directory)
Instantiates a new application descriptor. |
Method Summary | |
---|---|
java.lang.String |
getDirectory()
Gets the application directory. |
void |
setDirectory(java.lang.String directory)
Sets the application directory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApplicationDescriptor()
public ApplicationDescriptor(java.lang.String directory)
directory
- the application directoryMethod Detail |
---|
public java.lang.String getDirectory()
public void setDirectory(java.lang.String directory)
directory
- the new application directory
|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |