org.apache.hadoop.hive.metastore.model
Class MPartitionEvent

java.lang.Object
  extended by org.apache.hadoop.hive.metastore.model.MPartitionEvent

public class MPartitionEvent
extends Object


Constructor Summary
MPartitionEvent()
           
MPartitionEvent(String dbName, String tblName, String partitionName, int eventType)
           
 
Method Summary
 void setDbName(String dbName)
           
 void setEventTime(long createTime)
           
 void setEventType(int eventType)
           
 void setPartName(String partName)
           
 void setTblName(String tblName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MPartitionEvent

public MPartitionEvent(String dbName,
                       String tblName,
                       String partitionName,
                       int eventType)

MPartitionEvent

public MPartitionEvent()
Method Detail

setDbName

public void setDbName(String dbName)
Parameters:
dbName - the dbName to set

setTblName

public void setTblName(String tblName)
Parameters:
tblName - the tblName to set

setPartName

public void setPartName(String partName)
Parameters:
partName - the partSpec to set

setEventTime

public void setEventTime(long createTime)
Parameters:
createTime - the eventTime to set

setEventType

public void setEventType(int eventType)
Parameters:
eventType - the EventType to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 The Apache Software Foundation