public class ObjectRegistryImpl extends Object implements org.apache.tez.runtime.api.ObjectRegistry
| Modifier and Type | Class and Description |
|---|---|
static class |
ObjectRegistryImpl.ObjectLifeCycle |
| Constructor and Description |
|---|
ObjectRegistryImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
cacheForDAG(String key,
Object value) |
Object |
cacheForSession(String key,
Object value) |
Object |
cacheForVertex(String key,
Object value) |
void |
clearCache(ObjectRegistryImpl.ObjectLifeCycle lifeCycle) |
boolean |
delete(String key) |
Object |
get(String key) |
public Object get(String key)
get in interface org.apache.tez.runtime.api.ObjectRegistrypublic boolean delete(String key)
delete in interface org.apache.tez.runtime.api.ObjectRegistrypublic void clearCache(ObjectRegistryImpl.ObjectLifeCycle lifeCycle)
public Object cacheForVertex(String key, Object value)
cacheForVertex in interface org.apache.tez.runtime.api.ObjectRegistrypublic Object cacheForDAG(String key, Object value)
cacheForDAG in interface org.apache.tez.runtime.api.ObjectRegistryCopyright © 2014 Apache Software Foundation. All rights reserved.