org.apache.tez.runtime.common.resources
Class InitialMemoryRequestContext
java.lang.Object
org.apache.tez.runtime.common.resources.InitialMemoryRequestContext
@InterfaceAudience.Private
public class InitialMemoryRequestContext
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InitialMemoryRequestContext
public InitialMemoryRequestContext(long requestedSize,
String componentClassName,
InitialMemoryRequestContext.ComponentType componentType,
String componentVertexName)
getRequestedSize
public long getRequestedSize()
getComponentClassName
public String getComponentClassName()
getComponentType
public InitialMemoryRequestContext.ComponentType getComponentType()
getComponentVertexName
public String getComponentVertexName()
Copyright © 2014 Apache Software Foundation. All rights reserved.