public class HBaseVersion extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | HBaseVersion.VersionRepresents the major version of the HBase library that is currently loaded. | 
| static class  | HBaseVersion.VersionNumberUtility class to parse apart version number components. | 
| Constructor and Description | 
|---|
| HBaseVersion() | 
| Modifier and Type | Method and Description | 
|---|---|
| static HBaseVersion.Version | get()Returns the major version of the currently loaded HBase library. | 
| static String | getVersionString()Returns the full version string for the currently loaded HBase library. | 
| static void | main(String[] args)Prints out the HBase  HBaseVersion.Versionenum value for the current version of HBase on the classpath. | 
public static HBaseVersion.Version get()
public static String getVersionString()
public static void main(String[] args)
HBaseVersion.Version enum value for the current version of HBase on the classpath.Copyright © 2016 The Apache Software Foundation. All rights reserved.