@Private
@Unstable
public class GetClusterNodesRequestPBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodesRequest
| Constructor | Description |
|---|---|
GetClusterNodesRequestPBImpl() |
|
GetClusterNodesRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodesRequestProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
java.util.EnumSet<org.apache.hadoop.yarn.api.records.NodeState> |
getNodeStates() |
|
org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodesRequestProto |
getProto() |
|
int |
hashCode() |
|
void |
setNodeStates(java.util.EnumSet<org.apache.hadoop.yarn.api.records.NodeState> states) |
|
java.lang.String |
toString() |
public GetClusterNodesRequestPBImpl()
public GetClusterNodesRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodesRequestProto proto)
public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodesRequestProto getProto()
public java.util.EnumSet<org.apache.hadoop.yarn.api.records.NodeState> getNodeStates()
getNodeStates in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodesRequestpublic void setNodeStates(java.util.EnumSet<org.apache.hadoop.yarn.api.records.NodeState> states)
setNodeStates in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodesRequestpublic 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.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.