Class SubClusterRegisterResponse

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

@Private @Unstable public abstract class SubClusterRegisterResponse extends Object
SubClusterRegisterResponse contains the response from the FederationMembershipStateStore to a registration request from a ResourceManager to participate in federation. Currently response is empty if the operation was successful, if not an exception reporting reason for a failure.
  • Constructor Details

    • SubClusterRegisterResponse

      public SubClusterRegisterResponse()
  • Method Details