Class RemoveMountTableEntryResponse

java.lang.Object
org.apache.hadoop.hdfs.server.federation.store.protocol.RemoveMountTableEntryResponse
Direct Known Subclasses:
RemoveMountTableEntryResponsePBImpl

public abstract class RemoveMountTableEntryResponse extends Object
API response for removing a mount table path present in the state store.
  • Constructor Details

    • RemoveMountTableEntryResponse

      public RemoveMountTableEntryResponse()
  • Method Details

    • newInstance

      public static RemoveMountTableEntryResponse newInstance() throws IOException
      Throws:
      IOException
    • getStatus

      @Public @Unstable public abstract boolean getStatus()
    • setStatus

      @Public @Unstable public abstract void setStatus(boolean result)