public class MemoryInfo extends Object
| Constructor and Description |
|---|
MemoryInfo(org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
long |
getMaxExecutorMemory()
Get the Container max Memory value in bytes.
|
boolean |
isLlap()
Returns True when in LLAP execution mode.
|
boolean |
isTez()
Returns True when in TEZ execution mode.
|
String |
toString() |
public boolean isTez()
public boolean isLlap()
public long getMaxExecutorMemory()
Copyright © 2024 The Apache Software Foundation. All rights reserved.