|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=PACKAGE) @InterfaceStability.Unstable public @interface HiveVersionAnnotation
HiveVersionAnnotation.
| Required Element Summary | |
|---|---|
String |
branch
Get the branch from which this was compiled. |
String |
date
Get the date when Hive was compiled. |
String |
revision
Get the subversion revision. |
String |
shortVersion
Get the Hive short version containing major/minor/change version numbers |
String |
srcChecksum
Get a checksum of the source files from which Hive was compiled. |
String |
url
Get the url for the subversion repository. |
String |
user
Get the username that compiled Hive. |
String |
version
Get the Hive version |
| Element Detail |
|---|
public abstract String version
public abstract String shortVersion
public abstract String user
public abstract String date
public abstract String url
public abstract String revision
public abstract String branch
public abstract String srcChecksum
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||