public class ContainerQueuingLimitPBImpl extends ContainerQueuingLimit
| Constructor | Description |
|---|---|
ContainerQueuingLimitPBImpl() |
|
ContainerQueuingLimitPBImpl(org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.ContainerQueuingLimitProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getMaxQueueLength() |
|
int |
getMaxQueueWaitTimeInMs() |
|
org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.ContainerQueuingLimitProto |
getProto() |
|
void |
setMaxQueueLength(int queueLength) |
|
void |
setMaxQueueWaitTimeInMs(int waitTime) |
newInstancepublic ContainerQueuingLimitPBImpl()
public ContainerQueuingLimitPBImpl(org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.ContainerQueuingLimitProto proto)
public org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.ContainerQueuingLimitProto getProto()
public int getMaxQueueWaitTimeInMs()
getMaxQueueWaitTimeInMs in class ContainerQueuingLimitpublic void setMaxQueueWaitTimeInMs(int waitTime)
setMaxQueueWaitTimeInMs in class ContainerQueuingLimitpublic int getMaxQueueLength()
getMaxQueueLength in class ContainerQueuingLimitpublic void setMaxQueueLength(int queueLength)
setMaxQueueLength in class ContainerQueuingLimitCopyright © 2008–2025 Apache Software Foundation. All rights reserved.