|
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.fs.LocalResourcesSelector.Entry
public static class LocalResourcesSelector.Entry
Entrys used by this interface.
Constructor Summary | |
---|---|
LocalResourcesSelector.Entry(java.lang.String path,
org.apache.hadoop.yarn.api.records.LocalResourceType type)
Instantiates a new entry. |
Method Summary | |
---|---|
java.lang.String |
getPath()
Gets the entry path. |
org.apache.hadoop.yarn.api.records.LocalResourceType |
getType()
Gets the entry LocalResourceType . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocalResourcesSelector.Entry(java.lang.String path, org.apache.hadoop.yarn.api.records.LocalResourceType type)
path
- the pathtype
- the typeMethod Detail |
---|
public java.lang.String getPath()
public org.apache.hadoop.yarn.api.records.LocalResourceType getType()
LocalResourceType
.
|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |