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

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

public static class Utilities.CollectionPersistenceDelegate
extends DefaultPersistenceDelegate


Constructor Summary
Utilities.CollectionPersistenceDelegate()
           
 
Method Summary
protected  void initialize(Class type, Object oldInstance, Object newInstance, Encoder out)
           
protected  Expression instantiate(Object oldInstance, Encoder out)
           
 
Methods inherited from class java.beans.DefaultPersistenceDelegate
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.CollectionPersistenceDelegate

public Utilities.CollectionPersistenceDelegate()
Method Detail

instantiate

protected Expression instantiate(Object oldInstance,
                                 Encoder out)
Overrides:
instantiate in class DefaultPersistenceDelegate

initialize

protected void initialize(Class type,
                          Object oldInstance,
                          Object newInstance,
                          Encoder out)
Overrides:
initialize in class DefaultPersistenceDelegate


Copyright © 2013 The Apache Software Foundation