org.apache.hadoop.hive.ql.exec
Class Utilities.TimestampPersistenceDelegate

java.lang.Object
  extended by java.beans.PersistenceDelegate
      extended by org.apache.hadoop.hive.ql.exec.Utilities.DatePersistenceDelegate
          extended by org.apache.hadoop.hive.ql.exec.Utilities.TimestampPersistenceDelegate
Enclosing class:
Utilities

public static class Utilities.TimestampPersistenceDelegate
extends Utilities.DatePersistenceDelegate

TimestampPersistenceDelegate. Needed to serialize java.sql.Timestamp since it is not serialization friendly.


Constructor Summary
Utilities.TimestampPersistenceDelegate()
           
 
Method Summary
protected  void initialize(Class<?> type, Object oldInstance, Object newInstance, Encoder out)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.exec.Utilities.DatePersistenceDelegate
instantiate, mutatesTo
 
Methods inherited from class java.beans.PersistenceDelegate
writeObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utilities.TimestampPersistenceDelegate

public Utilities.TimestampPersistenceDelegate()
Method Detail

initialize

protected void initialize(Class<?> type,
                          Object oldInstance,
                          Object newInstance,
                          Encoder out)
Overrides:
initialize in class PersistenceDelegate


Copyright © 2012 The Apache Software Foundation