@Private
@Unstable
public class GetClusterNodeAttributesResponsePBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeAttributesResponse
| Constructor | Description |
|---|---|
GetClusterNodeAttributesResponsePBImpl() |
|
GetClusterNodeAttributesResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodeAttributesResponseProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
java.util.Set<org.apache.hadoop.yarn.api.records.NodeAttributeInfo> |
getNodeAttributes() |
|
org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodeAttributesResponseProto |
getProto() |
|
int |
hashCode() |
|
void |
setNodeAttributes(java.util.Set<org.apache.hadoop.yarn.api.records.NodeAttributeInfo> attributes) |
|
java.lang.String |
toString() |
public GetClusterNodeAttributesResponsePBImpl()
public GetClusterNodeAttributesResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodeAttributesResponseProto proto)
public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodeAttributesResponseProto getProto()
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void setNodeAttributes(java.util.Set<org.apache.hadoop.yarn.api.records.NodeAttributeInfo> attributes)
setNodeAttributes in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeAttributesResponsepublic java.util.Set<org.apache.hadoop.yarn.api.records.NodeAttributeInfo> getNodeAttributes()
getNodeAttributes in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeAttributesResponsepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.