Class AddMountTableEntryResponse

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

public abstract class AddMountTableEntryResponse extends Object
API response for adding a mount table entry to the state store.
  • Constructor Details

    • AddMountTableEntryResponse

      public AddMountTableEntryResponse()
  • Method Details

    • newInstance

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

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

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