|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.util.VersionInfo
org.apache.hadoop.yarn.util.YarnVersionInfo
@InterfaceAudience.Private @InterfaceStability.Unstable public class YarnVersionInfo
This class finds the package info for Yarn.
| Constructor Summary | |
|---|---|
protected |
YarnVersionInfo()
|
| Method Summary | |
|---|---|
static String |
getBranch()
Get the branch on which this originated. |
static String |
getBuildVersion()
Returns the buildVersion which includes version, revision, user and date. |
static String |
getDate()
The date that Yarn was compiled. |
static String |
getRevision()
Get the subversion revision number for the root directory |
static String |
getSrcChecksum()
Get the checksum of the source files from which Yarn was built. |
static String |
getUrl()
Get the subversion URL for the root Yarn directory. |
static String |
getUser()
The user that compiled Yarn. |
static String |
getVersion()
Get the Yarn version. |
static void |
main(String[] args)
|
| Methods inherited from class org.apache.hadoop.util.VersionInfo |
|---|
_getBranch, _getBuildVersion, _getDate, _getProtocVersion, _getRevision, _getSrcChecksum, _getUrl, _getUser, _getVersion, getProtocVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected YarnVersionInfo()
| Method Detail |
|---|
public static String getVersion()
public static String getRevision()
public static String getBranch()
public static String getDate()
public static String getUser()
public static String getUrl()
public static String getSrcChecksum()
public static String getBuildVersion()
public static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||