public class ContainerQueuingLimitPBImpl extends ContainerQueuingLimit
| Constructor and Description | 
|---|
| ContainerQueuingLimitPBImpl() | 
| ContainerQueuingLimitPBImpl(org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.ContainerQueuingLimitProto proto) | 
| Modifier and Type | Method and 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–2023 Apache Software Foundation. All rights reserved.