org.apache.tez.runtime.common.resources
Class InitialMemoryRequestContext

java.lang.Object
  extended by org.apache.tez.runtime.common.resources.InitialMemoryRequestContext

@InterfaceAudience.Private
public class InitialMemoryRequestContext
extends Object


Nested Class Summary
static class InitialMemoryRequestContext.ComponentType
           
 
Constructor Summary
InitialMemoryRequestContext(long requestedSize, String componentClassName, InitialMemoryRequestContext.ComponentType componentType, String componentVertexName)
           
 
Method Summary
 String getComponentClassName()
           
 InitialMemoryRequestContext.ComponentType getComponentType()
           
 String getComponentVertexName()
           
 long getRequestedSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitialMemoryRequestContext

public InitialMemoryRequestContext(long requestedSize,
                                   String componentClassName,
                                   InitialMemoryRequestContext.ComponentType componentType,
                                   String componentVertexName)
Method Detail

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.