|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||