org.apache.hadoop.hive.metastore
Class ObjectStore.UpdateMDatabaseURIRetVal

java.lang.Object
  extended by org.apache.hadoop.hive.metastore.ObjectStore.UpdateMDatabaseURIRetVal
Enclosing class:
ObjectStore

public class ObjectStore.UpdateMDatabaseURIRetVal
extends Object


Method Summary
 List<String> getBadRecords()
           
 Map<String,String> getUpdateLocations()
           
 void setBadRecords(List<String> badRecords)
           
 void setUpdateLocations(Map<String,String> updateLocations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBadRecords

public List<String> getBadRecords()

setBadRecords

public void setBadRecords(List<String> badRecords)

getUpdateLocations

public Map<String,String> getUpdateLocations()

setUpdateLocations

public void setUpdateLocations(Map<String,String> updateLocations)


Copyright © 2012 The Apache Software Foundation