@InterfaceAudience.Private public class InitialMemoryRequestContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InitialMemoryRequestContext.ComponentType |
| Constructor and Description |
|---|
InitialMemoryRequestContext(long requestedSize,
String componentClassName,
InitialMemoryRequestContext.ComponentType componentType,
String componentVertexName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentClassName() |
InitialMemoryRequestContext.ComponentType |
getComponentType() |
String |
getComponentVertexName() |
long |
getRequestedSize() |
public InitialMemoryRequestContext(long requestedSize,
String componentClassName,
InitialMemoryRequestContext.ComponentType componentType,
String componentVertexName)
public long getRequestedSize()
public String getComponentClassName()
public InitialMemoryRequestContext.ComponentType getComponentType()
public String getComponentVertexName()
Copyright © 2019 Apache Software Foundation. All rights reserved.