Uses of Class
org.apache.tez.runtime.common.objectregistry.ObjectLifeCycle

Packages that use ObjectLifeCycle
org.apache.tez.runtime.common.objectregistry   
 

Uses of ObjectLifeCycle in org.apache.tez.runtime.common.objectregistry
 

Methods in org.apache.tez.runtime.common.objectregistry that return ObjectLifeCycle
static ObjectLifeCycle ObjectLifeCycle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ObjectLifeCycle[] ObjectLifeCycle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.tez.runtime.common.objectregistry with parameters of type ObjectLifeCycle
 Object ObjectRegistry.add(ObjectLifeCycle lifeCycle, String key, Object value)
          Insert or update object into the registry.
 



Copyright © 2014 Apache Software Foundation. All rights reserved.