org.apache.hadoop.hive.metastore.model
Class MVersionTable
java.lang.Object
org.apache.hadoop.hive.metastore.model.MVersionTable
public class MVersionTable
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MVersionTable
public MVersionTable()
MVersionTable
public MVersionTable(String schemaVersion,
String versionComment)
getVersionComment
public String getVersionComment()
- Returns:
- the versionComment
setVersionComment
public void setVersionComment(String versionComment)
- Parameters:
versionComment
- the versionComment to set
getSchemaVersion
public String getSchemaVersion()
- Returns:
- the schemaVersion
setSchemaVersion
public void setSchemaVersion(String schemaVersion)
- Parameters:
schemaVersion
- the schemaVersion to set
Copyright © 2012 The Apache Software Foundation