Uses of Class
org.apache.hadoop.hive.metastore.api.Version

Packages that use Version
org.apache.hadoop.hive.metastore.api   
 

Uses of Version in org.apache.hadoop.hive.metastore.api
 

Methods in org.apache.hadoop.hive.metastore.api that return Version
 Version Version.deepCopy()
           
 

Methods in org.apache.hadoop.hive.metastore.api with parameters of type Version
 int Version.compareTo(Version other)
           
 boolean Version.equals(Version that)
           
 

Constructors in org.apache.hadoop.hive.metastore.api with parameters of type Version
Version(Version other)
          Performs a deep copy on other.
 



Copyright © 2012 The Apache Software Foundation