Class SubClusterDeregisterResponse

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

@Private @Unstable public abstract class SubClusterDeregisterResponse extends Object
SubClusterDeregisterResponse contains the answer from the FederationMembershipStateStore to a request to deregister the sub cluster. Currently response is empty if the operation was successful, if not an exception reporting reason for a failure.
  • Constructor Details

    • SubClusterDeregisterResponse

      public SubClusterDeregisterResponse()
  • Method Details