Uses of Class
org.apache.tez.runtime.common.resources.InitialMemoryRequestContext.ComponentType

Packages that use InitialMemoryRequestContext.ComponentType
org.apache.tez.runtime.common.resources   
 

Uses of InitialMemoryRequestContext.ComponentType in org.apache.tez.runtime.common.resources
 

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

Constructors in org.apache.tez.runtime.common.resources with parameters of type InitialMemoryRequestContext.ComponentType
InitialMemoryRequestContext(long requestedSize, String componentClassName, InitialMemoryRequestContext.ComponentType componentType, String componentVertexName)
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.