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

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

public class ObjectStore.UpdateMStorageDescriptorTblPropURIRetVal
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 © 2011 The Apache Software Foundation