@Private
@Unstable
public class PreemptionResourceRequestPBImpl
extends org.apache.hadoop.yarn.api.records.PreemptionResourceRequest
| Constructor | Description |
|---|---|
PreemptionResourceRequestPBImpl() |
|
PreemptionResourceRequestPBImpl(org.apache.hadoop.yarn.proto.YarnProtos.PreemptionResourceRequestProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
org.apache.hadoop.yarn.proto.YarnProtos.PreemptionResourceRequestProto |
getProto() |
|
org.apache.hadoop.yarn.api.records.ResourceRequest |
getResourceRequest() |
|
int |
hashCode() |
|
void |
setResourceRequest(org.apache.hadoop.yarn.api.records.ResourceRequest rr) |
|
java.lang.String |
toString() |
public PreemptionResourceRequestPBImpl()
public PreemptionResourceRequestPBImpl(org.apache.hadoop.yarn.proto.YarnProtos.PreemptionResourceRequestProto proto)
public org.apache.hadoop.yarn.proto.YarnProtos.PreemptionResourceRequestProto getProto()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic org.apache.hadoop.yarn.api.records.ResourceRequest getResourceRequest()
getResourceRequest in class org.apache.hadoop.yarn.api.records.PreemptionResourceRequestpublic void setResourceRequest(org.apache.hadoop.yarn.api.records.ResourceRequest rr)
setResourceRequest in class org.apache.hadoop.yarn.api.records.PreemptionResourceRequestCopyright © 2008–2025 Apache Software Foundation. All rights reserved.