Class SubClusterHeartbeatResponse

java.lang.Object
org.apache.hadoop.yarn.server.federation.store.records.SubClusterHeartbeatResponse
Direct Known Subclasses:
SubClusterHeartbeatResponsePBImpl

@Private @Unstable public abstract class SubClusterHeartbeatResponse extends Object
SubClusterHeartbeatResponse contains the response from the FederationMembershipStateStore to a periodic heartbeat to indicate liveliness from a ResourceManager participating in federation. Currently response is empty if the operation was successful, if not an exception reporting reason for a failure.

NOTE: This can be extended to push down policies in future

  • Constructor Details

    • SubClusterHeartbeatResponse

      public SubClusterHeartbeatResponse()
  • Method Details